diff --git a/.github/actions-scripts/enterprise-server-issue-templates/release-issue.md b/.github/actions-scripts/enterprise-server-issue-templates/release-issue.md index 2f6eed5569..bb57869add 100644 --- a/.github/actions-scripts/enterprise-server-issue-templates/release-issue.md +++ b/.github/actions-scripts/enterprise-server-issue-templates/release-issue.md @@ -32,20 +32,213 @@ If you aren't comfortable going through the steps alone, sync up with a docs eng ``` - [ ] Create a placeholder release notes file called `data/release-notes///PLACEHOLDER.yml`. For example `data/release-notes/enterprise-server/3-1/PLACEHOLDER.yml`. Add the following placeholder content to the file: - ``` - date: '2021-05-04' - release_candidate: true - deprecated: false - intro: PLACEHOLDER - sections: - bugs: - - PLACEHOLDER - known_issues: - - PLACEHOLDER - ``` - **Note:** All of the content in this file will be updated when the release notes are created in the megabranch including the filename `PLACEHOLDER.yml`. You can update the date or leave it as-is and wait to update it when the release notes are finalized. +
Click to view placeholder... + + ```yaml + date: '2099-12-31' + release_candidate: true + deprecated: false + intro: | + {% note %} + + **Note:** If {% data variables.location.product_location %} is running a release candidate build, you can’t upgrade with a hotpatch. We recommend that you only run release candidates in a test environment. + + {% endnote %} + + For upgrade instructions, see "[Upgrading {% data variables.product.prodname_ghe_server %}](/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server)." + sections: + # Remove section heading if the section contains no notes. + + features: + # Remove a sub-section heading if the heading contains no notes. If sections + # that regularly recur are missing, add placeholders to this template. + + - heading: Instance administration + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Instance services + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Identity and access management + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Authentication + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Migrations + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Policies + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Audit logs + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: GitHub Connect + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: GitHub Advanced Security + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Dependabot + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Code security + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: GitHub Actions + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: GitHub Packages + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: GitHub Pages + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Community experience + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Organizations + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Repositories + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Issues + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Projects + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: GitHub Discussions + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Commits + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Pull requests + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Releases + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Gist + notes: + # LINK TO RELEASES ISSUE + - | + ... + + - heading: Markdown + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Accessibility + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: GitHub Mobile + notes: + # LINK TO RELEASE ISSUE + - | + ... + + - heading: Integrations and extensions + notes: + # LINK TO RELEASE ISSUE + - | + ... + + changes: + # LINK TO RELEASE ISSUE + - | + ... + + known_issues: + # INCLUDE NOTES FOR RELEASE FROM "GHES Release Note Tracking" PROJECT'S "Known Issues" TAB + - | + ... + + deprecations: + # LINK TO RELEASE ISSUE + - | + ... + ``` +
- [ ] If this is a release candidate release, add a Release Candidate banner: ``` diff --git a/.github/workflows/azure-preview-env-deploy.yml b/.github/workflows/azure-preview-env-deploy.yml index d69b8e0909..b63aafec55 100644 --- a/.github/workflows/azure-preview-env-deploy.yml +++ b/.github/workflows/azure-preview-env-deploy.yml @@ -71,7 +71,7 @@ jobs: steps: - name: 'Az CLI login' - uses: azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf + uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # pin @v1.4.6 with: creds: ${{ secrets.NONPROD_AZURE_CREDENTIALS }} diff --git a/.github/workflows/azure-preview-env-destroy.yml b/.github/workflows/azure-preview-env-destroy.yml index c9e7dee86a..2c0fd65ee7 100644 --- a/.github/workflows/azure-preview-env-destroy.yml +++ b/.github/workflows/azure-preview-env-destroy.yml @@ -35,7 +35,7 @@ jobs: steps: - name: 'Az CLI login' - uses: azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf + uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # pin @v1.4.6 with: creds: ${{ secrets.NONPROD_AZURE_CREDENTIALS }} diff --git a/.github/workflows/azure-prod-build-deploy.yml b/.github/workflows/azure-prod-build-deploy.yml index 95a148f87a..4246dbcae9 100644 --- a/.github/workflows/azure-prod-build-deploy.yml +++ b/.github/workflows/azure-prod-build-deploy.yml @@ -34,7 +34,7 @@ jobs: steps: - name: 'Az CLI login' - uses: azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf + uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # pin @v1.4.6 with: creds: ${{ secrets.PROD_AZURE_CREDENTIALS }} diff --git a/.github/workflows/azure-staging-build-deploy.yml b/.github/workflows/azure-staging-build-deploy.yml index 755f3829f0..842cd1b179 100644 --- a/.github/workflows/azure-staging-build-deploy.yml +++ b/.github/workflows/azure-staging-build-deploy.yml @@ -45,7 +45,7 @@ jobs: steps: - name: 'Az CLI login' - uses: azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf + uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # pin @v1.4.6 with: creds: ${{ secrets.PROD_AZURE_CREDENTIALS }} diff --git a/.github/workflows/check-broken-links-github-github.yml b/.github/workflows/check-broken-links-github-github.yml index 0e839543d4..4abd458f95 100644 --- a/.github/workflows/check-broken-links-github-github.yml +++ b/.github/workflows/check-broken-links-github-github.yml @@ -57,6 +57,7 @@ jobs: env: NODE_ENV: production PORT: 4000 + ENABLED_LANGUAGES: en run: | node server.js & @@ -65,22 +66,18 @@ jobs: - name: Run broken github/github link check run: | - script/check-github-github-links.js > broken_github_github_links.md + script/check-github-github-links.js broken_github_github_links.md - # check-github-github-links.js returns 0 if no links are broken, and 1 if any links - # are broken. When an Actions step's exit code is 1, the action run's job status - # is failure and the run ends. The following steps create an issue for the - # broken link report only if any links are broken, so `if: ${{ failure() }}` - # ensures the steps run despite the previous step's failure of the job. - # - # https://docs.github.com/actions/reference/context-and-expression-syntax-for-github-actions#job-status-check-functions - - - if: ${{ failure() && env.FREEZE != 'true' }} - name: Get title for issue + - name: Get title for issue + # If the file 'broken_github_github_links.md' got created, + # the hash of it will not be an empty string. That means if found + # broken links, we want to create an issue. + if: ${{ hashFiles('broken_github_github_links.md') != '' && env.FREEZE != 'true' }} id: check run: echo "title=$(head -1 broken_github_github_links.md)" >> $GITHUB_OUTPUT - - if: ${{ failure() && env.FREEZE != 'true'}} - name: Create issue from file + + - name: Create issue from file + if: ${{ hashFiles('broken_github_github_links.md') != '' && env.FREEZE != 'true' }} id: github-github-broken-link-report uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f with: @@ -89,3 +86,12 @@ jobs: content-filepath: ./broken_github_github_links.md repository: ${{ env.REPORT_REPOSITORY }} labels: ${{ env.REPORT_LABEL }} + + - name: Send Slack notification if workflow fails + uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad + if: ${{ failure() && env.FREEZE != 'true' }} + with: + channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }} + bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }} + color: failure + text: The last "Check Broken Docs Links in github/github" run for ${{github.repository}} failed. See https://github.com/${{github.repository}}/actions/workflows/check-broken-links-github-github.yml diff --git a/.github/workflows/main-preview-docker-cache.yml b/.github/workflows/main-preview-docker-cache.yml index 85e1f48b71..0ece45e47a 100644 --- a/.github/workflows/main-preview-docker-cache.yml +++ b/.github/workflows/main-preview-docker-cache.yml @@ -30,7 +30,7 @@ jobs: steps: - name: 'Az CLI login' - uses: azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf + uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # pin @v1.4.6 with: creds: ${{ secrets.NONPROD_AZURE_CREDENTIALS }} diff --git a/.github/workflows/notify-about-deployment.yml b/.github/workflows/notify-about-deployment.yml index d6abc8f048..766f44f25a 100644 --- a/.github/workflows/notify-about-deployment.yml +++ b/.github/workflows/notify-about-deployment.yml @@ -62,5 +62,6 @@ jobs: The SHA of https://docs.github.com/_build matches the merge commit in this PR. - If you don't see updates when expected, try opening the page(s) in a private browser window as the content may be cached. The content should be visible within a few hours even on non-private browser windows if this happens. + If you don't see updates when expected, try adding a random query string to the URL like `?bla=1234` and see if that helps. + If that shows the expected content, it would indicate that the CDN is "overly caching" the page still. It will eventually update, but it can take a while. edit-mode: replace diff --git a/.github/workflows/orphaned-assets-check.yml b/.github/workflows/orphaned-assets-check.yml index f334425b8d..0ad7fff23b 100644 --- a/.github/workflows/orphaned-assets-check.yml +++ b/.github/workflows/orphaned-assets-check.yml @@ -61,7 +61,7 @@ jobs: gh pr create \ --title "Delete orphaned assets ($date)" \ - --body "Found with the find-orphaned-assets.js script" \ + --body "Found with the find-orphaned-assets.js script.\n\nFor more info see https://github.com/github/docs-engineering/blob/main/docs/orphaned-assets.md" \ --repo github/docs-internal \ --label docs-content-fr diff --git a/.github/workflows/openapi-decorate.yml b/.github/workflows/sync-openapi.yml similarity index 99% rename from .github/workflows/openapi-decorate.yml rename to .github/workflows/sync-openapi.yml index dc1ed5872e..12c830b41f 100644 --- a/.github/workflows/openapi-decorate.yml +++ b/.github/workflows/sync-openapi.yml @@ -112,4 +112,4 @@ jobs: channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }} bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }} color: failure - text: The last Sync OpenAPI schema run for ${{github.repository}} failed. See https://github.com/${{github.repository}}/actions/workflows/openapi-decorate.yml + text: The last Sync OpenAPI schema run for ${{github.repository}} failed. See https://github.com/${{github.repository}}/actions/workflows/sync-openapi.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abec7906c7..87ac869a03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,9 +43,9 @@ jobs: // repos. return [ { name: 'content', path: 'tests/content', }, - { name: 'graphql', path: 'tests/graphql', }, - { name: 'events', path: 'src/events/tests', }, { name: 'automated-pipelines', path: 'src/automated-pipelines/tests', }, + { name: 'events', path: 'src/events/tests', }, + { name: 'graphql', path: 'src/graphql/tests', }, { name: 'rest', path: 'src/rest/tests', }, { name: 'webhooks', path: 'src/webhooks/tests', }, { name: 'linting', path: 'tests/linting', }, @@ -54,6 +54,7 @@ jobs: { name: 'rendering', path: 'tests/rendering', }, { name: 'rendering-fixtures', path: 'tests/rendering-fixtures', }, { name: 'search', path: 'src/search/tests', }, + { name: 'pageinfo', path: 'src/pageinfo/tests', }, context.payload.repository.full_name === 'github/docs-internal' && { name: 'translations', path: 'tests/translations', }, { name: 'unit', path: 'tests/unit', }, @@ -177,5 +178,5 @@ jobs: # tests run only in English. The exception is the # `tests/translations/` suite which needs all languages to be set up. ENABLED_LANGUAGES: ${{ matrix.name == 'translations' && 'all' || '' }} - ROOT: ${{ matrix.name == 'rendering-fixtures' && 'tests/fixtures' || ''}} + ROOT: ${{ (matrix.name == 'rendering-fixtures' || matrix.name == 'pageinfo') && 'tests/fixtures' || ''}} run: npm test -- ${{ matrix.path }}/ diff --git a/.github/workflows/translation-health-report.yml b/.github/workflows/translation-health-report.yml index fd95029bbe..a745b4d0c4 100644 --- a/.github/workflows/translation-health-report.yml +++ b/.github/workflows/translation-health-report.yml @@ -94,7 +94,7 @@ jobs: run: cat $GITHUB_WORKSPACE/translation-health-report.json - name: Log in to Azure - uses: azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf + uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # pin @v1.4.6 with: creds: ${{ secrets.PROD_AZURE_CREDENTIALS }} diff --git a/.linkinator/full.log b/.linkinator/full.log new file mode 100644 index 0000000000..a2ac0ffa7c --- /dev/null +++ b/.linkinator/full.log @@ -0,0 +1,83142 @@ +{"url":"https://docs.github.com/en","status":200,"state":"OK"} +{"url":"https://docs.github.com/cn","state":"SKIPPED","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/ja","state":"SKIPPED","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/es","state":"SKIPPED","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/pt","state":"SKIPPED","parent":"https://docs.github.com/en"} +{"url":"https://github.com/github/docs/edit/main/content/index.md","state":"SKIPPED","parent":"https://docs.github.com/en"} +{"url":"https://github.githubassets.com/images/modules/open_graph/github-logo.png","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/css/b2ee9ed4a31ebd65c5d8.css","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/assets/cb-803/images/site/favicon.svg","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/main-4c5dca63b9c78e1c1eb2.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/3c6f1f65-a012a70d39d5229cc0cf.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/pages/index-e23de6576087d560bc9b.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/framework-3af989d3dbeb77832f99.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/pages/_app-da23ec9d5b8b69d84094.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/assets/cb-600/images/site/favicon.png","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/css/b9b6c19446cf867ad2be.css","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/678-72568a07245810aa9f22.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/729-74bb5ca202eb8230e4e7.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/webpack-8c15a685aadb8b1faa9a.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/XWegJ5zc69LLzDvpnvXop/_buildManifest.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/polyfills-a40ef1678bae11e696dba45124eadd70.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/236-9f5a7b3e4fddd95c5107.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/0e226fb0-8c5ee42a54de63e6f1e5.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/XWegJ5zc69LLzDvpnvXop/_ssgManifest.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/chunks/691-12ab03da7a27210e29e5.js","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/github","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/cn/github","state":"SKIPPED","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/ja/github","state":"SKIPPED","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/es/github","state":"SKIPPED","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/pt/github","state":"SKIPPED","parent":"https://docs.github.com/en/github"} +{"url":"https://github.com/github/docs/edit/main/content/github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/en/desktop","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/developers","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/packages","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/cn/desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/ja/desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/es/desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/pt/desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/education","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/site-policy","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.npmjs.com/","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/issues","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/communities","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/cn/developers","state":"SKIPPED","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/ja/developers","state":"SKIPPED","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/es/developers","state":"SKIPPED","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/pt/developers","state":"SKIPPED","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/billing","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/search-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en"} +{"url":"https://github.com/github/docs/edit/main/content/developers/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-server@3.3","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://github.com/security","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/organizations","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/account-and-profile","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/get-started","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-server@3.2","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/github-ae@latest","status":503,"state":"BROKEN","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/pages","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-server@3.5","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/discussions","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://github.com/signup?ref_cta=Sign+up&ref_loc=docs+header&ref_page=docs","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/actions","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/rest","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/repositories","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-server@3.4","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://atom.io/docs","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-server@3.1","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/all-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://services.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/_next/static/css/14babd18430ad3902d3e.css","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/_next/static/chunks/647-ed20b73c238bc12ee55e.js","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/_next/static/chunks/171-6cb8fd0944b074f2100a.js","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/_next/static/chunks/462-9144ddabdb6d1fc94e28.js","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/%5BproductId%5D-872b040296eb8bfd2ad6.js","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/_next/static/chunks/914-295c2f7795b558e14a4e.js","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://github.blog/","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://github.com/github/docs/blob/main/CONTRIBUTING.md","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/en/github/copilot/github-copilot-telemetry-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/cn/packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/ja/packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/es/packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/pt/packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://codeql.github.com/docs","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://github.com/github/docs/edit/main/content/packages/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/en/github-ae@latest/github","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/en/github/copilot","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://github.com/about","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/cn/site-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/ja/site-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/es/site-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/pt/site-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/github/copilot/research-recitation","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://www.githubstatus.com/","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://support.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/graphql","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/github/copilot/about-github-copilot-telemetry","status":200,"state":"OK","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://github.community/","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/cn/education","state":"SKIPPED","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/ja/education","state":"SKIPPED","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/es/education","state":"SKIPPED","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/pt/education","state":"SKIPPED","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/overview/github-developer-program","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://github.com/pricing","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/github/site-policy/github-privacy-statement","status":503,"state":"BROKEN","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/overview/about-githubs-apis","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/overview/replacing-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/packages/learn-github-packages/publishing-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/developers/apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/packages/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-research-program-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/packages/learn-github-packages/introduction-to-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://github.com/github/docs/edit/main/content/education/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/cn/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/ja/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/es/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/pt/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-corporate-terms-of-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en","status":403,"state":"BROKEN","parent":"https://docs.github.com/en"} +{"url":"https://electronjs.org/docs","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/site-policy/security-policies","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/site-policy/github-company-policies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/github/site-policy/github-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-hate-speech-and-discrimination","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/privacy-policies/global-privacy-practices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/site-policy/other-site-policies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-disrupting-the-experience-of-other-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/privacy-policies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-threats-of-violence-and-gratuitously-violent-content","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://support.github.com/contact","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-active-malware-or-exploits","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-developer-agreement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/github-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-registered-developer-agreement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/content-removal-policies/github-trademark-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/site-policy/other-site-policies/github-government-takedown-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/packages/learn-github-packages/viewing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/github-company-policies/github-gifts-and-entertainment-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/reuse-an-assignment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/site-policy/content-removal-policies/submitting-content-removal-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-makecode-arcade-with-github-classroom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/site-policy/github-company-policies/github-gpl-cooperation-commitment","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://github.com/github/docs/edit/main/content/github-cli/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/cn/pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/ja/pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/es/pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/pt/pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-event-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-sexually-obscene-content","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/privacy-policies/github-candidate-privacy-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/content-removal-policies","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-impersonation","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-misinformation-and-disinformation","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-community-forum-code-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/privacy-policies/github-codespaces-privacy-statement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/github-company-policies/github-anti-bribery-statement","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-to-github-classroom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/other-site-policies/github-deceased-user-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/education/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom/view-autograding-results","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/github-ae@latest/developers","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://github.blog/2022-05-11-graduation-is-here-celebrate-the-class-of-2022-and-join-github-on-june-11/","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/why-wasnt-my-application-for-a-student-developer-pack-approved","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-takedown-notice","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/other-site-policies/github-username-policy","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/run-student-code-in-an-ide","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/education/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/apply-for-an-educator-or-researcher-discount","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/github-ae@latest/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop"} +{"url":"https://github.com/github/docs/edit/main/content/pages/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/cn/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/ja/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/es/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/pt/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-bullying-and-harassment","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/github-cli/github-cli/using-github-cli-extensions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://github.blog/2022-05-09-prepare-for-next-semester-with-github-global-campus-and-codespaces/","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://github.blog/2022-03-29-career-tips-for-beginner-developers/","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://github.blog/changelog/2021-03-24-packages-container-registry-now-supports-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://github.blog/changelog/2021-06-02-packages-ghcr-io-maintenance-mode-on-2021-06-05","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/github-cli/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://github.blog/changelog/2021-06-21-github-packages-container-registry-is-generally-available","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages"} +{"url":"https://github.blog/changelog/label/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/developers/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/github/site-policy/github-privacy-statement","status":200,"state":"OK","parent":"https://docs.github.com/en"} +{"url":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/developers"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-sponsors-additional-terms","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/why-wasnt-my-application-for-an-educator-or-researcher-discount-approved","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-advisors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/pages/getting-started-with-github-pages/using-submodules-with-github-pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/site-policy/other-site-policies/github-logo-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/packages/learn-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/packages/working-with-a-github-packages-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://github.blog/category/community/education","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/getting-started-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors-and-cookies","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/github-ae@latest/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/packages/manage-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages"} +{"url":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/apply-for-a-student-developer-pack","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://github.blog/changelog/2021-08-26-github-cli-2-0-includes-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://github.blog/changelog/2021-12-02-codespaces-now-have-a-configurable-idle-timeout","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/es/enterprise-server@3.3","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://github.blog/changelog/label/cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://github.blog/changelog/2021-10-27-new-codespaces-features-launching-at-universe-2021","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/cn/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/ja/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/es/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/pt/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github-cli","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github-cli","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D-30baa67794e965338187.js","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/github/site-policy/github-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/es/enterprise-server@3.5","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/basics-of-setting-up-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/cn/issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/ja/issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/es/issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/pt/issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://github.blog/changelog/2022-05-16-compare-differences-between-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://github.com/github/docs/edit/main/content/issues/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/cn/communities","state":"SKIPPED","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/ja/communities","state":"SKIPPED","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/es/communities","state":"SKIPPED","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/pt/communities","state":"SKIPPED","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://github.blog/changelog/2022-05-03-github-actions-prevent-github-actions-from-creating-and-approving-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://github.blog/changelog/2022-04-12-required-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://github.blog/changelog/label/pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/filtering-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://www.youtube-nocookie.com/embed/ha1KHcPMAEk","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://www.youtube-nocookie.com/embed/2Yh8ueUE0oY","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://www.youtube-nocookie.com/embed/HwpVvDURHKw","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/automating-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://github.com/github/docs/edit/main/content/communities/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/cn/billing","state":"SKIPPED","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/ja/billing","state":"SKIPPED","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/es/billing","state":"SKIPPED","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/pt/billing","state":"SKIPPED","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/managing-remote-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-access-to-projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://github.blog/changelog/2022-04-19-tritanopia-colorblind-theme-beta","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://github.blog/changelog/label/profiles,github-themes,notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://github.blog/changelog/2022-04-19-protanopia-deuteranopia-colorblind-themes-beta","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://github.blog/changelog/2022-02-08-light-high-contrast-theme-ga","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile"} +{"url":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/communities/maintaining-your-safety-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-issues/about-task-lists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3"} +{"url":"https://docs.github.com/en/communities/moderating-comments-and-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/communities/documenting-your-project-with-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://github.com/github/docs/edit/main/content/billing/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/cn/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/ja/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/es/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/pt/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings/unlocking-a-locked-account","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/admin/overview/about-upgrades-to-new-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-per-user-pricing","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/github-ae@latest/communities","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/editing-wiki-content","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/github-ae@latest/billing","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-your-github-billing-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github"} +{"url":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/cn/github-ae@latest/github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github"} +{"url":"https://docs.github.com/ja/github-ae@latest/github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github"} +{"url":"https://docs.github.com/es/github-ae@latest/github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github"} +{"url":"https://docs.github.com/pt/github-ae@latest/github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/discussions/guides/finding-your-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.blog/changelog/2022-02-14-upload-images-to-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://github.blog/changelog/label/wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://github.blog/changelog/2021-08-19-table-of-content-for-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities"} +{"url":"https://docs.github.com/en/discussions/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/es/enterprise-server@3.4","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/discussions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/discussions/managing-discussions-for-your-community","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-discussions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/discussions/guides/best-practices-for-community-conversations-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github"} +{"url":"https://docs.github.com/cn/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/ja/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/es/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/pt/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing"} +{"url":"https://github.com/vercel/next.js","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-versions-of-github-docs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/billing"} +{"url":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/about-discussions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/billing"} +{"url":"https://github.com/gatsbyjs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.com/prisma.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.com/tailwindlabs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.com/nodejs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.com/vercel.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.com/laravel/framework","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.com/prisma/prisma","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.com/nodejs/node","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/%5BproductId%5D/%5B...restPage%5D-ab8ad8e249d1090a6ca5.js","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://github.com/laravel.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.com/tailwindlabs/tailwindcss","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.com/gatsbyjs/gatsby","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/es/enterprise-server@3.2","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/connecting-to-github-with-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/cn/sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/ja/sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/es/sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/pt/sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://github.com/github/feedback/discussions/categories/discussions-feedback","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://enterprise.github.com/support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/articles/creating-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/cn/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/ja/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/es/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/pt/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://github.blog/changelog/2022-03-01-discussions-answer-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.blog/changelog/2022-04-12-organization-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.blog/changelog/2022-04-12-discussions-polls","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://github.blog/changelog/label/discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/articles/keyboard-shortcuts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/set-up-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://enterprise.github.com/contact","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/managing-commit-signature-verification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/articles/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://github.com/sponsors/chaynHQ","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.com/sponsors/dayhaysoos","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://github.com/sponsors/foosel","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/articles/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.com/sponsors/calebporzio","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.com/sponsors/yyx990803","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github"} +{"url":"https://docs.github.com/cn/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/ja/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/es/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/pt/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/sponsors/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.com/sponsors/kjaymiller","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/connecting-to-github-with-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.com/foosel.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://github.com/github/feedback/discussions/categories/sponsors-feedback","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.com/dayhaysoos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.com/yyx990803.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.com/calebporzio.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/articles/github-glossary/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/authenticating-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://github.com/chaynHQ.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.blog/changelog/2021-11-09-expiration-dates-of-saml-authorized-pats-available-via-api","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.blog/changelog/2022-01-18-githubs-ssh-host-keys-are-now-published-in-the-api","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.blog/changelog/label/2FA,authentication,securitykeys,SSH,tokenauthentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://github.com/sponsors/community","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/security-overview/about-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.com//microsoft/opensource.microsoft.com/blob/main/.github/workflows/codeql-analysis.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.com//rails/rails/security/advisories/GHSA-cfjv-5498-mph5","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.blog/changelog/2022-02-02-sponsors-only-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.blog/changelog/2021-11-12-scheduled-billing-maintenance","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.blog/changelog/2021-11-16-sponsorship-transaction-metadata","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.com/kjaymiller.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.blog/changelog/label/sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://github.com//Trusted-AI/adversarial-robustness-toolbox/blob/main/.github/workflows/codeql-analysis.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/getting-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.com//microsoft/repo-templates/blob/main/shared/SECURITY.md","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.blog/changelog/2022-05-16-dependabot-alerts-show-all-affected-files-for-vulnerable-function-calls-python-beta","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.blog/changelog/2022-05-13-digitalocean-is-now-a-github-secret-scanning-partner","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.com//github/enable-security-alerts-sample","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github"} +{"url":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/getting-started/deep-dive","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/writing-on-github/basic-writing-and-formatting-syntax","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/developing-in-a-codespace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-source-control-in-your-codespace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/deleting-a-codespace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors"} +{"url":"https://docs.github.com/cn/github/copilot/github-copilot-telemetry-terms","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/github-copilot-telemetry-terms"} +{"url":"https://docs.github.com/ja/github/copilot/github-copilot-telemetry-terms","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/github-copilot-telemetry-terms"} +{"url":"https://docs.github.com/es/github/copilot/github-copilot-telemetry-terms","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/github-copilot-telemetry-terms"} +{"url":"https://docs.github.com/pt/github/copilot/github-copilot-telemetry-terms","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/github-copilot-telemetry-terms"} +{"url":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/github/copilot/github-copilot-telemetry-terms.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/github-copilot-telemetry-terms"} +{"url":"https://docs.github.com/cn/github/copilot","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot"} +{"url":"https://docs.github.com/ja/github/copilot","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot"} +{"url":"https://docs.github.com/es/github/copilot","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot"} +{"url":"https://docs.github.com/pt/github/copilot","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot"} +{"url":"https://github.com/github/docs/edit/main/content/github/copilot/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot"} +{"url":"https://docs.github.com/cn/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/ja/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/es/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/pt/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/getting-started","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/codespaces-reference/understanding-billing-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/troubleshooting/exporting-changes-to-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/codespaces-reference/disaster-recovery-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/troubleshooting/working-with-support-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/codespaces-reference/security-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://www.youtube-nocookie.com/embed/X9Z-rUixnzk","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://www.youtube-nocookie.com/embed/xWr_yH_AGVs","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://www.youtube-nocookie.com/embed/Lj_RpjEuESE","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/troubleshooting/codespaces-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.blog/changelog/label/security-and-compliance","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.blog/changelog/2022-05-13-view-dependabot-alerts-across-the-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.com//electron/electron/blob/master/SECURITY.md","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/codespaces/customizing-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/codespaces-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.com/microsoft/vscode-remote-try-java","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.com/microsoft/vscode-remote-try-node","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.com/microsoft/vscode-remote-try-python","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.com/microsoft/vscode-remote-try-php","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://github.com/microsoft/vscode-remote-try-go","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.com/microsoft/vscode-remote-try-rust","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github"} +{"url":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.com/github/feedback/discussions/categories/codespaces-feedback","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/es/enterprise-server@3.1","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/codespaces/setting-up-your-codespace/personalizing-codespaces-for-your-account","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/releasing-projects-on-github/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://github.com/github/docs/edit/main/content/admin/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/cn/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/ja/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/es/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/pt/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/repositories/working-with-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/using-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/releasing-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github/copilot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/copilot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github/copilot/github-copilot-telemetry-terms","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/copilot/github-copilot-telemetry-terms"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-large-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://github.blog/2022-05-16-github-achieves-iso-iec-270012013-certification/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://www.youtube-nocookie.com/embed/DCu-ZTT7WTI","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users-with-okta","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://www.youtube-nocookie.com/embed/1-i39RqaxRs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://www.youtube-nocookie.com/embed/ZZviWZgrqhM","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/code-security/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://github.blog/2022-05-04-github-availability-report-april-2022/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/exporting-audit-log-activity-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-files/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/accessing-compliance-reports-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://github.blog/2022-05-16-how-to-measure-innersource-across-your-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces"} +{"url":"https://github.blog/changelog/2022-02-17-codeowners-improvements-syntax-errors-preview-of-who-will-be-requested-and-more","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://github.blog/category/enterprise/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://github.blog/changelog/2022-04-12-you-can-now-name-your-fork-when-creating-it","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://github.blog/changelog/label/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-dependency-insights-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/get-started/learning-about-github/about-github-advanced-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/signing-up-for-github/signing-up-for-a-new-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-team","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/github-ae@latest/admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/quickstart/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-with-enterprise-managed-users/about-enterprise-managed-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/get-started/signing-up-for-github/verifying-your-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-github/github-command-palette","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/cn/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/ja/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/es/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/pt/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-github/troubleshooting-connectivity-problems","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/githubs-products","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1"} +{"url":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/learning-about-github/about-versions-of-github-docs.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/cn/rest","state":"SKIPPED","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/ja/rest","state":"SKIPPED","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/es/rest","state":"SKIPPED","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/pt/rest","state":"SKIPPED","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/onboarding","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/create-a-repo","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-git/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/privacy-on-github/about-githubs-use-of-your-data","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/learning-about-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/assets/cb-41313/images/help/docs/version-picker.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/assets/cb-59143/images/help/docs/header-ghes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/getting-started-with-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/assets/cb-55167/images/help/docs/header-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/privacy-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/exploring-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/assets/cb-59279/images/help/docs/header-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/get-started/customizing-your-github-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/types-of-github-accounts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/en/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/overview/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/actions/artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/actions/secrets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started"} +{"url":"https://docs.github.com/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/rest/apps/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/activity/events","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/guides/traversing-with-pagination","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/branches/branch-protection","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/enterprise-admin/billing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/actions/workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/apps/oauth-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/checks/runs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/enterprise-admin/audit-log","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/apps/marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/codespaces/repository-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/commits/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/deployments/statuses","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/collaborators/collaborators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/issues/events","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://github.com/github/docs/edit/main/content/rest/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/cn/github/copilot/about-github-copilot-telemetry","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/about-github-copilot-telemetry"} +{"url":"https://docs.github.com/ja/github/copilot/about-github-copilot-telemetry","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/about-github-copilot-telemetry"} +{"url":"https://docs.github.com/es/github/copilot/about-github-copilot-telemetry","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/about-github-copilot-telemetry"} +{"url":"https://docs.github.com/pt/github/copilot/about-github-copilot-telemetry","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/about-github-copilot-telemetry"} +{"url":"https://docs.github.com/en/rest/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/apps/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/codespaces/codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/checks/suites","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/commits/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/activity/feeds","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/actions/workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/activity/starring","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://github.com/github/docs/edit/main/content/github/copilot/about-github-copilot-telemetry.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/about-github-copilot-telemetry"} +{"url":"https://docs.github.com/cn/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/ja/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/es/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/pt/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/interactions/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/gists/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/reactions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/codespaces/machines","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/pulls/pulls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/actions/permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/branches/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/deployments/environments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/git/trees","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/billing","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/interactions/user","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/codespaces/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/projects/projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/apps/installations","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/dependency-graph/dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/dependabot/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/orgs/outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/collaborators/invitations","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/activity/notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/activity/watching","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/enterprise-admin/admin-stats","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/orgs/custom-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/git/blobs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/actions/workflow-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/issues/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/gists/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/licenses","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/users/gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/enterprise-admin/scim","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/git/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/metrics/statistics","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/commits/statuses","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/users/blocking","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/releases/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/teams/external-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/issues/milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/git/refs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/dependency-graph","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/teams/members","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/metrics/traffic","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/users/followers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/actions/cache","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/issues/assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/migrations/source-imports","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/rest/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/webhooks/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/git/tags","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/actions/self-hosted-runner-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/pulls/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/actions/self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/migrations/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/projects/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/users/keys","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/repos/lfs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/users/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/users/emails","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/issues/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/git","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github"} +{"url":"https://docs.github.com/en/rest/projects/columns","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/teams/teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/users","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/repos/forks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/teams/discussion-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/rest/search","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/interactions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/migrations/users","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/interactions/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/managing-remote-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop"} +{"url":"https://docs.github.com/en/rest/projects/cards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/rate-limit","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/deployments/deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/metrics","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/learning-about-github/about-versions-of-github-docs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/rest/repos/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/orgs/members","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/webhooks/repo-deliveries","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/cn/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/ja/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/es/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/pt/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/metrics/community","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/pulls/reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://github.blog/changelog/2022-03-16-enable-oauth-device-authentication-flow-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/set-up-git.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop"} +{"url":"https://docs.github.com/cn/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/ja/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/es/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/pt/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/rest/orgs/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/scim","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/issues/timeline","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/releases/assets","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/repos/tags","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/orgs/blocking","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github"} +{"url":"https://docs.github.com/en/rest/pulls/review-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/assets/cb-25662/images/help/repository/copy-remote-repository-url-quick-setup.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/assets/cb-11427/images/help/repository/repo-create.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/issues/labels","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/orgs/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history"} +{"url":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/assets/cb-29485/images/help/desktop/mac-empty-trash-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/assets/cb-59361/images/help/desktop/applications-folder.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/assets/cb-36794/images/help/desktop/help-about-desktop-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit"} +{"url":"https://docs.github.com/en/rest/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/managing-membership-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/assets/cb-127657/images/help/desktop/desktop-menu-about-desktop-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop"} +{"url":"https://docs.github.com/assets/cb-12982/images/help/desktop/check-for-updates.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit"} +{"url":"https://docs.github.com/cn/actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/ja/actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/es/actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/pt/actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/github/copilot/about-github-copilot-telemetry","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/about-github-copilot-telemetry"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-organizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/assets/cb-6266/images/help/desktop/add-repo-choose-button-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://docs.github.com/assets/cb-23214/images/help/desktop/windows-choose-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/assets/cb-17998/images/help/desktop/add-local-repository-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://docs.github.com/assets/cb-495907/images/help/desktop/mac-choose-preferences.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/assets/cb-13280/images/help/desktop/windows-select-accounts-pane.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/assets/cb-11859/images/help/desktop/add-local-repository-windows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://docs.github.com/assets/cb-7643/images/help/desktop/add-repository-button-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://docs.github.com/assets/cb-19262/images/help/desktop/windows-click-uninstall.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/assets/cb-11213/images/help/desktop/windows-uninstall-a-program.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/repos/autolinks","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/assets/cb-19625/images/help/desktop/publish-repository-toolbar-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://git-scm.com/downloads","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/assets/cb-12230/images/help/desktop/publish-repository-org-dropdown-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-12447/images/help/desktop/publish-repository-name-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://docs.github.com/assets/cb-9685/images/help/desktop/publish-repository-name-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/rest/checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/assets/cb-104888/images/help/desktop/amend-last-commit-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://docs.github.com/assets/cb-9761/images/help/desktop/publish-repository-org-dropdown-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-90168/images/help/desktop/history-tab-in-commit-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://docs.github.com/assets/cb-9826/images/help/desktop/publish-repository-private-checkbox-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-70876/images/help/desktop/branch-history-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history"} +{"url":"https://docs.github.com/assets/cb-137932/images/help/desktop/amend-commit-context-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://docs.github.com/assets/cb-9820/images/help/desktop/publish-repository-dialog-button-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-127706/images/help/desktop/commit-revert-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit"} +{"url":"https://docs.github.com/assets/cb-62319/images/help/desktop/commit-revert-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit"} +{"url":"https://docs.github.com/assets/cb-61032/images/help/desktop/clone-choose-button-url-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/assets/cb-60839/images/help/desktop/clone-choose-button-url-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/assets/cb-35573/images/help/repository/open-with-desktop.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/assets/cb-20363/images/help/repository/code-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://desktop.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/graphql/overview/explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/articles/be-social","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/graphql/overview/schema-previews","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/rest/teams/team-sync","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/rest/repos/contents","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop"} +{"url":"https://docs.github.com/en/graphql/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/graphql/reference","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/graphql/overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-workflows/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-jobs/using-concurrency","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://github.com/github/docs/edit/main/content/actions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/cn/github/copilot/research-recitation","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/ja/github/copilot/research-recitation","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/es/github/copilot/research-recitation","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/pt/github/copilot/research-recitation","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://cli.github.com/manual/gh_auth_login","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://github.com/github/docs/edit/main/content/github/copilot/research-recitation.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/cn/site-policy/security-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/security-policies"} +{"url":"https://docs.github.com/ja/site-policy/security-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/security-policies"} +{"url":"https://docs.github.com/es/site-policy/security-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/security-policies"} +{"url":"https://docs.github.com/pt/site-policy/security-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/security-policies"} +{"url":"https://docs.github.com/assets/cb-78821/images/help/desktop/branch-history-commit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/security-policies/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/security-policies"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/guides/about-continuous-integration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/about-remote-repositories/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-61228/images/help/desktop/clone-button-url-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-156276/images/help/desktop/mac-empty-trash-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-109879/images/help/desktop/mac-move-to-trash.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-github-hosted-runners/monitoring-your-current-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/security-guides/automatic-token-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/publishing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/creating-actions/releasing-and-maintaining-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/actions/deployment/targeting-different-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-12243/images/help/desktop/publish-repository-dialog-button-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-15048/images/help/desktop/mac-select-accounts-pane.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/assets/cb-105164/images/help/copilot/example_beautiful_soup.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/assets/cb-17326/images/help/copilot/plot_context.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/assets/cb-30372/images/help/copilot/plot_copies.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/assets/cb-108967/images/help/copilot/example_greek.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/assets/cb-176006/images/help/copilot/example_robot.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/assets/cb-685373/images/help/copilot/resources_recitation_example_zen.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-176911/images/help/copilot/resources_recitation_example_zen_caw.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/assets/cb-12351/images/help/desktop/publish-repository-private-checkbox-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://docs.github.com/en/actions/deployment/managing-your-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://www.youtube-nocookie.com/embed/MW0V5Q9WJu4","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-containerized-services","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/actions/deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/about-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-workflows/reusing-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://www.youtube-nocookie.com/embed/4SWO0Pc76CU","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/articles/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-6151/images/help/desktop/add-repository-button-windows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://docs.github.com/en/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/assets/cb-35892/images/help/copilot/example_repetitions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/en/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/assets/cb-61458/images/help/copilot/example_last_straw.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/assets/cb-34535/images/help/copilot/plot_buckets.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/graphql/guides/migrating-graphql-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/desktop/guides/contributing-to-projects/syncing-your-branch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history"} +{"url":"https://docs.github.com/en/actions/migrating-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/actions/using-containerized-services/about-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://www.youtube-nocookie.com/embed/wWOH44Lscoc","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-2900/images/help/desktop/windows-githubdesktopsetup.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/assets/cb-9123/images/help/desktop/download-for-windows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/assets/cb-9413/images/help/desktop/repository-settings-remote-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/en/actions/using-workflows/using-starter-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-7802/images/help/desktop/repository-settings-remote-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-12587/images/help/desktop/repository-settings-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-8650/images/help/desktop/download-for-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/assets/cb-7715/images/help/desktop/repository-settings-save-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-3366/images/help/desktop/mac-zipfile.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/assets/cb-19427/images/help/desktop/repository-settings-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/en/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/actions/learn-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-65248/images/help/desktop/windows-enable-notifications.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/en/actions/using-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://dl.acm.org/doi/10.1145/3442188.3445922","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-9323/images/help/desktop/repository-settings-save-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/reviewing-deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://support.microsoft.com/en-us/windows/change-notification-settings-in-windows-8942c744-6198-fe56-4639-34320cf9444e","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/assets/images/help/copilot/matched_snippets.csv","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/cn/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/ja/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/es/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/pt/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/about-githubs-apis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/assets/cb-88582/images/help/desktop/checks-failed-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/guides/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/creating-actions/about-custom-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/desktop/guides/contributing-to-projects/adding-a-repository-from-your-local-computer-to-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/deleting-a-workflow-run","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-16787/images/help/desktop/pull-request-checks-failed-notification.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/about-deployments/deploying-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://github.com/GitCredentialManager/git-credential-manager/blob/main/README.md","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/packages/managing-github-packages-using-github-actions-workflows/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/articles/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/articles/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://support.microsoft.com/en-us/help/13764/windows-where-is-control-panel","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line"} +{"url":"https://docs.github.com/cn/developers/overview/github-developer-program","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/ja/developers/overview/github-developer-program","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/es/developers/overview/github-developer-program","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/pt/developers/overview/github-developer-program","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/desktop/guides/getting-started-with-github-desktop/setting-a-theme-for-github-desktop","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/en/desktop/guides/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/en/actions/deployment/managing-your-deployments/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/deployment/about-deployments/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"mailto:partnerships@github.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/en/actions/using-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://github.com/github/docs/edit/main/content/developers/overview/github-developer-program.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop"} +{"url":"https://docs.github.com/cn/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/ja/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/es/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/pt/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/actions/using-jobs/using-environments-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://github.com/jenevans33/CS8803-1/blob/eca1bbc27ca6f7355dbc806b2f95964b59381605/src/Final/ekfcode.py","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/graphql/overview/public-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://github.com/jaeteekae/DelayedTwitter/blob/0a0b03de74c03cfbf36877ffded0cb1312d59642/get_top_twitter_accounts.py","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://git-scm.com/book/en/Git-Basics-Working-with-Remotes","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/articles/signing-up-for-a-new-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://support.apple.com/en-us/HT204079","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-oauth-apps/modifying-an-oauth-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/cn/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/ja/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/es/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/pt/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/creating-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/assets/cb-130596/images/help/desktop/mac-install-command-line-tool.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line"} +{"url":"https://docs.github.com/en/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-42686/images/help/desktop/pull-request-review-dialog.png","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/removing-workflow-artifacts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/assets/cb-9947/images/help/desktop/pull-request-review-notification.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-32107/images/help/desktop/mac-appearance-tab-themes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-github-hosted-runners/customizing-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/publishing-packages/publishing-docker-images","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://github.com/github/docs/edit/main/content/packages/learn-github-packages/connecting-a-repository-to-a-package.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts"} +{"url":"https://docs.github.com/assets/cb-27386/images/help/desktop/windows-appearance-tab-themes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop"} +{"url":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events/issue-event-types","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/en/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/using-containerized-services/creating-redis-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/github-developer-program","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/assets/cb-7592/images/help/desktop/add-repo-choose-button-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://github.com/logos","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://github.com/tiferet","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/assets/cb-61134/images/help/desktop/clone-button-url-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/assets/cb-34573/images/help/settings/userbar-account-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/assets/cb-10114/images/help/settings/developer-settings-oauth-apps.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/uninstalling-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/assets/cb-22831/images/oauth-apps/oauth_apps_choose_app_post2dot12.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/developers/apps/managing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/installing-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/articles/fork-a-repo","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/expressions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/security-guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://support.github.com/contact?tags=rr-general-technical&form%5Bsubject%5D=New+GitHub+Integration","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/assets/cb-5845/images/help/package-registry/packages-from-user-profile.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/assets/cb-22263/images/help/profile/top_right_avatar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/assets/cb-14734/images/help/package-registry/select_a_repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/assets/cb-8811/images/oauth-apps/oauth_apps_update_application.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/rest/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/teams/discussions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/webhooks/repo-config","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/en/rest/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/es/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/assets/cb-17000/images/help/package-registry/connect-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/cn/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/ja/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/es/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/pt/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/assets/cb-14893/images/help/package-registry/org-tab-for-packages-with-overview-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/security-policies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/security-policies"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/connecting-a-repository-to-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/assets/cb-98463/images/help/desktop/click-pull-request.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/github/copilot/research-recitation","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://github.blog/changelog/2022-05-03-increased-file-size-limit-when-retrieving-file-contents-via-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://github.com/github/docs/edit/main/content/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://github.blog/changelog/label/api,apis","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://github.blog/changelog/2022-03-04-paused-sunset-of-deprecated-teams-api-endpoints","status":200,"state":"OK","parent":"https://docs.github.com/en/rest"} +{"url":"https://docs.github.com/assets/cb-29752/images/help/desktop/pull-request-list-sync.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.docker.com/engine/reference/builder/","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/assets/cb-29809/images/help/desktop/open-pr-in-desktop-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/assets/cb-24580/images/help/repository/repo-tabs-pull-requests.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/assets/cb-66720/images/help/desktop/branch-drop-down-pull-request-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/assets/cb-19560/images/help/desktop/current-branch-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/developers/overview/github-developer-program","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://github.com/developer/register","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/assets/cb-84982/images/help/desktop/mac-enable-notifications.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop"} +{"url":"https://education.github.com/students/experts","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts"} +{"url":"https://www.nature.com/articles/s41598-018-33458-z","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/about-githubs-apis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://education.github.com/teachers/advisors","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/es/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://arxiv.org/pdf/2012.07805.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/setting-a-theme-for-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/managing-github-packages-using-github-actions-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-appeal-and-reinstatement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-appeal-and-reinstatement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-appeal-and-reinstatement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-appeal-and-reinstatement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-appeal-and-reinstatement.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement"} +{"url":"https://docs.github.com/cn/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/ja/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/es/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/pt/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/deleting-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://github.com/github/docs/edit/main/content/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/packages/managing-container-images-with-github-container-registry/pushing-and-pulling-docker-images","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://macvim-dev.github.io/macvim/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts"} +{"url":"https://vscodium.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/launching-github-desktop-from-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-a-repository-from-your-local-computer-to-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/overview/github-developer-program","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/overview/github-developer-program"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-basic-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/set-up-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/set-up-git"} +{"url":"https://code.visualstudio.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/es/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://docs.github.com/es/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/es/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://cli.github.com/manual/gh_repo_create","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://www.jetbrains.com/webstorm/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://www.jetbrains.com/phpstorm/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/es/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://www.jetbrains.com/rider/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://www.jetbrains.com/idea/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://www.jetbrains.com/pycharm/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/cn/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/ja/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/es/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/pt/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://atom.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://www.jetbrains.com/go/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers"} +{"url":"https://docs.github.com/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"http://www.barebones.com/products/bbedit/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/webhooks/testing-webhooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit"} +{"url":"https://docs.github.com/cn/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/ja/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/es/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/pt/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://github.com/github/docs/edit/main/content/packages/learn-github-packages/installing-a-package.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://www.sublimetext.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://macromates.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/cn/developers/github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace"} +{"url":"https://docs.github.com/ja/developers/github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace"} +{"url":"https://docs.github.com/es/developers/github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace"} +{"url":"https://docs.github.com/pt/developers/github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/es/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/github-marketplace-overview/about-github-marketplace.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://typora.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://docs.github.com/cn/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/ja/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/es/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/pt/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://developer.apple.com/xcode/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://www.jetbrains.com/clion/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/assets/cb-15122/images/help/desktop/mac-select-integrations-pane.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/assets/cb-62385/images/help/desktop/select-branch-from-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-17339/images/help/desktop/create-branch-choose-branch-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-56428/images/help/desktop/new-branch-button-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-13563/images/help/desktop/create-branch-choose-branch-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-16693/images/help/desktop/create-branch-name-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-58933/images/help/desktop/click-branch-in-drop-down-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-16042/images/help/desktop/delete-branch-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-16599/images/help/desktop/create-branch-button-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-13072/images/help/desktop/create-branch-name-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-27543/images/help/desktop/create-branch-from-commit-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-39017/images/help/desktop/stash-changes-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-github-apps/installing-github-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/assets/cb-12996/images/help/desktop/create-branch-button-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-19656/images/help/repository/artifact-drop-down-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/assets/cb-134381/images/help/desktop/delete-branch-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-42487/images/help/desktop/windows-sign-in-github.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/assets/cb-25816/images/help/desktop/mac-sign-in-github.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/assets/cb-61425/images/help/desktop/mac-file-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://github.blog/2022-01-27-2021-transparency-report/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/assets/cb-23267/images/help/desktop/windows-file-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/assets/cb-70634/images/help/desktop/mac-editor-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/assets/cb-576796/images/help/desktop/create-issue-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://www.adobe.com/products/coldfusion-builder.html","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/assets/cb-12404/images/help/desktop/windows-select-integrations-pane.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/assets/cb-40251/images/github-apps/github-apps-apply-pending-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://docs.github.com/assets/cb-84526/images/marketplace/marketplace_webhook_deliveries.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/assets/cb-2192/images/identicon.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/cn/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/ja/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/es/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/pt/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://docs.github.com/assets/cb-126480/images/oauth-apps/oauth_apps_crop_and_set_logo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://docs.github.com/assets/cb-38172/images/help/desktop/commit-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/assets/cb-27649/images/help/desktop/windows-editor-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/assets/cb-26223/images/help/pull_requests/pullrequest-send.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop"} +{"url":"https://docs.github.com/assets/cb-28826/images/help/pull_requests/pullrequest-description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/assets/cb-57972/images/help/desktop/new-branch-button-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-37824/images/help/desktop/base-and-compare-branches.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/assets/cb-41642/images/help/desktop/create-issue-windows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/assets/cb-84324/images/help/desktop/create-branch-from-commit-context-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-21259/images/help/desktop/windows-create-pull-request.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/assets/cb-92557/images/payload_request_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/assets/cb-64878/images/payload_response_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/assets/cb-21423/images/webhooks_recent_deliveries.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/assets/cb-16354/images/help/desktop/publish-branch-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/assets/cb-42612/images/help/desktop/cherry-picking.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://coderunnerapp.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://git-scm.com/docs/git-cherry-pick","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-marketplace-developer-agreement","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/assets/cb-37808/images/help/desktop/create-new-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/assets/cb-31090/images/oauth-apps/oauth_apps_upload_logo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/assets/cb-19937/images/help/desktop/sign-in-browser.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://github.com/opencontainers/image-spec/blob/master/annotations.md","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/assets/cb-40127/images/help/desktop/sign-in-button-browser.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/assets/cb-26276/images/help/desktop/sign-in-ghes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/assets/cb-555419/images/help/desktop/mac-show-logs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/assets/cb-15643/images/help/desktop/windows-sign-in-button-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/assets/cb-13292/images/help/desktop/2fa-code-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/assets/cb-10837/images/help/desktop/mac-2fa-code-prompt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/assets/cb-46532/images/help/desktop/enterprise-sign-in-button-browser.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/assets/cb-28943/images/help/desktop/windows-show-logs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/developers/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/assets/cb-108165/images/oauth-apps/oauth_apps_badge_background_color.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/assets/cb-32350/images/help/desktop/checks-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/supported-operating-systems","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-a-repository-from-your-local-computer-to-github-desktop","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/actions/guides/building-and-testing-powershell","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/testing-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://notepad-plus-plus.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/creating-your-first-repository-using-github-desktop","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/webhooks/testing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/webhooks/configuring","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/authenticating-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github"} +{"url":"https://docs.github.com/assets/cb-25912/images/help/desktop/mac-create-pull-request.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"http://brackets.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/stashing-changes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/en/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/learn-github-packages/connecting-a-repository-to-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/installing-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://www.jetbrains.com/rubymine/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/assets/cb-171344/images/install_permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/assets/cb-26431/images/help/desktop/create-pull-request.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/assets/cb-67928/images/help/desktop/re-run-confirmation-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/assets/cb-37618/images/github-apps/github_apps_public_link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/assets/cb-22694/images/help/desktop/push-origin-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/about-githubs-apis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit"} +{"url":"https://rstudio.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/actions/guides/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-experts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://support.github.com/contact/reinstatement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-content-attachments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/assets/cb-49577/images/github-apps/github_apps_homepageURL.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/apps/managing-github-apps/making-a-github-app-public-or-private/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/apps/building-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://github.com/marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/assets/cb-27757/images/help/desktop/reorder-stash-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://github.com/desktop/desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/developers/apps/managing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/site-policy/acceptable-use-policies/github-appeal-and-reinstatement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://git-scm.com/book/en/v2/Distributed-Git-Maintaining-a-Project","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/installing-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-to-projects/creating-an-issue-or-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/assets/cb-11955/images/help/desktop/mac-sign-in-button-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://nova.app/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/configuring-a-default-editor","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github/copilot/research-recitation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/copilot/research-recitation"} +{"url":"https://github.com/marketplace/manage","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/configuring-basic-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/en/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://github.com/settings/billing","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://github.com/settings/developers","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/cloning-and-forking-repositories-from-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/about-githubs-apis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/assets/cb-107094/images/help/desktop/re-run-individual-checks.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/setting-a-theme-for-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/packages/learn-github-packages/connecting-a-repository-to-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/applying-for-publisher-verification-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/developers/github-marketplace/drafting-a-listing-for-your-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/webhooks/securing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/articles/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/github/getting-started-with-github","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/syncing-your-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/viewing-a-pull-request-in-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/assets/cb-40464/images/help/desktop/reorder-resolve-conflicts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://github.com/blog/1586-identicons","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/configuring-git-for-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/learning-about-github","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/en/developers/github-marketplace/submitting-your-listing-for-publication","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-to-projects/syncing-your-branch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/en/marketplace/listing-on-github-marketplace/setting-a-github-marketplace-listing-s-pricing-plan","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/articles/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/en/developers/github-marketplace/requirements-for-listing-an-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/developers/github-marketplace/viewing-transactions-for-your-listing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://support.microsoft.com/en-us/help/13951/windows-create-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/assets/cb-105745/images/help/desktop/re-run-failed-checks.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/marketplace/integrating-with-the-github-marketplace-api/github-marketplace-webhook-events","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/assets/cb-41549/images/help/desktop/reorder-force-push-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom"} +{"url":"https://docs.github.com/en/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/assets/cb-19422/images/help/desktop/reorder-merge-commit-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/marketplace/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://github.com/settings/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/about-git-large-file-storage-and-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/en/articles/purchasing-and-installing-apps-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/pushing-changes-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/marketplace/listing-on-github-marketplace/creating-a-draft-github-marketplace-listing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/creating-an-issue-or-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/assets/cb-232415/images/help/desktop/reorder-drag-and-drop.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/developers/github-marketplace/viewing-metrics-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/secret-scanning-partner-program","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/github/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop"} +{"url":"https://docs.github.com/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://support.github.com/contact?tags=docs-generic","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/developers/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/github/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://docs.github.com/en/developers/github-marketplace/security-best-practices-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/developers/github-marketplace/setting-pricing-plans-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-appeal-and-reinstatement"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom"} +{"url":"https://docs.github.com/cn/site-policy/github-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms"} +{"url":"https://docs.github.com/ja/site-policy/github-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms"} +{"url":"https://docs.github.com/es/site-policy/github-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms"} +{"url":"https://docs.github.com/pt/site-policy/github-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms"} +{"url":"https://docs.github.com/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"http://www.color-hex.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/apps/differences-between-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/about-githubs-apis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/github/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop"} +{"url":"https://docs.github.com/en/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events/webhooks/testing-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/learn-github-packages/installing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/learn-github-packages/installing-a-package"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/webhooks/creating-webhooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/cn/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/ja/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/es/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/pt/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/introduction-to-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/viewing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/setting-up-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-github-apps/editing-a-github-apps-permissions.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/cn/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/ja/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/es/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/pt/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations"} +{"url":"https://docs.github.com/en/github/administering-a-repository/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/desktop/contributing-to-projects/committing-and-reviewing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/rate-limits-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/about-authentication-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/es/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-github-apps/installing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/assets/cb-31316/images/help/desktop/fetch-newer-commits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://www.slickedit.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/marketplace/listing-on-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/developers/github-marketplace/handling-new-purchases-and-free-trials","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/manage-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-github-desktop","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/cn/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/ja/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/es/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/pt/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/replacing-github-services","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/get-started/getting-started-with-git/managing-remote-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/creating-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/installing-and-authenticating-to-github-desktop","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/assets/cb-9903/images/settings/github_apps.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/cn/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/ja/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/es/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/pt/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/github-glossary/","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github/copilot/about-github-copilot-telemetry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/copilot/about-github-copilot-telemetry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://github.com/github/docs/edit/main/content/developers/overview/about-githubs-apis.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/cn/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/ja/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/es/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/pt/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/assets/cb-90692/images/github-apps/github_apps_permissions_post2dot13.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/assets/cb-96831/images/github-apps/github_apps_permissions_subscribe_to_events.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/assets/cb-5039/images/github-apps/github_apps_save_changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-content-attachments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/assets/cb-10605/images/github-apps/github_apps_permissions_and_webhooks.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-oauth-apps/deleting-an-oauth-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/cn/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/ja/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/es/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/pt/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/assets/cb-39222/images/github-apps/github_apps_permissions_note_to_users.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/assets/cb-57641/images/github-apps/github_apps_select-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-github-apps/suspending-a-github-app-installation.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-an-oauth-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/rest/reference/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/marketplace/listing-on-github-marketplace/writing-github-marketplace-listing-descriptions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/creating-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/committing-and-reviewing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/en/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/cn/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/ja/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/es/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/pt/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/assets/cb-45129/images/help/desktop/pull-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/assets/cb-45720/images/help/desktop/fetch-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/assets/cb-201905/images/help/desktop/merge-branch-button-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/connecting-to-github-with-ssh/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-active-malware-or-exploits","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-active-malware-or-exploits"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-active-malware-or-exploits","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-active-malware-or-exploits"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-active-malware-or-exploits","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-active-malware-or-exploits"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-active-malware-or-exploits","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-active-malware-or-exploits"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-active-malware-or-exploits.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-active-malware-or-exploits"} +{"url":"https://docs.github.com/cn/site-policy/github-company-policies/github-gpl-cooperation-commitment","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gpl-cooperation-commitment"} +{"url":"https://docs.github.com/ja/site-policy/github-company-policies/github-gpl-cooperation-commitment","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gpl-cooperation-commitment"} +{"url":"https://docs.github.com/es/site-policy/github-company-policies/github-gpl-cooperation-commitment","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gpl-cooperation-commitment"} +{"url":"https://docs.github.com/pt/site-policy/github-company-policies/github-gpl-cooperation-commitment","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gpl-cooperation-commitment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/assets/cb-126054/images/help/desktop/merge-branch-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-company-policies/github-gpl-cooperation-commitment.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gpl-cooperation-commitment"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-sexually-obscene-content","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-sexually-obscene-content"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-sexually-obscene-content","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-sexually-obscene-content"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-sexually-obscene-content","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-sexually-obscene-content"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-sexually-obscene-content","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-sexually-obscene-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-sexually-obscene-content.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-sexually-obscene-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/assets/cb-6156/images/help/desktop/force-push-origin.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/assets/cb-10767/images/help/profile/your-organizations.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/assets/cb-29151/images/help/desktop/squash-and-merge-selection.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/assets/cb-133067/images/help/desktop/squash-and-merge-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/assets/cb-21981/images/help/security/new-allowlist-entry-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/assets/cb-157476/images/help/desktop/mac-rebase-current-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/developers/apps/getting-started-with-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/cherry-picking-a-commit"} +{"url":"https://docs.github.com/assets/cb-41706/images/github-apps/github-apps-allow-list-empty.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/assets/cb-45887/images/help/desktop/begin-rebase-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/assets/cb-52089/images/help/desktop/start-rebase-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/assets/cb-36791/images/help/desktop/windows-rebase-current-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/assets/cb-5720/images/help/organizations/settings-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/en/github/managing-large-files/versioning-large-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits"} +{"url":"https://docs.github.com/cn/site-policy/privacy-policies/github-codespaces-privacy-statement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-codespaces-privacy-statement"} +{"url":"https://docs.github.com/ja/site-policy/privacy-policies/github-codespaces-privacy-statement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-codespaces-privacy-statement"} +{"url":"https://docs.github.com/es/site-policy/privacy-policies/github-codespaces-privacy-statement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-codespaces-privacy-statement"} +{"url":"https://docs.github.com/pt/site-policy/privacy-policies/github-codespaces-privacy-statement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-codespaces-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/about-permissions-for-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/privacy-policies/github-codespaces-privacy-statement.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-codespaces-privacy-statement"} +{"url":"https://docs.github.com/cn/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/ja/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/es/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/pt/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/assets/cb-50046/images/settings/userbar-account-settings_post2dot12.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/assets/cb-23198/images/help/security/ip-address-name-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/assets/cb-23158/images/help/security/ip-address-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/assets/cb-27488/images/oauth-apps/oauth_apps_delete_confirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/assets/cb-8928/images/help/desktop/viewing-tags-in-commit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://github.com/github/docs/edit/main/content/github-cli/github-cli/github-cli-reference.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/cn/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/ja/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/es/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/pt/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/assets/cb-11793/images/help/desktop/enter-tag-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/assets/cb-46411/images/help/desktop/select-delete-tag.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/assets/cb-4854/images/oauth-apps/oauth_apps_delete_application.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://docs.github.com/assets/cb-10753/images/github-apps/github_apps_advanced.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/assets/cb-5167/images/github-apps/suspend-a-github-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://github.com/github/docs/edit/main/content/github-cli/github-cli/quickstart.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/assets/cb-44491/images/help/desktop/select-create-tag.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://git-scm.com/book/en/v2/Git-Basics-Tagging","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/overview/about-githubs-apis","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/assets/cb-49073/images/help/desktop/delete-tag-multiple.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/en/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/about-githubs-apis","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/github/managing-large-files/working-with-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/about-git-large-file-storage-and-github-desktop"} +{"url":"https://docs.github.com/assets/cb-19235/images/help/desktop/viewing-tags-in-history.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/en/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/developers/webhooks-and-events/webhooks/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/about-permissions-for-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/en/marketplace/integrating-with-the-github-marketplace-api","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://code.visualstudio.com/docs/getstarted/telemetry","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-codespaces-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/cn/site-policy/content-removal-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies"} +{"url":"https://docs.github.com/ja/site-policy/content-removal-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies"} +{"url":"https://docs.github.com/es/site-policy/content-removal-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies"} +{"url":"https://docs.github.com/pt/site-policy/content-removal-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/content-removal-policies/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-misinformation-and-disinformation","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-misinformation-and-disinformation"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-misinformation-and-disinformation","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-misinformation-and-disinformation"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-misinformation-and-disinformation","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-misinformation-and-disinformation"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-misinformation-and-disinformation","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-misinformation-and-disinformation"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-misinformation-and-disinformation.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-misinformation-and-disinformation"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/es/github-ae@latest/developers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://cli.github.com/manual/gh_repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://cli.github.com/manual/gh_help_environment","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/assets/cb-17475/images/help/desktop/clone-file-menu-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/github-cli-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/viewing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events/webhooks/creating-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/assets/cb-12336/images/help/desktop/clone-file-menu-windows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://ngrok.com/download","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/github-cli-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://gplcc.github.io/gplcc/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gpl-cooperation-commitment"} +{"url":"https://cli.github.com/manual/gh","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://cli.github.com/manual/gh_config","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://cli.github.com/manual/gh_alias","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/en/marketplace/selling-your-app/billing-customers-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/assets/cb-6846/images/help/desktop/choose-repository-location-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/en/rest/reference/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/assets/cb-45564/images/help/desktop/clone-choose-button-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/assets/cb-29176/images/help/desktop/mac-fork-own-purposes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/github-cli-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/github-cli-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://cli.github.com/manual/gh_config_set","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/learn-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/learn-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/learn-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/learn-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/learn-with-github-classroom/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom"} +{"url":"https://docs.github.com/cn/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/ja/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/es/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/pt/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/github-cli-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/en/rest/reference/orgs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/desktop/contributing-to-projects/pushing-changes-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers"} +{"url":"https://github.com/gplcc/gplcc/blob/master/Company/GPL%20Cooperation%20Commitment-Company-Template.md","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gpl-cooperation-commitment"} +{"url":"https://docs.github.com/assets/cb-42134/images/help/desktop/windows-fork-own-purposes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-27509/images/help/desktop/mac-forking-continue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-30247/images/help/desktop/windows-repository-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-35132/images/help/desktop/windows-fork-behavior-menu-contribute.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/getting-started-with-apps/about-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/ja/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/es/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/pt/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/assets/cb-25916/images/help/desktop/clone-a-repository-list-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-41700/images/help/desktop/windows-fork-options-prompt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/assets/cb-11304/images/help/desktop/choose-repository-location-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-27580/images/help/desktop/mac-fork-options-prompt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-46063/images/help/desktop/clone-a-repository-list-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-github-apps/deleting-a-github-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/cn/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/ja/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/es/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/pt/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/replit-with-github-classroom"} +{"url":"https://docs.github.com/assets/cb-25448/images/help/desktop/clone-choose-button-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-45964/images/help/desktop/clone-button-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-25463/images/help/desktop/clone-button-win.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-github-apps/modifying-a-github-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/es/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/webhooks/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/github-cli-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/cn/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/ja/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/es/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/pt/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/assets/cb-32317/images/help/desktop/windows-fork-behavior-save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/assets/cb-37760/images/help/desktop/windows-forking-continue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-24576/images/help/desktop/mac-fork-behavior-menu-contribute.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-24953/images/help/desktop/mac-fork-behavior-save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/assets/cb-153165/images/help/desktop/mac-repository-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/publishing-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://github.com/github/docs/edit/main/content/developers/overview/replacing-github-services.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git/managing-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/en/apps/building-github-apps/authenticating-with-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/webhooks/securing-your-webhooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-research-program-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-research-program-terms"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-research-program-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-research-program-terms"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-research-program-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-research-program-terms"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-research-program-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-research-program-terms"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-research-program-terms.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-research-program-terms"} +{"url":"https://docs.github.com/cn/site-policy/github-company-policies/github-gifts-and-entertainment-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gifts-and-entertainment-policy"} +{"url":"https://docs.github.com/ja/site-policy/github-company-policies/github-gifts-and-entertainment-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gifts-and-entertainment-policy"} +{"url":"https://docs.github.com/es/site-policy/github-company-policies/github-gifts-and-entertainment-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gifts-and-entertainment-policy"} +{"url":"https://docs.github.com/pt/site-policy/github-company-policies/github-gifts-and-entertainment-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gifts-and-entertainment-policy"} +{"url":"https://docs.github.com/en/github/administering-a-repository/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-company-policies/github-gifts-and-entertainment-policy.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gifts-and-entertainment-policy"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://github.com/cli/cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/teach-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/teach-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/teach-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/teach-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/overview/managing-deploy-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/manage-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch"} +{"url":"https://docs.github.com/en/articles/permission-levels-for-an-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/updating-github-desktop"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education"} +{"url":"https://docs.github.com/cn/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/ja/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/es/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/pt/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/assets/cb-5016/images/oauth-apps/enable-device-flow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/assets/cb-43007/images/github-apps/github_apps_basic_information.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/authenticating-with-github-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/assets/cb-1777535/images/intro-to-apps-flow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/webhooks/about-webhooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags"} +{"url":"https://docs.github.com/assets/cb-38992/images/github-apps/github_apps_delete_integration_name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/assets/cb-15690/images/github-apps/github_apps_delete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/assets/cb-39264/images/github-apps/github_apps_confirm_deletion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/cn/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/ja/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/es/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/pt/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/overview/about-githubs-apis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/assets/cb-24598/images/marketplace/marketplace_edit_listing_text.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/assets/cb-11570/images/webhook_secret_token.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/assets/cb-16501/images/marketplace/marketplace_insights_time_period.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/cn/site-policy/other-site-policies/github-government-takedown-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-government-takedown-policy"} +{"url":"https://docs.github.com/ja/site-policy/other-site-policies/github-government-takedown-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-government-takedown-policy"} +{"url":"https://docs.github.com/es/site-policy/other-site-policies/github-government-takedown-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-government-takedown-policy"} +{"url":"https://docs.github.com/pt/site-policy/other-site-policies/github-government-takedown-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-government-takedown-policy"} +{"url":"https://docs.github.com/assets/cb-10263/images/settings/apps_choose_app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/assets/cb-79661/images/marketplace/marketplace_transactions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/other-site-policies/github-government-takedown-policy.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-government-takedown-policy"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-impersonation","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-impersonation"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-impersonation","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-impersonation"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-impersonation","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-impersonation"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-impersonation","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-impersonation"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-impersonation.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-impersonation"} +{"url":"https://docs.github.com/cn/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/ja/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/es/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/pt/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/connecting-to-github-with-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-active-malware-or-exploits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-active-malware-or-exploits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-sexually-obscene-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-sexually-obscene-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-company-policies/github-gpl-cooperation-commitment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gpl-cooperation-commitment"} +{"url":"https://docs.github.com/assets/cb-68655/images/help/desktop/mac-adjust-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/cn/education/guides","state":"SKIPPED","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/ja/education/guides","state":"SKIPPED","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/es/education/guides","state":"SKIPPED","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/pt/education/guides","state":"SKIPPED","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/assets/cb-33488/images/github-apps/github_apps_generate_private_keys.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/assets/cb-64428/images/github-apps/github_apps_private_key_fingerprint.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://www.justice.gov/sites/default/files/criminal-fraud/legacy/2015/01/16/guide.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gifts-and-entertainment-policy"} +{"url":"https://docs.github.com/en/v3/media/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/assets/cb-5017/images/oauth-apps/oauth_apps_transfer_ownership.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://github.com/github/docs/edit/main/content/education/guides.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom"} +{"url":"https://docs.github.com/assets/cb-63069/images/help/desktop/mac-stash-all-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/get-started-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/get-started-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/get-started-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/get-started-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom"} +{"url":"https://docs.github.com/assets/cb-17613/images/help/desktop/windows-discard-stashed-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://docs.github.com/assets/cb-66583/images/help/desktop/mac-restore-stashed-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/assets/cb-17350/images/help/desktop/windows-restore-stashed-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/assets/cb-68561/images/help/desktop/click-branch-in-drop-down-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://github.com/github/github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/assets/cb-22588/images/help/desktop/mac-changed-file-header.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/cn/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://docs.github.com/ja/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://docs.github.com/es/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://docs.github.com/pt/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/manage-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/assets/cb-193691/images/help/desktop/mac-lock-keychain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/assets/cb-21060/images/help/desktop/windows-changed-file-header.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://github.com/github/docs/edit/main/content/github-cli/github-cli/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://developer.github.com/changes/2019-01-29-life-after-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/assets/cb-19944/images/help/desktop/windows-stash-all-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://developer.github.com/changes/2018-10-01-denying-new-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/github/site-policy/github-bullying-and-harassment","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy"} +{"url":"https://docs.github.com/assets/cb-27787/images/oauth-apps/oauth_apps_transfer_new_owner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://jwt.io/introduction","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/github/site-policy/github-acceptable-use-policies","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-misinformation-and-disinformation"} +{"url":"https://docs.github.com/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-26580/images/oauth-apps/oauth_apps_transfer_oauth_name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/en/github/site-policy/github-private-information-removal-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-cli/github-cli/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli/github-cli/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/privacy-policies/github-codespaces-privacy-statement","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-codespaces-privacy-statement"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-cli/github-cli/github-cli-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli/github-cli/github-cli-reference"} +{"url":"https://github.com/github/platform-samples/tree/master/hooks/ruby/configuring-your-server","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/cn/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/ja/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/es/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/pt/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/about-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/apps/marketplace/creating-and-submitting-your-app-for-approval/requirements-for-listing-an-app-on-github-marketplace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/es/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/apps/building-github-apps/creating-github-apps-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://github.com/desktop/desktop/blob/development/docs/known-issues.md","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/content-removal-policies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/content-removal-policies"} +{"url":"https://docs.github.com/assets/cb-49493/images/help/desktop/mac-save-git-config.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/es/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/assets/cb-33036/images/help/desktop/mac-email-git-config.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research"} +{"url":"https://docs.github.com/assets/cb-29970/images/help/desktop/mac-name-git-config.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/assets/cb-44482/images/help/desktop/windows-save-git-config.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/assets/cb-26419/images/help/desktop/windows-name-git-config.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/en/apps/building-your-first-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/es/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/cn/site-policy/privacy-policies/github-candidate-privacy-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-candidate-privacy-policy"} +{"url":"https://docs.github.com/ja/site-policy/privacy-policies/github-candidate-privacy-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-candidate-privacy-policy"} +{"url":"https://docs.github.com/es/site-policy/privacy-policies/github-candidate-privacy-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-candidate-privacy-policy"} +{"url":"https://docs.github.com/pt/site-policy/privacy-policies/github-candidate-privacy-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-candidate-privacy-policy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-doxxing-and-invasion-of-privacy"} +{"url":"https://docs.github.com/developers/overview/replacing-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"mailto:privacy@github.com.","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-candidate-privacy-policy"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/privacy-policies/github-candidate-privacy-policy.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-candidate-privacy-policy"} +{"url":"https://docs.github.com/cn/site-policy/other-site-policies/github-deceased-user-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-deceased-user-policy"} +{"url":"https://docs.github.com/ja/site-policy/other-site-policies/github-deceased-user-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-deceased-user-policy"} +{"url":"https://docs.github.com/es/site-policy/other-site-policies/github-deceased-user-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-deceased-user-policy"} +{"url":"https://docs.github.com/pt/site-policy/other-site-policies/github-deceased-user-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-deceased-user-policy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages"} +{"url":"https://github.com/github/gov-takedowns","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-government-takedown-policy"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/other-site-policies/github-deceased-user-policy.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-deceased-user-policy"} +{"url":"https://docs.github.com/cn/education/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/ja/education/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/es/education/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/pt/education/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://github.com/contact/privacy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-research-program-terms"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/assets/cb-29345/images/oauth-apps/oauth_apps_transfer_application.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/assets/cb-29034/images/help/desktop/windows-email-git-config.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/site-policy/github-company-policies/github-gifts-and-entertainment-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gifts-and-entertainment-policy"} +{"url":"https://bundler.io/gemfile.html","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/apps/building-oauth-apps/understanding-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/articles/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/create-a-repo","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://docs.github.com/en/github/receiving-notifications-about-activity-on-github/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-misinformation-and-disinformation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-misinformation-and-disinformation"} +{"url":"https://docs.github.com/assets/cb-30359/images/help/desktop/getting-started-guide/explore-github-desktop.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-11787/images/help/desktop/getting-started-guide/publish-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-84829/images/help/desktop/getting-started-guide/history-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-15930/images/help/desktop/getting-started-guide/publish-repository-steps.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/manage-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://docs.github.com/assets/cb-76623/images/help/desktop/getting-started-guide/open-in-editor.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/education/quickstart.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://docs.github.com/assets/cb-10491/images/help/desktop/getting-started-guide/commit-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-9923/images/help/desktop/getting-started-guide/click-commit-to-master.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-10599/images/help/desktop/getting-started-guide/push-to-origin.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-13221/images/help/desktop/getting-started-guide/viewing-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-32799/images/help/desktop/getting-started-guide/create-a-new-repository-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-121245/images/github-apps/github_apps_crop_and_set_avatar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/overview/replacing-github-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-github-apps/modifying-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://docs.github.com/assets/cb-63207/images/help/desktop/available-actions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-22083/images/help/desktop/getting-started-guide/click-two-commits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-16055/images/help/desktop/getting-started-guide/commit-area.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/assets/cb-4558/images/marketplace/developer-settings-in-org-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"http://www.sinatrarb.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/fork-a-repo","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/en/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/assets/cb-14914/images/help/desktop/changes-and-history.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/assets/cb-23291/images/help/desktop/getting-started-guide/create-and-clone-a-tutorial-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/es/github-ae@latest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/en/apps/migrating-oauth-apps-to-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://docs.github.com/assets/cb-67627/images/help/desktop/lets-get-started.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/site-policy/other-site-policies/github-government-takedown-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-government-takedown-policy"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/en/packages/manage-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/assets/cb-15650/images/help/desktop/mac-select-git-pane.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://docs.github.com/assets/cb-3408/images/help/desktop/stashed-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/assets/cb-5750/images/marketplace/publisher-verification-settings-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"http://guides.rubygems.org/make-your-own-gem/","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/assets/cb-41056/images/github-apps/github_apps_delete_key.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/assets/cb-34273/images/marketplace/publisher-verification-checklist.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/getting-started-with-apps/about-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/assets/cb-193266/images/help/desktop/mac-unlock-keychain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://docs.github.com/cn/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/ja/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/es/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/pt/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-github-apps/deleting-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/github-cli/github-cli/about-github-cli.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/cn/github-ae@latest/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/ja/github-ae@latest/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/es/github-ae@latest/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/pt/github-ae@latest/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://docs.github.com/en/packages/learn-github-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-research-program-terms","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-research-program-terms"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://github.community/c/github-api-development-and-support/37","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-company-policies/github-gifts-and-entertainment-policy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-gifts-and-entertainment-policy"} +{"url":"https://docs.github.com/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/github/site-policy/github-misinformation-and-disinformation","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-impersonation"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/assets/cb-66495/images/help/desktop/mac-discard-stashed-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/assets/cb-99409/images/github-apps/github_apps_badge_background_color.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/en/actions/reference/authentication-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/assets/cb-20864/images/github-apps/github_apps_upload_logo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers"} +{"url":"https://docs.github.com/en/developers/apps/transferring-ownership-of-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://github.com/orgs/github-community/discussions/categories/github-education","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/assets/cb-20716/images/help/desktop/getting-started-guide/creating-a-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/supported-operating-systems"} +{"url":"https://en.wikipedia.org/wiki/Principle_of_least_privilege","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/es/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-github-apps/authenticating-with-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education"} +{"url":"https://docs.github.com/site-policy/github-terms/github-research-program-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-research-program-terms"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/es/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/assets/cb-3884/images/help/education/enter-school-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/assets/cb-6303/images/help/education/upload-image-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/cn/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/ja/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/es/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/pt/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/assets/cb-23061/images/help/classroom/click-create-classroom-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/assets/cb-15538/images/help/education/select-email-address.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-oauth-apps/creating-an-oauth-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/cn/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/ja/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/es/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/pt/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/assets/cb-44264/images/help/classroom/vs-code-active-assignment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://docs.github.com/assets/cb-19184/images/help/education/upload-proof-status.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/assets/cb-4037/images/help/education/purpose-for-github-education.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/assets/cb-279208/images/help/education/click-get-teacher-benefits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/assets/cb-183224/images/help/education/take-photo-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"mailto:copyright@github.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/assets/cb-43818/images/help/classroom/click-organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://www.techrepublic.com/article/establish-a-patch-management-policy-87756/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-experts","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/assets/cb-11777/images/help/education/submit-your-information-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/es/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/create-an-assignment-from-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/leave-feedback-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-autograding","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"mailto:support@domain.com.","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/cn/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/ja/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/es/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/pt/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/education/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/assets/cb-23389/images/help/classroom/type-classroom-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-11403/images/help/settings/new-org-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/assets/cb-45674/images/help/education/camera-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/developers/overview/using-ssh-agent-forwarding.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/cn/site-policy/content-removal-policies/github-trademark-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-trademark-policy"} +{"url":"https://docs.github.com/ja/site-policy/content-removal-policies/github-trademark-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-trademark-policy"} +{"url":"https://docs.github.com/es/site-policy/content-removal-policies/github-trademark-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-trademark-policy"} +{"url":"https://docs.github.com/pt/site-policy/content-removal-policies/github-trademark-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-trademark-policy"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/content-removal-policies/github-trademark-policy.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-trademark-policy"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-event-code-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-event-code-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-event-code-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-event-code-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct"} +{"url":"mailto:events@github.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-event-code-of-conduct.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://www.sans.org/information-security-policy/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/assets/cb-66523/images/help/classroom/setup-click-authorize-github-classroom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/events","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://education.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://docs.github.com/cn/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/ja/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/es/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/pt/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/create-an-individual-assignment","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-bullying-and-harassment","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-bullying-and-harassment"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-bullying-and-harassment","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-bullying-and-harassment"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-bullying-and-harassment","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-bullying-and-harassment"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-bullying-and-harassment","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-bullying-and-harassment"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/create-a-group-assignment","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://education.github.com/schools","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-bullying-and-harassment.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-bullying-and-harassment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/en/articles/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-impersonation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-impersonation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events/webhooks/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/other-site-policies/github-government-takedown-policy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-government-takedown-policy"} +{"url":"https://docs.github.com/cn/site-policy/content-removal-policies/github-private-information-removal-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://docs.github.com/ja/site-policy/content-removal-policies/github-private-information-removal-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://docs.github.com/es/site-policy/content-removal-policies/github-private-information-removal-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://docs.github.com/pt/site-policy/content-removal-policies/github-private-information-removal-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/assets/cb-26350/images/marketplace/apps-with-verified-publisher-badge-tooltip.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"http://en.wikipedia.org/wiki/Environment_variable","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://docs.github.com/assets/cb-13221/images/help/desktop/windows-select-git-pane.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://docs.github.com/assets/cb-15818/images/marketplace/verified-creator-badge-for-actions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/assets/cb-11627/images/oauth-apps/oauth_apps_application_name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/assets/cb-17104/images/oauth-apps/oauth_apps_authorization_callback_url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/content-removal-policies/github-private-information-removal-policy.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://docs.github.com/cn/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/ja/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/es/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/pt/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/assets/cb-3336/images/oauth-apps/oauth_apps_new_app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/assets/cb-11744/images/oauth-apps/oauth_apps_homepage_url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/assets/cb-27848/images/marketplace/apps-with-unverified-publisher-badge-tooltip.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/assets/cb-16929/images/oauth-apps/oauth_apps_application_description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://github.com/contact?form%5Bsubject%5D=GitHub+Services+Deprecation","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/assets/cb-48940/images/help/classroom/setup-click-authorize-github.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms","status":200,"state":"OK","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/desktop/getting-started-with-github-desktop/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/assets/cb-11388/images/marketplace/marketplace_remove_this_plan.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/assets/cb-5963/images/oauth-apps/oauth_apps_register_application.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://github.com/github/docs/edit/main/content/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-community-guidelines","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-community-guidelines","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-community-guidelines","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-community-guidelines","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://docs.github.com/assets/cb-78486/images/help/classroom/setup-click-grant.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/apps/about-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/en/marketplace/getting-started/requirements-for-listing-an-app-on-github-marketplace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://en.wikipedia.org/wiki/Substantial_similarity","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/setting-up-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/developers/github-marketplace/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.microsoft.com/en-us/visualstudio/liveshare/","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-community-guidelines.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/cn/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/ja/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/es/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/pt/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/getting-started-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/assets/cb-19593/images/help/desktop/squash-merge-commit-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/en/developers/github-marketplace/pricing-plans-for-github-marketplace-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/assets/cb-68912/images/marketplace/marketplace_listing_overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://github.com/github/docs/edit/main/content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-event-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-terms"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-event-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-terms"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-event-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-terms"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-event-terms","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-terms"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/articles/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/about-github-pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-event-terms.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-terms"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop"} +{"url":"https://www.eff.org/pages/legal-assistance","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/en/developers/apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/articles/github-privacy-statement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-research-program-terms"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/en/developers/apps/transferring-ownership-of-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/articles/about-readmes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://docs.github.com/en/developers/github-marketplace/customer-experience-best-practices-for-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/creating-your-first-repository-using-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/cn/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-41876/images/help/desktop/squash-force-push.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://docs.github.com/assets/cb-28394/images/help/desktop/squash-stash-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/marketplace/listing-on-github-marketplace/writing-github-marketplace-listing-descriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-cli/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom"} +{"url":"https://docs.github.com/en/github/teaching-and-learning-with-github-education/applying-for-a-student-developer-pack","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/assets/cb-127169/images/help/desktop/squash-drag-and-drop.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/maintaining-ownership-continuity-of-your-user-accounts-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-deceased-user-policy"} +{"url":"https://docs.github.com/site-policy/privacy-policies/github-candidate-privacy-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-candidate-privacy-policy"} +{"url":"https://tools.ietf.org/html/rfc7519","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/desktop/contributing-to-projects/managing-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/stashing-changes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://github.com/contact/dmca","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/education/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/ja/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/es/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/pt/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/about-github-pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/assets/cb-67392/images/help/classroom/click-assignment-in-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/assets/cb-7710/images/help/classroom/assignments-click-review-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://www.lumendatabase.org/topics/5","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://www.lumendatabase.org/topics/14","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/manage-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://www.copyright.gov/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://github.com/github/dmca","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://www.copyright.gov/title17/92chap5.html","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository"} +{"url":"https://www.copyright.gov/title17/92chap12.html","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://www.copyright.gov/docs/mgm/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/assets/cb-1830/images/help/package-registry/packages-settings-from-package-landing-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/assets/cb-11005/images/help/package-registry/add-repository-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/assets/cb-46020/images/help/package-registry/inherit-repo-access-for-package.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/assets/cb-31348/images/help/package-registry/container-access-control-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/assets/cb-14444/images/help/package-registry/container-visibility-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/assets/cb-34341/images/help/package-registry/manage-codespaces-access-item.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/assets/cb-27596/images/help/package-registry/container-creation-org-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/assets/cb-11357/images/help/package-registry/repository-permission-options-for-package-access-through-actions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/es/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/assets/cb-34852/images/help/package-registry/manage-codespaces-access-blank.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/cn/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/ja/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/es/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/pt/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/assets/cb-41774/images/help/package-registry/manage-codespaces-access-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://docs.github.com/assets/cb-28718/images/help/package-registry/container-access-invite.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"http://www.unixwiz.net/techtips/ssh-agent-forwarding.html","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://bounty.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/assets/cb-52317/images/help/package-registry/package-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/assets/cb-5284/images/help/package-registry/organization-repo-access-for-a-package.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://cli.github.com/manual","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/cn/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/ja/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/es/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/pt/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/manage-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/assets/cb-23142/images/help/classroom/click-classroom-in-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/other-site-policies/github-deceased-user-policy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-deceased-user-policy"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://creativecommons.org/publicdomain/zero/1.0/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/privacy-policies/github-candidate-privacy-policy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-candidate-privacy-policy"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/packages/learn-github-packages/deleting-and-restoring-a-package.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/cn/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/ja/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/es/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/pt/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/en/marketplace/selling-your-app/github-marketplace-pricing-plans","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/assets/cb-95048/images/help/education/reverify-academic-affiliation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/assets/cb-6057/images/help/education/academic-status-student.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/en/apps/about-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/using-github-cli-in-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://github.blog/2021-11-01-github-keeps-getting-better-for-open-source-maintainers/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://opensource.guide/building-community/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/creating-a-github-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/cn/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/ja/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/es/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/pt/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://support.github.com/contact/report-abuse?category=report-abuse&report=other&report_type=unspecified","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/assets/cb-16886/images/marketplace/publish-this-plan-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/en/developers/github-marketplace/billing-customers","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events"} +{"url":"https://classroom.github.com/videos","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://docs.github.com/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/cn/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/ja/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/es/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/pt/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-32137/images/help/repository/choose-commit-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-8478/images/help/repository/choose-commit-email-address.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-14214/images/help/repository/edit-file-edit-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-9378/images/help/repository/write-commit-message-quick-pull.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/assets/cb-14777/images/help/desktop/expand-diff-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-37814/images/help/desktop/discard-changes-confirm-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-17022/images/help/desktop/diff-selection.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-52772/images/help/desktop/select-multiple-files-discard.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://www.twitch.tv/githubeducation","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/assets/cb-14177/images/help/desktop/commit-some.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-39302/images/help/desktop/commit-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-62049/images/help/desktop/discard-single-line.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-43611/images/help/desktop/discard-multiple-lines.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-10550/images/help/desktop/protected-branch-warning.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-14827/images/help/desktop/commit-all.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/ja/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/es/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/pt/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/assets/cb-17648/images/github-apps/expire-user-tokens-selection.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/assets/cb-4205/images/github-apps/edit-test-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/assets/cb-21842/images/github-apps/optional-features-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/assets/cb-57101/images/help/package-registry/packages-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/assets/cb-26001/images/help/package-registry/restore-option-for-deleted-package-in-an-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://github.com/github/docs/edit/main/content/developers/overview/managing-deploy-keys.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/ja/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/es/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/pt/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/assets/cb-18369/images/help/package-registry/confirm-container-package-deletion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/assets/cb-82524/images/help/desktop/discard-changes-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-67957/images/help/desktop/add-co-author-commit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-7286/images/help/package-registry/delete-container-package-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-acceptable-use-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-acceptable-use-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-acceptable-use-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-acceptable-use-policies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://kramdown.gettalong.org/documentation.html","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-25811/images/help/package-registry/package-version-deletion-confirmation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/assets/cb-31277/images/help/package-registry/type-package-name-and-restore-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/assets/cb-29144/images/help/package-registry/confirm-package-version-restoration.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/assets/cb-6009/images/help/package-registry/versions-drop-down-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/assets/cb-19050/images/github-apps/github_apps_homepage_url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/assets/cb-12795/images/help/package-registry/restore-package-version.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/assets/cb-21603/images/help/organizations/organization-settings-tab-with-overview-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/assets/cb-18173/images/github-apps/github_apps_description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/assets/cb-3593/images/github-apps/github_apps_new.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/assets/cb-17954/images/github-apps/github_apps_app_name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/assets/cb-41555/images/help/package-registry/delete-container-package-version.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-acceptable-use-policies.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/cn/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/ja/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/es/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/pt/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/rate-limits-for-github-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/cn/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://github.github.com/gfm/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-19173/images/help/package-registry/confirm-container-package-version-deletion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/assets/cb-15500/images/github-apps/github_apps_webhook_url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/assets/cb-13401/images/github-apps/github_apps_webhook_secret.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/assets/cb-42259/images/github-apps/github_apps_callback_url_multiple.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/assets/cb-6094/images/github-apps/github_apps_create_github_app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/assets/cb-54553/images/help/repository/new-file-commit-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/ja/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/es/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/pt/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/assets/cb-20310/images/github-apps/github_apps_request_auth_upon_install.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/site-policy/content-removal-policies/github-trademark-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-trademark-policy"} +{"url":"https://docs.github.com/assets/cb-69375/images/github-apps/github_apps_new_permissions_post2dot13.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://github.com/github/docs/edit/main/content/packages/working-with-a-github-packages-registry/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/cn/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/manage-packages"} +{"url":"https://docs.github.com/ja/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/manage-packages"} +{"url":"https://docs.github.com/es/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/manage-packages"} +{"url":"https://docs.github.com/pt/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/manage-packages"} +{"url":"https://docs.github.com/site-policy/github-terms/github-event-code-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct"} +{"url":"https://docs.github.com/assets/cb-20913/images/github-apps/github_apps_setup_url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://github.com/github/docs/edit/main/content/packages/learn-github-packages/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/manage-packages"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-community-forum-code-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-forum-code-of-conduct"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-community-forum-code-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-forum-code-of-conduct"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-community-forum-code-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-forum-code-of-conduct"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-community-forum-code-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-forum-code-of-conduct"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://docs.github.com/assets/cb-30443/images/github-apps/github_apps_installation_options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-community-forum-code-of-conduct.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-forum-code-of-conduct"} +{"url":"https://docs.github.com/cn/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/articles/dmca-takedown-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/articles/github-bug-bounty-program-legal-safe-harbor","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/en/articles/generating-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/assets/cb-21851/images/help/repository/repo-actions-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-70869/images/help/pages/publishing-source-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://github.com/github/docs/edit/main/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://docs.github.com/en/articles/github-trademark-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://docs.github.com/en/github/site-policy/github-community-guidelines","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://docs.github.com/assets/cb-15078/images/help/package-registry/options-for-container-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/articles/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/en/articles/github-community-guidelines","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://maven.apache.org/guides/introduction/introduction-to-the-pom.html","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/site-policy/github-terms/github-community-guidelines","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/en/articles/blocking-a-user-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/en/github/site-policy/github-disrupting-the-experience-of-other-users","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-bullying-and-harassment"} +{"url":"https://docs.github.com/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/assets/cb-17809/images/help/pages/config-markdown-value.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/assets/cb-66493/images/help/education/create-organization-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/assets/cb-30163/images/help/education/create-org-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/site-policy/content-removal-policies/github-private-information-removal-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://github.com/github/docs/edit/main/content/pages/setting-up-a-github-pages-site-with-jekyll/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/ja/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/es/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/pt/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages"} +{"url":"https://geekfeminism.wikia.org/wiki/Conference_anti-harassment/Policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct"} +{"url":"https://github.com/github/docs/edit/main/content/pages/getting-started-with-github-pages/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/cn/pages/configuring-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/pages/configuring-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/pages/configuring-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/pages/configuring-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://github.com/github/docs/edit/main/content/pages/configuring-a-custom-domain-for-your-github-pages-site/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://docs.github.com/ja/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://docs.github.com/es/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://docs.github.com/pt/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-cli/github-cli/about-github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli/github-cli/about-github-cli"} +{"url":"https://github.com/marketplace/new","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages"} +{"url":"mailto:legal@support.github.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/es/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/cn/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/ja/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/es/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/pt/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/assets/cb-73916/images/help/desktop/partial-commit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/en/articles/blocking-a-user-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/assets/cb-26672/images/help/education/upgrade-org-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/en/articles/github-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-github-apps/making-a-github-app-public-or-private.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/cn/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/ja/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/es/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/pt/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/articles/locking-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/site-policy/github-terms/github-event-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-terms"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/setting-permissions-for-github-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/cn/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/ja/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/es/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/pt/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/articles/merging-multiple-user-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/en/articles/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://support.github.com/contact?tags=docs-trademark","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-trademark-policy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-oauth-apps/creating-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/en/articles/github-acceptable-use-policies","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/en/marketplace/listing-on-github-marketplace/configuring-the-github-marketplace-webhook","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-event-code-of-conduct","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-53960/images/profile-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://github.com/github/docs/edit/main/content/github-cli/github-cli/creating-github-cli-extensions.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/cn/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/ja/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/es/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/pt/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-a-student-developer-pack-approved","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli"} +{"url":"http://kramdown.gettalong.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://github.com/contact/report-content","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://docs.github.com/en/articles/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/assets/cb-44521/images/add-deploy-key.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/assets/cb-15142/images/repo-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://github.com/orgs/github-community/discussions/13","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://github.com/github/docs/edit/main/content/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/cn/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/ja/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/es/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/pt/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/assets/cb-41332/images/repos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/assets/cb-390813/images/deploy-key.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/squashing-commits"} +{"url":"https://classroom.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://support.github.com/contact?tags=docs-private-information","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://github.com/contact/report-abuse","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://education.github.com/stories","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://docs.github.com/assets/cb-10831/images/help/pages/404-file-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://www.gpo.gov/fdsys/pkg/USCODE-2011-title18/html/USCODE-2011-title18-partI-chap79-sec1621.htm","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/guides/using-the-github-api-in-your-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-open-source-applications-terms-and-conditions","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-open-source-applications-terms-and-conditions","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-open-source-applications-terms-and-conditions","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-open-source-applications-terms-and-conditions","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions"} +{"url":"https://en.wikipedia.org/wiki/Open_access","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-open-source-applications-terms-and-conditions.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions"} +{"url":"https://docs.github.com/cn/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://docs.github.com/ja/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://docs.github.com/es/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://docs.github.com/pt/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://docs.github.com/assets/cb-5874/images/help/pages/add-theme-to-config-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/security-policies/coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/content-removal-policies/github-trademark-policy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-trademark-policy"} +{"url":"https://docs.github.com/assets/cb-26723/images/help/repository/create_new_file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://github.com/github/docs/edit/main/content/pages/quickstart.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://docs.github.com/cn/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/ja/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/es/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/pt/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/assets/cb-13681/images/help/repository/propose-file-change-quick-pull.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/assets/cb-25849/images/github-apps/github_apps_confirm_installation_option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/assets/cb-16584/images/github-apps/github_apps_make_public.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-community-guidelines","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-guidelines"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/content-removal-policies/github-private-information-removal-policy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/content-removal-policies/github-private-information-removal-policy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-bullying-and-harassment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-bullying-and-harassment"} +{"url":"https://github.com/github/docs/edit/main/content/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/cn/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/ja/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/es/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/pt/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://developer.github.com/changes/2020-04-30-expiring-user-to-server-access-tokens-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages"} +{"url":"https://docs.github.com/en/articles/github-event-code-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-terms"} +{"url":"https://docs.github.com/assets/cb-6906/images/help/pages/add-remote-theme-to-config-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/overview/using-ssh-agent-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/assets/cb-75976/images/help/package-registry/packages-diagram-with-container-registry.png","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry"} +{"url":"https://probot.github.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/github/administering-a-repository/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://aka.ms/classroom-vscode-ext","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/rest/reference/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://cli.github.com/manual/gh_help_formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/articles/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/articles/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://cli.github.com/manual/gh_api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://jekyllrb.com/docs/installation/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/manage-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/en/developers/apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://docs.github.com/en/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/packages/publishing-and-managing-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://github.com/github/docs/edit/main/content/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://docs.github.com/es/github-ae@latest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://docs.github.com/en/articles/github-s-products","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/en/developers/apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/desktop/guides/contributing-to-projects/managing-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://docs.github.com/en/github/managing-packages-with-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://www.softwarefreedom.org/about/contact/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-counter-notice"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-event-terms","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-event-terms"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://docs.github.com/cn/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/ja/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/es/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/pt/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://git-scm.com/video/what-is-version-control","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://bundler.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://pages.github.com/themes/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://github.com/dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://docs.github.com/en/articles/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://support.github.com/contact?tags=docs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://www.ruby-lang.org/en/documentation/installation/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"http://jekyllrb.com/docs/github-pages/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-registered-developer-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-registered-developer-agreement"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-registered-developer-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-registered-developer-agreement"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-registered-developer-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-registered-developer-agreement"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-registered-developer-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-registered-developer-agreement"} +{"url":"https://rvm.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-registered-developer-agreement.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-registered-developer-agreement"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-marketplace-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-terms-of-service"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-marketplace-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-terms-of-service"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-marketplace-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-terms-of-service"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-marketplace-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-terms-of-service"} +{"url":"https://www.ruby-lang.org/en/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-marketplace-terms-of-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-terms-of-service"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/apply-for-a-student-developer-pack/","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://jekyllrb.com/docs/troubleshooting/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-an-educator-or-researcher-discount-approved","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/en/apps/managing-github-apps/making-a-github-app-public-or-private","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://github.com/cli/gh-extension-precompile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/developers/apps/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/rest/reference/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"http://sinatrarb.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://github.com/jekyll/minima","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/github/managing-packages-with-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://education.github.com/pack","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/apply-for-a-student-developer-pack"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages"} +{"url":"http://sinatrarb.com/faq.html","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://github.com/cli/cli/blob/14f704fd0da58cc01413ee4ba16f13f27e33d15e/pkg/cmd/extension/manager.go","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://github.com/cli/go-gh","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/guides/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://github.com/atom/atom","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://docs.github.com/assets/cb-34195/images/help/pages/create-repository-name-pages.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://docs.github.com/assets/cb-180181/images/help/pages/select-theme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://docs.github.com/assets/cb-10141/images/help/pages/choose-a-theme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/assets/cb-62385/images/help/pages/choose-theme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"http://octokit.github.io/octokit.rb/Octokit/Client/Labels.html","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://education.github.com/forum","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"http://bundler.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"http://jekyllrb.com/docs/frontmatter","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/cn/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/ja/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/es/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/pt/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"http://jekyllrb.com/docs/windows/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry.md","state":"SKIPPED","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/cn/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/ja/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/es/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/pt/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"http://octokit.github.io/octokit.rb/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://octokit.github.io/rest.js/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://github.com/github/docs/edit/main/content/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/cn/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://developer.github.com/changes/2018-04-30-graphql-supports-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://jekyllrb.com/docs/configuration/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://jekyllrb.com/docs/front-matter/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://jekyllrb.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://jekyllrb.com/docs/plugins/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://pages.github.com/versions/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://jekyllrb.com/docs/themes/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/en/articles/about-github-education-for-students","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://docs.github.com/en/articles/deleting-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-oauth-apps/authorizing-oauth-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act"} +{"url":"https://docs.github.com/ja/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act"} +{"url":"https://docs.github.com/es/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act"} +{"url":"https://docs.github.com/pt/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act"} +{"url":"https://docs.github.com/cn/site-policy/other-site-policies/github-logo-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-logo-policy"} +{"url":"https://docs.github.com/ja/site-policy/other-site-policies/github-logo-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-logo-policy"} +{"url":"https://docs.github.com/es/site-policy/other-site-policies/github-logo-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-logo-policy"} +{"url":"https://docs.github.com/pt/site-policy/other-site-policies/github-logo-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-logo-policy"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-github-apps/creating-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/learn-github-packages/deleting-and-restoring-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://github.com/login/oauth/authorize","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/other-site-policies/github-logo-policy.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-logo-policy"} +{"url":"https://docs.github.com/cn/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/articles/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/developers/apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/developers/apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"http://brew.sh/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://github.com/github-developer/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://github.com/github/docs/edit/main/content/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/ja/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/es/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/pt/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/github/site-policy/github-sexually-obscene-content","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/articles/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://github.com/github-developer/using-the-github-api-in-your-app/blob/master/server.rb","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://docs.github.com/en/apps/managing-github-apps/editing-a-github-app-s-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/github/site-policy/github-additional-product-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/articles/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/articles/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/github/site-policy/github-hate-speech-and-discrimination","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://github.com/github/docs/edit/main/content/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/developers/github-marketplace/handling-plan-cancellations","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/en/developers/apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/articles/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://jekyll.github.io/github-metadata/site.github/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/github/site-policy/github-active-malware-or-exploits","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/site-policy/github-terms/github-community-forum-code-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-forum-code-of-conduct"} +{"url":"https://docs.github.com/en/articles/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/github/managing-large-files/what-is-my-disk-quota","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://github.com/contact","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/articles/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://docs.github.com/en/github/site-policy/github-threats-of-violence-and-gratuitously-violent-content","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/assets/cb-248165/images/github-apps/github_apps_probot-registration.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/cn/developers/overview/secret-scanning-partner-program","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://docs.github.com/ja/developers/overview/secret-scanning-partner-program","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://docs.github.com/es/developers/overview/secret-scanning-partner-program","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://docs.github.com/pt/developers/overview/secret-scanning-partner-program","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://docs.github.com/en/apps/building-github-apps/understanding-rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://docs.github.com/en/articles/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://docs.github.com/en/apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/assets/cb-68218/images/help/pages/cancel-edit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"mailto:secret-scanning@github.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://docs.github.com/en/github/site-policy/github-doxxing-and-invasion-of-privacy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/developers/overview/secret-scanning-partner-program.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://docs.github.com/cn/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/ja/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/es/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/pt/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://github.com/github/docs/edit/main/content/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/cn/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/ja/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/es/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/pt/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/overview/managing-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide"} +{"url":"https://github.com/github/docs/edit/main/content/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/es/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/articles/github-corporate-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://glitch.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://docs.github.com/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://github.com/jekyll/jekyll-coffeescript","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://docs.github.com/en/github/site-policy/github-impersonation","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/cn/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/ja/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/es/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/pt/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://github.com/jekyll/github-metadata","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/articles/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://support.github.com/contact?tags=docs-community-support","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-forum-code-of-conduct"} +{"url":"https://docs.github.com/site-policy/acceptable-use-policies/github-acceptable-use-policies","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://docs.github.com/en/articles/what-is-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://github.com/jekyll/jemoji","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/rest/reference/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/apps/installing-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://github.com/github/docs/edit/main/content/pages/getting-started-with-github-pages/about-github-pages.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://docs.github.com/es/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://github.com/benbalter/jekyll-optional-front-matter","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://github.com/benbalter/jekyll-titles-from-headings","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/assets/cb-13649/images/help/classroom/assignments-assignment-title.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://docs.github.com/cn/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://github.com/probot/probot","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/assets/cb-38282/images/help/classroom/assignments-assign-deadline.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/assets/cb-10596/images/help/classroom/assignments-click-create-assignment-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/assets/cb-12127/images/help/classroom/assignments-enable-feedback-pull-requests.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/assets/cb-9666/images/help/classroom/assignments-autograding-click-pencil-or-trash.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://github.com/github/docs/edit/main/content/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview"} +{"url":"https://docs.github.com/ja/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview"} +{"url":"https://docs.github.com/es/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview"} +{"url":"https://docs.github.com/pt/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview"} +{"url":"https://github.com/github/site-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions"} +{"url":"https://github.com/sinatra/sinatra","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://github.com/github/docs/edit/main/content/developers/overview/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/overview"} +{"url":"https://docs.github.com/cn/site-policy/privacy-policies/github-subprocessors-and-cookies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors-and-cookies"} +{"url":"https://docs.github.com/ja/site-policy/privacy-policies/github-subprocessors-and-cookies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors-and-cookies"} +{"url":"https://docs.github.com/es/site-policy/privacy-policies/github-subprocessors-and-cookies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors-and-cookies"} +{"url":"https://docs.github.com/pt/site-policy/privacy-policies/github-subprocessors-and-cookies","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors-and-cookies"} +{"url":"https://github.com/works-with","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/privacy-policies/github-subprocessors-and-cookies.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors-and-cookies"} +{"url":"https://docs.github.com/cn/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://github.com/jekyll/jekyll-gist","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://glitch.com/about/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://github.com/benbalter/jekyll-default-layout","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/codespaces/developing-in-codespaces/using-codespaces-with-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli"} +{"url":"https://docs.github.com/ja/codespaces/developing-in-codespaces/using-codespaces-with-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli"} +{"url":"https://docs.github.com/es/codespaces/developing-in-codespaces/using-codespaces-with-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli"} +{"url":"https://docs.github.com/pt/codespaces/developing-in-codespaces/using-codespaces-with-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli"} +{"url":"https://docs.github.com/assets/cb-59626/images/help/classroom/assignments-click-new-assignment-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://github.com/benbalter/jekyll-relative-links","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/assets/cb-8427/images/help/classroom/assignments-click-save-test-case-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/using-codespaces-with-github-cli.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli"} +{"url":"https://docs.github.com/cn/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/assets/cb-41634/images/help/classroom/autograding-click-grading-method.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/assets/cb-33368/images/help/classroom/assignments-create-first-assignment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://probot.github.io/docs/development/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-acceptable-use-policies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies"} +{"url":"https://github.com/jekyll/jekyll-paginate","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/assets/cb-22124/images/help/classroom/assignments-choose-repository-visibility.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/assets/cb-59657/images/help/classroom/assignments-click-template-repository-in-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-102789/images/help/classroom/select-supported-editor-including-codespaces.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/working-with-a-github-packages-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/assets/cb-32282/images/help/classroom/assignments-define-teams.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-github-apps/rate-limits-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/en/developers/github-marketplace/handling-plan-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/assets/cb-100342/images/help/classroom/assignment-group-hero.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://github.com/github/docs/edit/main/content/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide"} +{"url":"https://github.com/settings/installations","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://github.com/benbalter/jekyll-readme-index","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/cn/get-started/signing-up-for-github/signing-up-for-a-new-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/ja/get-started/signing-up-for-github/signing-up-for-a-new-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/es/get-started/signing-up-for-github/signing-up-for-a-new-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/pt/get-started/signing-up-for-github/signing-up-for-a-new-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/signing-up-for-github/signing-up-for-a-new-github-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/assets/cb-29063/images/help/pages/verify-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/assets/cb-29788/images/help/pages/verify-continue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/assets/cb-11859/images/help/pages/verify-add-domain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/assets/cb-32249/images/github-apps/device_authorization_page_for_user_code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/cn/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/ja/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/es/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/pt/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-8909/images/help/classroom/assignments-click-continue-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/en/apps/quickstart-guides/setting-up-your-development-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://glitch.com/~auspicious-aardwolf","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/articles/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-7045/images/help/pages/verify-enter-domain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/assets/cb-30137/images/help/pages/verify-dns.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/create-a-repo.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/cn/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/ja/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/es/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/pt/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-community-forum-code-of-conduct","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-community-forum-code-of-conduct"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/pages/getting-started-with-github-pages/creating-a-github-pages-site.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://github.com/bkeepers/dotenv","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/other-site-policies/guidelines-for-legal-requests-of-user-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/learn-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/manage-packages"} +{"url":"https://docs.github.com/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/configuring-a-custom-domain-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-cli/github-cli/creating-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/setting-up-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/getting-started-with-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/marketplace/selling-your-app/billing-customers-in-github-marketplace/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/en/articles/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://octodex.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-logo-policy"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://octodex.github.com/faq/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-logo-policy"} +{"url":"http://pygments.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/apps/marketplace/creating-and-submitting-your-app-for-approval","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/site-policy/github-terms/github-open-source-applications-terms-and-conditions","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions"} +{"url":"https://docs.github.com/en/apps/differences-between-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://github.blog/2018-12-19-download-your-data/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://docs.github.com/en/articles/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/guides/using-the-github-api-in-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://github.com/topics/jekyll-theme","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://education.github.community/t/using-existing-teams-in-group-assignments/6999","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://lab.github.com/githubtraining/managing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.travis-ci.com/user/customizing-the-build/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/assets/cb-24456/images/help/commits/commit-tag-label.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://rubydoc.info/github/rack/rack/master/Rack/Utils:secure_compare","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://letsencrypt.org/docs/caa/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/assets/cb-24304/images/help/commits/commit-branch-indicator.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/assets/cb-23632/images/help/commits/commit-message-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://github.com/topics/gh-extension","status":200,"state":"OK","parent":"https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://travis-ci.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/assets/cb-22227/images/help/commits/commits-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/en/articles/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/assets/cb-89330/images/secret-scanning-flow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/en/articles/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/assets/cb-21463/images/github-apps/create-github-app-manifest.png","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/articles/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/assets/cb-59268/images/help/pages/publishing-source-save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://en.wikipedia.org/wiki/Serial_comma","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://nodejs.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://en.wikipedia.org/wiki/Value_proposition","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/en/rest/reference/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://letsencrypt.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://github.com/jneen/rouge","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://support.github.com/contact?tags=docs-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/assets/cb-62536/images/marketplace/marketplace_intro_description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/cn/site-policy/other-site-policies/github-and-trade-controls","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://docs.github.com/ja/site-policy/other-site-policies/github-and-trade-controls","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://docs.github.com/es/site-policy/other-site-policies/github-and-trade-controls","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://docs.github.com/pt/site-policy/other-site-policies/github-and-trade-controls","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://docs.github.com/assets/cb-30240/images/marketplace/marketplace_short_description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/assets/cb-50645/images/marketplace/marketplace-logo-and-badge.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/assets/cb-173665/images/marketplace/marketplace_insights.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://www.ecfr.gov/cgi-bin/text-idx?SID=ad384e1f1e017076f8c0136f322f0a4c&mc=true&node=pt15.2.744&rgn=div5","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/other-site-policies/github-and-trade-controls.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://api.github.com/meta/public_keys/secret_scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/assets/cb-409681/images/marketplace/marketplace-screenshots.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/assets/cb-11442/images/help/pages/save-custom-subdomain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-11139/images/help/pages/save-custom-apex-domain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://www.isc.org/bind/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-11545/images/help/pages/remove-custom-domain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-8878/images/help/pages/enforce-https-custom-domains.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://github.com/collections/github-pages-examples","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://cli.github.com/manual/gh_codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://cli.github.com/manual/gh_codespace_cp","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://git-scm.com/book/en/v2/Git-Tools-Submodules","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/program","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-registered-developer-agreement"} +{"url":"https://docs.github.com/en/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://en.wikipedia.org/wiki/Symbolic_link","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://jekyllrb.com/docs/datafiles/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://jekyllrb.com/docs/permalinks/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/articles/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://opensource.guide/","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/en/apps/quickstart-guides/setting-up-your-development-environment/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/opening-an-issue-from-code","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/en/github/visualizing-repository-data-with-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://jekyllrb.com/docs/variables/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-19887/images/help/repository/create-repository-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-26377/images/help/repository/create-repository-desc.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-20877/images/help/repository/create-repository-public-private.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-23682/images/help/repository/create-repository-owner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://bower.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/assets/cb-33561/images/help/repository/create-commit-review.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-23166/images/help/repository/edit-readme-preview-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-31124/images/help/classroom/assignments-click-view-test.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/assets/cb-37096/images/help/classroom/assignments-click-grading-and-feedback.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/assets/cb-160589/images/help/classroom/assignment-individual-hero.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/en/github/writing-on-github/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/assets/cb-35214/images/help/classroom/assignments-click-pencil.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/assets/cb-38553/images/help/classroom/download-grades.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/about-using-makecode-arcade-with-github-classroom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/assets/cb-27618/images/help/pages/click-pages-url-to-preview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-14417/images/help/pull_requests/merge_box/pullrequest-commitmessage.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-13037/images/help/pull_requests/pullrequest-mergebutton.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://github.com/jshttp/mime-db","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/assets/cb-49058/images/help/pull_requests/select-squash-and-merge-from-drop-down-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-51014/images/help/pull_requests/select-rebase-and-merge-from-drop-down-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-20339/images/help/repository/write-commit-message-on-behalf-of-trailer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.microsoft.com/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/cn/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/ja/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/es/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/pt/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/assets/cb-123673/images/help/pull_requests/checks-summary-for-various-commits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://git-scm.com/docs/git-merge","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/assets/cb-47359/images/help/pull_requests/checks.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/assets/cb-42163/images/help/pull_requests/checks-detailed.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/assets/cb-24606/images/help/pull_requests/commit-list-statuses.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/assets/cb-43627/images/help/pull_requests/choose-head-fork-compare-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-26570/images/help/pull_requests/pull-request-start-review-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-44606/images/help/pull_requests/choose-base-fork-and-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-34070/images/help/pull_requests/allow-maintainers-to-make-edits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-10913/images/help/pull_requests/compare-across-forks-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-15835/images/help/repository/edit-readme-light.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-25139/images/help/repository/create-repository-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-49938/images/help/repository/initialize-with-readme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-8553/images/help/classroom/assignments-click-update-assignment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/assets/cb-44661/images/help/repository/create-commit-open-readme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://choosealicense.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-47415/images/help/repository/headings_toc.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-8119/images/help/writing/headings-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-4274/images/help/writing/code-block-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-3302/images/help/writing/unordered-list-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-27788/images/help/classroom/autograding-click-trash.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/assets/cb-12181/images/help/writing/quoted-text-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/assets/cb-4680/images/help/writing/inline-code-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-4329/images/help/writing/link-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-319648/images/help/writing/image-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-5185/images/help/writing/nested-list-alignment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-3403/images/help/writing/ordered-list-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-64629/images/help/writing/task-list-rendered-simple.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/git-and-github-learning-resources.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/cn/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/ja/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/es/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/pt/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/assets/cb-3655/images/help/writing/nested-list-example-2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-2411/images/help/writing/nested-list-example-3.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-3746/images/help/writing/mention-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-25655/images/help/repository/readme-links.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-6343/images/site/rendered-footnote.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://www.ilo.org/dyn/normlex/en/f?p=NORMLEXPUB:12100:0::NO::P12100_ILO_CODE:P029","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/assets/cb-7184/images/help/writing/emoji-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-3697/images/help/writing/nested-list-example-1.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-17772/images/help/writing/display-markdown-as-source.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-27781/images/help/classroom/autograding-click-pencil.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/assets/cb-2978/images/help/writing/escaped-character-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://git-scm.com/docs/git-revert.html","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://lab.github.com/githubtraining/github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://daringfireball.net/projects/markdown/syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/articles/creating-an-access-token-for-command-line-use","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/rest/reference/migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://github.com/settings/applications/new","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://github.com/login/device","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://classroom.github.com/login","status":200,"state":"OK","parent":"https://docs.github.com/en/education/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act"} +{"url":"https://docs.github.com/site-policy/github-terms/github-marketplace-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-terms-of-service"} +{"url":"https://docs.github.com/en/articles/securing-your-github-pages-site-with-https","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-marketplace-terms-of-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-terms-of-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment"} +{"url":"https://docs.github.com/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"http://codebeautify.org/yaml-validator","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/assets/cb-6394/images/help/commits/commit-msg-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/en/articles/reviewing-proposed-changes-in-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/articles/working-with-advanced-formatting","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/articles/set-up-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/assets/cb-12921/images/help/commits/commit-hover-msg.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://github.com/github/roadmap","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/en/marketplace/integrating-with-the-github-marketplace-api/handling-new-purchases-and-free-trials","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.microsoft.com/nuget/consume-packages/overview-and-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/articles/verifying-your-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-130829/images/marketplace/marketplace_detailed_description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/articles/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-registered-developer-agreement","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-registered-developer-agreement"} +{"url":"https://docs.github.com/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://docs.github.com/en/articles/about-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/articles/using-a-custom-domain-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://github.com/settings/tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/other-site-policies/github-logo-policy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-logo-policy"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/en/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/site-policy/privacy-policies/github-subprocessors-and-cookies","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors-and-cookies"} +{"url":"https://docs.github.com/en/articles/managing-a-custom-domain-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/get-started/signing-up-for-github/signing-up-for-a-new-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/en/articles/configuring-a-publishing-source-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/articles/downgrading-your-github-billing-plan","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/articles/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/codespaces/developing-in-codespaces/using-codespaces-with-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli"} +{"url":"https://docs.github.com/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://tools.ietf.org/html/rfc8628","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/assets/cb-98977/images/help/pages/enforce-https-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://git-scm.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://git-scm.com/docs","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-9449/images/help/pull_requests/choose-pull-request-reviewer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/assets/cb-18486/images/help/pull_requests/request-a-review-not-suggested.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/cn/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://tools.ietf.org/html/rfc6749","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/marketplace/github-marketplace-transactions","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://docs.github.com/assets/cb-4714/images/help/pull_requests/request-re-review.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://github.com/github/docs/edit/main/content/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/articles/what-is-my-disk-quota","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/assets/cb-72858/images/help/pages/publishing-source-folder-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/articles/github-terms-of-service/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-terms-of-service"} +{"url":"https://cli.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://airtable.com/shrGBcceazKIoz6pY","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/privacy-policies/github-subprocessors-and-cookies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors-and-cookies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/overview/secret-scanning-partner-program","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/cn/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/es/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/getting-started-with-github-pages/about-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-145345/images/marketplace/marketplace_feature_card.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/assets/cb-6327/images/help/pull_requests/request-suggested-review.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://airtable.com/shrB2je5RBkqLEt5D","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"http://opensource.org/about","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/articles/about-custom-domains-and-github-pages/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/articles/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/git-and-github-learning-resources","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/developers/overview/secret-scanning-partner-program","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/overview/secret-scanning-partner-program"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-with-github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/articles/troubleshooting-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-terms-for-additional-products-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-terms-for-additional-products-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-terms-for-additional-products-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-terms-for-additional-products-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://leginfo.legislature.ca.gov/faces/billCompareClient.xhtml?bill_id=201720180AB375","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/githubs-notice-about-the-california-consumer-privacy-act"} +{"url":"https://lab.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-terms-for-additional-products-and-features.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/cn/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/ja/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/es/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/pt/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://www.pluralsight.com/codeschool","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://www.pluralsight.com/courses/code-school-git-real","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment"} +{"url":"https://www.youtube.com/watch?v=d5wpJ5VimSU&list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-&index=19","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://www.youtube.com/watch?v=5oJHRbqEofs","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://www.youtube.com/watch?v=SxzjZtJwOgo&list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-&index=22","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://www.youtube.com/watch?v=BKPjPMVB81g","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://www.ilo.org/global/topics/forced-labour/lang--en/index.htm","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/learning-about-github/githubs-products.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://www.ilo.org/declaration/thedeclaration/textdeclaration/lang--en/index.htm","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://www.ilo.org/global/about-the-ilo/newsroom/news/WCMS_574717/lang--en/index.htm","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/assets/cb-9451/images/help/pull_requests/open-with-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://github.com/github/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/assets/cb-5627/images/help/pull_requests/convert-to-draft-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"http://git-scm.com/book","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/assets/cb-17087/images/help/pull_requests/merge_conflict_error_on_github.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/assets/cb-24796/images/help/settings/ssh-key-paste.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://git-scm.com/book","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/assets/cb-2803/images/help/settings/ssh-add-key.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/assets/cb-11964/images/help/settings/ssh-add-ssh-key.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/assets/cb-14481/images/help/settings/sudo_mode_popup.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/assets/cb-12061/images/help/pull_requests/pull-request-update-branch-with-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/assets/cb-23067/images/help/pull_requests/pull-request-update-branch-rebase-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-77956/images/help/repository/write-commit-message-co-author-trailer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/assets/cb-33207/images/help/repository/https-url-clone-cli.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"http://learngitbranching.js.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/assets/cb-33131/images/help/repository/fetch-upstream-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/assets/cb-128022/images/help/repository/fetch-and-merge-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/articles/troubleshooting-custom-domains-and-github-pages/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/assets/images/help/site-policy/github-statement-against-modern-slavery-and-child-labor.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://creativecommons.org/licenses/by/4.0/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/en/articles/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/articles/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/articles/setting-up-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/articles/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/articles/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://cli.github.com/manual/gh_pr_ready","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/articles/deleting-unused-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/assets/cb-23299/images/help/pull_requests/compare-branch-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/site-policy/content-removal-policies/dmca-takedown-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/ja/site-policy/content-removal-policies/dmca-takedown-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/es/site-policy/content-removal-policies/dmca-takedown-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/pt/site-policy/content-removal-policies/dmca-takedown-policy","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://help.shopify.com/en/themes/liquid/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/articles/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide"} +{"url":"https://help.shopify.com/en/themes/liquid/filters","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://help.shopify.com/en/themes/liquid/tags","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/signing-up-for-github/signing-up-for-a-new-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/other-site-policies/github-and-trade-controls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://docs.github.com/assets/cb-25719/images/help/pull_requests/pull-request-edit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-23660/images/help/pull_requests/pull-request-edit-base-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/en/articles/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://help.shopify.com/en/themes/liquid/tags/iteration-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/articles/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://www.unodc.org/roseap/en/sustainable-development-goals.html","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-17756/images/help/pull_requests/pull-request-base-branch-confirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/assets/cb-14573/images/help/pull_requests/pull-request-tabs-changed-files.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://enterprise.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://docs.github.com/assets/cb-13785/images/help/repository/repo-settings-issues-pull-requests.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/assets/cb-4458/images/help/pull_requests/pull_request_id_number.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/content-removal-policies/dmca-takedown-policy.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/assets/cb-41496/images/help/pull_requests/view-merge-conflict-with-markers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://git-scm.com/docs/git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://github.blog/2021-01-05-advancing-developer-freedom-github-is-fully-available-in-iran","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/site-policy/other-site-policies/github-and-trade-controls","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/other-site-policies/github-and-trade-controls"} +{"url":"https://docs.github.com/assets/cb-18853/images/help/pull_requests/conflict-resolution-merge-dialog-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/en/articles/basic-writing-and-formatting-syntax/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/assets/cb-3731/images/help/pull_requests/resolve-merge-conflict-select-conflicting-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://github.com/enterprise/contact","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://www.govinfo.gov/content/pkg/CFR-2009-title48-vol1/pdf/CFR-2009-title48-vol1-part22-subpart22-17.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/en/articles/using-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/create-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/rest/reference/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/articles/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/articles/signing-commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/github/site-policy/github-sponsors-additional-terms","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/en/articles/tracking-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/assets/cb-44583/images/help/pull_requests/allow-maintainers-to-make-edits-sidebar-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/about-github-advanced-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/cn/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/articles/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-68907/images/help/pull_requests/view-selected-function-or-method.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://github.com/blog/1124-how-we-use-pull-requests-to-build-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-20177/images/help/pull_requests/jump-to-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://git-scm.com/docs/git-log","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/assets/cb-18505/images/help/pull_requests/mark-as-resolved-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/categories/getting-started-with-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/articles/checking-for-existing-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/desktop/contributing-to-projects/cloning-and-forking-repositories-from-github-desktop","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://git-scm.com/book/en/Git-Internals-Maintenance-and-Data-Recovery","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/git-and-github-learning-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/events/github-event-types.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.npmjs.com/about-private-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.npmjs.com/organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-13235/images/help/pull_requests/ready-for-review-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/articles/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://education.github.com/toolbox/offers/github-org-upgrades","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/apply-for-an-educator-or-researcher-discount"} +{"url":"https://docs.github.com/assets/cb-11713/images/help/pull_requests/filter-function-and-methods.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/articles/github-statement-against-modern-slavery-and-child-labor","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/about-enterprise-managed-users","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"http://aka.ms/classroom-vscode-ext","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/articles/about-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/en/articles/using-submodules-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/articles/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/assets/cb-21244/images/help/pull_requests/merge-conflict-commit-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://lab.github.com/githubtraining/introduction-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/assets/cb-16362/images/help/pull_requests/resolve-merge-conflicts-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/articles/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/articles/creating-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/articles/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://nvd.nist.gov/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://www.legislation.gov.uk/ukpga/2015/30/section/54/enacted","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://aka.ms/vsmarketplace-ToU","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://guides.github.com/features/mastering-markdown/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/articles/about-pull-request-merges/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-1355315/images/help/desktop/co-authors-demo-hq.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-company-policies/github-statement-against-modern-slavery-and-child-labor"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://www.eff.org/wp/unintended-consequences-under-dmca","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://the1709blog.blogspot.com/2012/11/is-term-of-protection-of-copyright-too.html","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://www.lumendatabase.org/topics/22","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/creating-an-issue.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/ja/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/es/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/pt/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-8431/images/help/pull_requests/convert-to-draft-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://github.blog/2021-07-27-github-developer-rights-fellowship-stanford-law-school/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/en/articles/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://github.com/github/dmca/blob/master/2014/2014-05-01-Pushwoosh-SDK-counternotice.md","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://github.com/github/dmca/blob/master/2014/2014-05-28-Delicious-Brains.md","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-the-forking-policy-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/using-github-cli-in-workflows.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1375604","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://arstechnica.com/tech-policy/2015/04/how-the-dmca-made-youtube/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/assets/cb-5049/images/help/issues/new_issues_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-25896/images/help/repository/repo-tabs-issues.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-10034/images/help/issues/blank_issue_link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-14425/images/help/pull_requests/reference-in-new-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-24164/images/help/discussions/repository-discussions-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-39386/images/help/pull_requests/kebab-in-pull-request-review-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/assets/cb-45247/images/help/pull_requests/new-issue-title-and-body.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-47528/images/help/repository/issue-opened-from-code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-243702/images/help/discussions/click-discussion-in-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-22093/images/help/pull_requests/create-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://github.com/mozilla/rust/commits/master/README.md","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://git-scm.com/book/en/Customizing-Git-Git-Configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://github.com/mozilla/rust/commits/master","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/assets/cb-27461/images/help/pull_requests/new-issue-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://youtube.com/githubguides","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://www.europarl.europa.eu/meps/en/home","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://jekyllrb.com/docs/pages/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://jekyllrb.com/docs/posts/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/assets/cb-46869/images/help/repository/highlight-line-of-code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/disabling-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events/github-event-types","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/articles/assigning-issues-and-pull-requests-to-other-github-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/articles/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/cn/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/ja/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/es/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/pt/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-48399/images/help/repository/highlight-range-of-code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/articles/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/github/working-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/articles/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github/committing-changes-to-your-project/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/articles/github-enterprise-cloud-support","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://www.cato-unbound.org/issues/january-2013/opportunities-copyright-reform","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/en/articles/github-sensitive-data-removal-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/articles/guide-to-submitting-a-dmca-counter-notice","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/articles/github-enterprise-cloud-addendum","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/fork-a-repo.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/articles/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/assets/cb-60891/images/help/pull_requests/merge_box/pull-request-dismiss-review-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/articles/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://github.com/octocat/linguist/compare/master...octocat:master","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://guides.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/assets/cb-37794/images/help/pull_requests/pullrequest-closebutton.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/en/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/assets/cb-69089/images/help/pull_requests/merge_box/pull-request-dismiss-review.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/assets/cb-17688/images/help/repository/open-new-issue-specific-line.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-47721/images/help/pull_requests/merge_box/pull-request-open-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/site-policy/content-removal-policies/dmca-takedown-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/assets/cb-49392/images/help/discussions/create-issue-from-discussion.jpg","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-terms-for-additional-products-and-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/managing-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/content-removal-policies/dmca-takedown-policy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://github.com/octocat/linguist/compare/master...octocat:an-example-comparison-for-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/en/github/site-policy/guide-to-submitting-a-dmca-takedown-notice","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://www.npmjs.com/policies/solo-plan","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://github.com/octocat/linguist/compare/v2.2.0...octocat:v2.3.3","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://github.com/github/linguist/compare/master...octocat:master","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/assets/cb-6294/images/help/repository/fork_button.jpg","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://www.npmjs.com/policies/orgs-plan","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-github-cli-in-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/articles/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/en/rest/reference/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/articles/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/en/articles/what-is-my-disk-quota/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/articles/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/articles/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/learning-about-github/githubs-products","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://github.com/octocat/linguist/compare/octocat:96d29b7%5E%5E%5E%5E%5E...octocat:96d29b7","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/articles/guide-to-submitting-a-dmca-takedown-notice","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/en/articles/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://digitalcommons.law.scu.edu/lawreview/vol42/iss1/6/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://www.npmjs.com/policies/open-source-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://github.com/octocat/linguist","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/assets/cb-25640/images/help/pull_requests/file-filter-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/assets/cb-95257/images/help/pull_requests/pr-file-tree.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://www.govtrack.us/congress/members","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/en/articles/cloning-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-2069/images/help/pull_requests/clear-file-filter.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-87213/images/help/pull_requests/pull-request-review-edit-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-34915/images/help/pull_requests/choose-base-and-compare-branches.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-47245/images/help/codespaces/codespaces-commit-pr.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/articles/about-github-education-for-educators-and-researchers","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/en/articles/applying-labels-to-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/en/github/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/getting-started/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-marketplace-developer-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-developer-agreement"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-marketplace-developer-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-developer-agreement"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-marketplace-developer-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-developer-agreement"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-marketplace-developer-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-developer-agreement"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-marketplace-developer-agreement.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-developer-agreement"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-52911/images/help/branches/branches-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/assets/cb-6252/images/help/branch/branch-selection-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/assets/cb-14742/images/help/issues/issue_template_get_started_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/site-policy/github-terms/github-terms-for-additional-products-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://docs.github.com/assets/cb-49835/images/help/codespaces/codespaces-commit-pr-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://resources.github.com/whitepapers/introduction-to-innersource/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-29841/images/help/pull_requests/branch-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-113149/images/help/branches/confirm-deleting-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://github.com/octocat/Spoon-Knife","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://guides.github.com/introduction/flow","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/git-and-github-learning-resources"} +{"url":"https://docs.github.com/assets/cb-26608/images/help/branch/branch-creation-text-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/assets/cb-3359/images/help/branches/branches-delete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://www.npmjs.com/policies/terms","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-20237/images/help/pull_requests/commit-suggestion-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/assets/cb-20197/images/help/pull_requests/add-suggestion-to-batch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://www.techdirt.com/articles/20140314/11350426579/if-were-going-to-change-dmcas-notice-takedown-lets-focus-how-widely-its-abused.shtml","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy"} +{"url":"https://docs.github.com/assets/cb-26707/images/help/pull_requests/file-filter-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/assets/cb-83094/images/help/pull_requests/diff-settings-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/articles/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/assets/cb-32628/images/help/pull_requests/suggested-change-commit-message-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://git-scm.com/docs/git-diff","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/support/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/assets/cb-32001/images/help/pull_requests/commit-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-49662/images/help/issues/sample_issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/assets/cb-19922/images/help/pull_requests/view-full-review-view-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-15771/images/help/pull_requests/review-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/assets/cb-36708/images/help/pull_requests/review-summary-comment-window.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/assets/cb-102277/images/help/pull_requests/dependency-review-vulnerability.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/assets/cb-12628/images/help/pull_requests/dependency-review-source-diff.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-20907/images/help/pull_requests/dependency-review-rich-diff.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/about-github-education-for-students"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events/events/github-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/using-github-cli-in-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides/using-github-cli-in-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/creating-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/github/administering-a-repository/comparing-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-5742/images/help/pull_requests/commit-squashing-diagram.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/assets/cb-56054/images/help/pull_requests/revert-pull-request-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-5407/images/help/pull_requests/standard-merge-commit-diagram.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/getting-started","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/assets/cb-53077/images/help/pull_requests/file-filter-menu-json.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://git-scm.com/docs/gitglossary","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/en/articles/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/en/articles/adding-issues-and-pull-requests-to-a-project-board/","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/managing-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/articles/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/fork-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/en/github/administering-a-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/articles/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/assets/cb-22320/images/help/pull_requests/merge-queue-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/assets/cb-25165/images/help/pull_requests/merge-queue-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/assets/cb-26977/images/help/pull_requests/remove-from-queue-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/assets/cb-26525/images/help/pull_requests/merge-queue-branches-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/assets/cb-30733/images/help/pull_requests/clock-icon-in-pull-request-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-18403/images/help/pull_requests/comment-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-19975/images/help/pull_requests/suggestion-block.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-1241326/images/help/commits/hover-comment-icon.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-21742/images/help/pull_requests/merge-queue-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/cn/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/ja/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/es/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/pt/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/providing-data-to-github-support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/assets/cb-21971/images/help/pull_requests/resolved-conversation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/en/github-ae@latest/support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/assets/cb-60255/images/help/pull_requests/conversation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/assets/cb-21917/images/help/commits/inline-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-36035/images/help/pull_requests/conversation-with-resolve-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/assets/cb-36465/images/help/pull_requests/conversations-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://git-scm.com/book/en/Git-Branching-Rebasing","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/en/articles/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/opening-an-issue-from-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://github.com/explore","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://youtu.be/g45OJn3UyCU","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://youtu.be/ObaFRGp_Eko","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://youtu.be/6QzKZ63KLss","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://youtu.be/QxrA3taZdNM","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://youtu.be/DTzrKduaHj8","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://youtu.be/X87v3SFQxLU","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://youtu.be/xVVeqIDgCvM","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://youtu.be/tJK2cmoh1KM","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://youtu.be/Qmwh6ijsQJU","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/articles/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/en/education/teach-and-learn-with-github-education","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/assets/cb-57373/images/help/pull_requests/merge_box/pr-reviews-in-merge-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/assets/cb-56682/images/help/pull_requests/review-header-with-line-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/assets/cb-36162/images/help/pull_requests/pull-request-review-statuses.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/articles/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/site-policy/github-terms/github-marketplace-developer-agreement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-developer-agreement"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://www.youtube.com/playlist?list=PLIRjfNq867bewk3ZGV6Z7a16YDNRCpK3u","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://github.com/features/merge-queue/signup","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/en/categories/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-issues/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/working-with-forks/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-marketplace-developer-agreement","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-developer-agreement"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/articles/reviewing-proposed-changes-in-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/public-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/changelog","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/articles/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/managing-scheduled-reminders-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"mailto:copyright@github.com.","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-terms-of-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://pages.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/en/articles/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"http://www.github.com/","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/github-terms/github-marketplace-developer-agreement"} +{"url":"https://docs.github.com/en/articles/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/assets/cb-18726/images/help/pull_requests/enable-auto-merge-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests"} +{"url":"https://docs.github.com/assets/cb-45330/images/help/pull_requests/enable-auto-merge-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-21008/images/help/pull_requests/disable-auto-merge-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://githubuniverse.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/assets/cb-17864/images/help/pull_requests/pull-request-information-fields.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests"} +{"url":"https://archiveprogram.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests"} +{"url":"https://github.com/site/privacy","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/articles/how-to-transfer-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://github.com/github/feedback/discussions/categories/pull-requests-feedback","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/github/site-policy","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/assets/cb-4151/images/help/pull_requests/viewed-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-27219/images/help/codespaces/changes-in-files.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-39152/images/help/codespaces/start-review.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-22827/images/help/pull_requests/start-a-review-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/assets/cb-31072/images/help/codespaces/submit-review.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-43487/images/help/pull_requests/diff-view-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-35179/images/help/pull_requests/cancel-review-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/assets/cb-20517/images/help/codespaces/github-pr-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/site-policy/github-terms/github-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests"} +{"url":"https://docs.github.com/en/categories/site-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/working-with-non-code-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/working-with-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://www.treasury.gov/resource-center/sanctions/SDN-List/Pages/default.aspx","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/assets/cb-29755/images/help/settings/settings-account-delete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/articles/github-and-export-controls","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/assets/cb-24730/images/help/repository/repo-leave-confirmation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/assets/cb-9782/images/help/repository/repo-leave.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/assets/cb-56799/images/help/settings/settings-account-deleteconfirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-terms-of-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://github.com/ghost","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/articles/dmca-takedown-policy/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/articles/guidelines-for-legal-requests-of-user-data/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://docs.github.com/en/articles/how-do-i-cancel-my-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/about-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/articles/adding-a-license-to-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/articles/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/articles/transferring-organization-ownership","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/articles/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/assets/cb-17812/images/help/projects/project-board-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/assets/cb-8744/images/help/projects/project-board-collaborator-setting.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/assets/cb-66989/images/help/projects/org-project-collaborators-find-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-your-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/assets/cb-8716/images/help/projects/remove-project-board-collaborator.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/assets/cb-80038/images/help/projects/user-project-collaborators-edit-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/github-terms-of-service"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/articles/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/articles/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/articles/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/articles/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/articles/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/articles/managing-access-to-your-user-account-s-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/assets/cb-8950/images/help/repository/manage-access-invite-search-field-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/articles/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/assets/cb-11292/images/help/repository/add-collaborator-user-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/assets/cb-9058/images/help/repository/invite-a-collaborator-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/cn/site-policy/privacy-policies/github-privacy-statement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/ja/site-policy/privacy-policies/github-privacy-statement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/es/site-policy/privacy-policies/github-privacy-statement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/pt/site-policy/privacy-policies/github-privacy-statement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://github.com/settings/profile","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"mailto:privacy@github.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/privacy-policies/github-privacy-statement.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-glossary","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/hello-world","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/communicating-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/assets/cb-21822/images/help/profile/activity-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/assets/cb-76973/images/help/profile/activity-overview-section.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/assets/cb-24983/images/help/settings/settings-pending-successor.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests"} +{"url":"https://docs.github.com/assets/cb-37018/images/help/settings/settings-invite-successor-search-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://developer.github.com/changes/2018-05-24-user-migration-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/assets/cb-35649/images/help/settings/settings-change-username-warning-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/assets/cb-12425/images/help/settings/settings-change-username-enter-new-username.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/assets/cb-17021/images/help/settings/settings-change-my-username-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://www.eff.org/issues/do-not-track","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/assets/cb-5605/images/help/settings/settings-change-username.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://support.github.com/contact/privacy","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/articles/removing-yourself-from-a-collaborator-s-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://github.com/settings/admin","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://github.com/sponsors","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://github.com/settings/emails","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/articles/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://www.w3.org/TR/tracking-dnt/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://github.blog/changelog/2021-04-19-deprecation-notice-github-jobs-site/","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-deceased-user-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/articles/permission-levels-for-a-user-account-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/site-policy/privacy-policies/github-privacy-statement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://gdpr-info.eu/art-9-gdpr/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/about-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/assets/images/help/site-policy/github-privacy-statement(07.22.20)(FR).pdf","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://github.com/github/site-policy/","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/github/site-policy/github-subprocessors-and-cookies","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/github/site-policy/guidelines-for-legal-requests-of-user-data","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/github/site-policy/github-corporate-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/assets/cb-19617/images/help/repository/collaborator-remove.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/assets/cb-8839/images/help/settings/jobs-profile-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/assets/cb-20619/images/help/settings/jobs-ads-on-dashboard.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://jobs.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/assets/cb-8766/images/help/issues/assignee_menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/assets/cb-3830/images/help/issues/assign_yourself.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/articles/setting-your-billing-email","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-username-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-your-organizations-domain","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-trademark-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/github/site-policy/global-privacy-practices","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/assets/cb-170327/images/help/repository/profile-with-readme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/assets/cb-9073/images/help/issues/issues_assigning_dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/github/site-policy/githubs-notice-about-the-california-consumer-privacy-act","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://github.com/trending","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private"} +{"url":"https://github.com/watching","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://support.github.com/contact?tags=docs-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/assets/cb-6688/images/help/issues/issues_assign_checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/assets/cb-14836/images/help/projects/project-list-action-chevron.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/assets/cb-2616/images/help/projects/close-project.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://cxr.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/articles/about-automation-for-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/en/articles/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/setting-your-username-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-github-advanced-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/assets/cb-36528/images/help/organizations/organization-add-owner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/getting-changes-from-a-remote-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/privacy-policies/github-privacy-statement","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/cn/issues/trying-out-the-new-projects-experience/filtering-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/ja/issues/trying-out-the-new-projects-experience/filtering-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/es/issues/trying-out-the-new-projects-experience/filtering-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/pt/issues/trying-out-the-new-projects-experience/filtering-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/assets/cb-54468/images/help/settings/repo-default-name-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/assets/cb-54436/images/help/settings/repo-default-name-update.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/assets/cb-56881/images/help/settings/repo-default-name-text.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/filtering-projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/cn/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://docs.github.com/ja/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://docs.github.com/es/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://docs.github.com/pt/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/assets/cb-25631/images/help/organizations/organization-account-transformation-warning.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/issues/guides.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/assets/cb-2894/images/help/settings/convert-to-organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/articles/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/articles/disabling-project-boards-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/articles/how-do-i-set-up-my-profile-picture","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/articles/managing-marketing-emails-from-github","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://privacybadger.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/articles/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/articles/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private"} +{"url":"https://docs.github.com/assets/cb-1827/images/help/settings/add-email-address.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/assets/cb-22719/images/help/settings/email_primary.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/assets/cb-26027/images/help/profile/select-items-to-pin.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/assets/cb-4666/images/help/profile/pinned-repo-picker.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/assets/cb-3297/images/help/profile/save-pinned-repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/assets/cb-7389/images/help/profile/pinned-repo-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/assets/cb-2773/images/help/profile/customize-pinned-repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/en/articles/filtering-issues-and-pull-requests-by-assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/articles/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://docs.github.com/en/articles/inviting-users-to-join-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/articles/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/articles/about-billing-for-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/articles/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues"} +{"url":"https://docs.github.com/en/articles/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://docs.github.com/en/articles/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/articles/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/saving-repositories-with-stars","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/filtering-alerts-in-the-security-overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/articles/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/articles/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/issues/trying-out-the-new-projects-experience/filtering-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/articles/viewing-contributions-on-your-profile-page","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/articles/personalizing-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/githubs-products","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/assets/cb-36245/images/help/settings/disable-character-key-shortcuts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/assets/cb-28585/images/help/settings/backup-email-address.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/public-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/assets/cb-24968/images/help/projects/project-board-edit-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/articles/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/using-global-node-ids","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/breaking-changes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/deleting-an-issue.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/trying-out-the-new-projects-experience/filtering-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/cn/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/ja/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/es/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/pt/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-9138/images/help/commits/commit-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/assets/cb-13769/images/help/profile/commit-link-on-profile-timeline.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/articles/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/assets/cb-13968/images/help/projects/search-to-link-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-5507/images/help/projects/project-board-linked-repositories-setting.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-11383/images/help/repository/no-commits-found.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/articles/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/assets/cb-4519/images/help/projects/link-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-60690/images/help/projects/delete-project-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/assets/cb-53981/images/help/projects/link-repository-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/assets/cb-3410/images/help/issues/delete-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/interfaces","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/en/articles/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/about-task-lists.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://github.blog/changelog/2021-08-02-search-issues-by-label-using-logical-or","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/articles/allowing-people-to-delete-issues-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/ja/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/es/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/pt/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://github.blog/changelog/label/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/assets/cb-36725/images/help/repository/create-personal-repository-desc.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://github.com/github/docs/edit/main/content/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/assets/cb-218613/images/help/writing/task-list-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://github.com/settings/apps/authorizations","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/rest/reference/markdown","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-42029/images/help/repository/repo-username-match.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-99033/images/help/repository/share-to-profile.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/assets/cb-86367/images/help/repository/personal-repository-edit-readme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/assets/cb-326277/images/help/writing/task_list_tracked.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/assets/cb-84270/images/help/repository/personal-repository-readme-template.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/assets/cb-32362/images/help/dashboard/repositories-and-teams-from-personal-dashboard.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/assets/cb-29617/images/help/repository/create-personal-repository-visibility.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/assets/cb-32315/images/help/overview/pr_dashboard_created.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-22445/images/help/overview/issues_and_pr_dashboard.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/rest/reference/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/rest/reference/repository-metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/rest/reference/interactions","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/rest/reference/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/en/rest/reference/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/rest/reference/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/assets/cb-39504/images/help/issues/issues_milestone_overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/rest/reference/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-812017/images/help/writing/task-list-reordered.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/articles/about-milestones","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/rest/reference/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/rest/reference/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/en/rest/reference/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/rest/reference/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/developers/apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/rest/reference/scim","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-privacy-statement","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/deleting-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/support"} +{"url":"https://docs.github.com/en/articles/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-server/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/assets/cb-6634/images/help/issues/issues_milestone_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/github/administering-a-repository/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/assets/cb-11056/images/help/notifications-v2/watched-notifications-custom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/assets/cb-15794/images/help/notifications-v2/automatic-watching-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/assets/cb-19955/images/help/notifications-v2/manage-notifications-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/assets/cb-71613/images/help/notifications-v2/all-subscriptions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/assets/cb-6439/images/help/notifications/notifications_general_existence_indicator.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://github.blog/changelog/2020-11-10-unwatch-recommendations/","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/articles/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/articles/using-search-to-filter-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/about-task-lists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"http://www.emoji-cheat-sheet.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/set-up-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/assets/cb-124544/images/help/organizations/org_profile_with_overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/input-objects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-task-lists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/about-issues.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/articles/managing-contribution-graphs-on-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git-rebase","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/cn/issues/trying-out-the-new-projects-experience","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience"} +{"url":"https://docs.github.com/ja/issues/trying-out-the-new-projects-experience","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience"} +{"url":"https://docs.github.com/es/issues/trying-out-the-new-projects-experience","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience"} +{"url":"https://docs.github.com/pt/issues/trying-out-the-new-projects-experience","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/assets/cb-6172/images/help/issues/unmark-duplicate-issue-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience"} +{"url":"https://docs.github.com/cn/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/ja/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/es/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/pt/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/github-glossary/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://developer.android.com/studio","status":0,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor"} +{"url":"https://docs.github.com/assets/cb-29676/images/help/issues/duplicate-issue-syntax.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://github.com/github/docs/edit/main/content/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/cn/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/ja/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/es/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/pt/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/assets/cb-17189/images/help/projects/filter-card-search-bar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://github.com/github/docs/edit/main/content/communities/moderating-comments-and-conversations/locking-conversations.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/assets/cb-9037/images/help/graphs/graphs-sidebar-community-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/assets/cb-13375/images/help/repository/repo-nav-insights-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/assets/cb-5931/images/help/issues/anonymized-timeline-entry-for-locked-conversation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/assets/cb-9782/images/help/repository/lock-conversation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/assets/cb-9813/images/help/repository/unlock-conversation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/assets/cb-91704/images/help/repository/lock-conversation-confirm-with-reason.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/assets/cb-92444/images/help/repository/locking-conversation-reason-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/es/github-ae@latest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/en/articles/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/assets/cb-31265/images/help/settings/email_privacy.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/articles/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/assets/cb-21377/images/help/settings/scheduled-reminders-times.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/assets/cb-10557/images/help/settings/scheduled-reminders-org-choice.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/assets/cb-29765/images/help/settings/scheduled-reminders-add-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/assets/cb-17523/images/help/settings/scheduled-reminders-days.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/assets/cb-10509/images/help/settings/scheduled-reminders-update-buttons.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/assets/cb-38150/images/help/issues/pinned-issues.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/assets/cb-9804/images/help/profile/scheduled-reminders-your-requests.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/assets/cb-13581/images/help/settings/scheduled-reminders-authorize-slack.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/assets/cb-56185/images/help/settings/scheduled-reminders-real-time-alerts-personal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/assets/cb-10670/images/help/profile/scheduled-reminders-your-team-requests.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/assets/cb-18623/images/help/settings/scheduled-reminders-delete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/articles/about-community-profiles-for-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/assets/cb-5266/images/help/repository/pin-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-community-guidelines","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github/administering-a-repository/customizing-your-repositorys-social-media-preview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/assets/cb-44158/images/help/projects/edit-project-board-save-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/about-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/articles/blocking-command-line-pushes-that-expose-your-personal-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/moderating-comments-and-conversations/locking-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/trying-out-the-new-projects-experience","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/labeling-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/github/administering-a-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/github/managing-packages-with-github-packages/publishing-and-managing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/sudo-mode","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/github/managing-security-vulnerabilities/about-github-security-advisories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/managing-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/articles/keyboard-shortcuts/","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments/statuses","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart/set-up-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/artifacts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments/deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/articles/copying-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/articles/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/global-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/feeds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/watching","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/api-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/announcement","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/ldap","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/oauth-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/articles/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/audit-log","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/repo-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/emojis","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/suites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/invitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/git/blobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/statuses","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/license","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/timeline","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/git/refs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/git/trees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/git/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/markdown","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/admin-stats","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/starring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/en/github/administering-a-repository/transferring-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/org-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/licenses","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/members","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/cards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/releases/releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/review-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/columns","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/oauth-authorizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/pulls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments/environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/git/tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/outside-collaborators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runner-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/autolinks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics/statistics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/contents","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/releases/assets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/users/keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/lfs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/users/gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/users/emails","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/users/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/users/followers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussion-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/assets/cb-17288/images/help/organizations/organization-people-tab-with-overview-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/assets/cb-5513/images/help/organizations/org-settings-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/assets/cb-7996/images/help/notifications-v2/unsubscribe-from-main-inbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/assets/cb-6177/images/help/organizations/member-search-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/assets/cb-38903/images/help/organizations/member-visibility-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/assets/cb-48679/images/help/notifications-v2/unsubscribe-from-subscriptions-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/assets/cb-13544/images/help/notifications-v2/unwatch-repo-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-deliveries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-config","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/assets/cb-92957/images/help/profile/profile_orgs_box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/assets/cb-135301/images/help/notifications-v2/unsubscribe-from-all-repos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/assets/cb-20278/images/help/pull_requests/link-issue-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/cn/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://github.com/github/docs/edit/main/content/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/assets/cb-12211/images/help/repository/choose-a-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/assets/cb-10686/images/help/repository/transfer-issue-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/assets/cb-8159/images/help/repository/transfer-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/assets/cb-9031/images/help/projects/visibility-radio-buttons.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://docs.github.com/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/ja/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/es/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/pt/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/assets/cb-9238/images/help/issues/issues_assigning_milestone_dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/events/issue-event-types.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/cn/issues/trying-out-the-new-projects-experience/managing-iterations","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/ja/issues/trying-out-the-new-projects-experience/managing-iterations","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/es/issues/trying-out-the-new-projects-experience/managing-iterations","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/pt/issues/trying-out-the-new-projects-experience/managing-iterations","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/managing-iterations.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/about-milestones","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/cn/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/ja/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/es/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/pt/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://github.com/github/docs/edit/main/content/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/cn/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/ja/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/es/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/pt/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/assets/cb-35156/images/help/settings/oauth-access-request-approval.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/assets/cb-12495/images/help/settings/settings-third-party-view-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/assets/cb-28904/images/help/settings/settings-third-party-request-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://github.com/github/docs/edit/main/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/cn/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/ja/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/es/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/pt/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://github.com/github/docs/edit/main/content/issues/using-labels-and-milestones-to-track-work/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/assets/cb-36289/images/help/issues/iterations-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/assets/cb-17253/images/help/issues/iteration-insert-break.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/cn/communities/maintaining-your-safety-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github"} +{"url":"https://docs.github.com/ja/communities/maintaining-your-safety-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github"} +{"url":"https://docs.github.com/es/communities/maintaining-your-safety-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github"} +{"url":"https://docs.github.com/pt/communities/maintaining-your-safety-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile"} +{"url":"https://github.com/github/docs/edit/main/content/communities/maintaining-your-safety-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/articles/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/assets/cb-8287/images/help/settings/settings-authorized-oauth-apps-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/assets/cb-14062/images/help/projects/name-description-create-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/assets/cb-19401/images/help/organizations/organization-projects-tab-with-overview-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/assets/cb-47390/images/help/projects/user-projects-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/assets/cb-35880/images/help/projects/type-column-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/assets/cb-3966/images/help/projects/new-project-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/assets/cb-40619/images/help/projects/project_board_template_drop_down_menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/assets/cb-13512/images/help/projects/search-to-link-repository-on-create.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/assets/cb-13636/images/help/projects/repo-tabs-projects.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/assets/cb-20406/images/help/projects/add-column.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/assets/cb-26658/images/help/projects/select-automation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/articles/viewing-your-milestone-s-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/assets/cb-27456/images/help/projects/select-automation-options-new-column.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/en/articles/autolinked-references-and-urls/","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/articles/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/articles/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-25076/images/help/repository/repo-license-indicator.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://cli.github.com/manual/gh_issue_list","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://cli.github.com/manual/gh_pr_list","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/assets/cb-42952/images/help/repository/license-submit-tool.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/assets/cb-21918/images/help/repository/license-tool.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/assets/cb-26690/images/help/repository/license-review-tool.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/assets/cb-13906/images/help/repository/license-tool-picker.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://developer.github.com/changes/2018-09-05-project-card-events","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/articles/about-oauth-app-access-restrictions","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/contexts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/articles/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-swift","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/about-deployments/about-continuous-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/about-deployments/deploying-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/canceling-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-docker-images","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-environments-for-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events/events/issue-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/issues/trying-out-the-new-projects-experience/managing-iterations","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/defining-outputs-for-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-concurrency","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/articles/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/using-labels-and-milestones-to-track-work","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/trying-out-the-new-projects-experience/managing-iterations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/workflow-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/removing-sensitive-data-from-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/targeting-different-environments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/about-deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/using-starter-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/maintaining-your-safety-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/assets/cb-18047/images/help/settings/email_privacy_block_command_line_pushes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/types-of-github-accounts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/github-glossary","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/automatic-token-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/github-security-features","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/cn/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/ja/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/es/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/pt/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-new-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/events-that-trigger-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/issues/using-labels-and-milestones-to-track-work/about-milestones.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/cn/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/ja/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/es/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/pt/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/cn/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/ja/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/es/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/pt/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/fork-a-repo","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/assets/cb-44472/images/help/notifications-v2/review-requested-reason.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/assets/cb-15706/images/help/notifications-v2/reasons-as-labels-in-inbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/assets/cb-21174/images/help/notifications-v2/save-triaging-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/assets/cb-16414/images/help/notifications-v2/customize-notifications-for-specific-thread.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/assets/cb-70113/images/help/notifications-v2/custom-options-for-customizing-notification-thread-updates.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/assets/cb-631290/images/help/issues/milestone-reordered.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/assets/cb-54023/images/help/issues/milestone-info-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://opensource.guide/code-of-conduct/","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/assets/cb-13228/images/help/settings/list-of-blocked-users-for-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://opensource.guide/leadership-and-governance/","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/quickstart.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/cn/issues/trying-out-the-new-projects-experience/using-insights-with-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/ja/issues/trying-out-the-new-projects-experience/using-insights-with-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/es/issues/trying-out-the-new-projects-experience/using-insights-with-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/pt/issues/trying-out-the-new-projects-experience/using-insights-with-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/assets/cb-31560/images/help/profile/profile_popular_repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://github.com/notifications","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/assets/cb-21471/images/help/profile/contributions_graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/using-insights-with-projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/assets/cb-42329/images/help/profile/contributions_activity_time_filter.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://github.com/github/feedback/discussions/categories/general-feedback","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/assets/cb-32173/images/help/profile/profile_pinned_repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/assets/cb-37070/images/help/repository/edit-milestone.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-26355/images/help/repository/delete-milestone.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/ja/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/es/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/pt/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/assets/cb-37748/images/help/repository/new-milestone.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security"} +{"url":"https://docs.github.com/assets/cb-42809/images/help/issues/blank-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/assets/cb-76636/images/help/issues/issue-task-list-raw.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/cn/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/ja/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/es/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/pt/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/assets/cb-115216/images/help/issues/issue-assignees.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/assets/cb-115451/images/help/issues/issue-with-label.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/assets/cb-62830/images/help/issues/issue-title-body.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/assets/cb-116145/images/help/issues/issue-milestone.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/assets/cb-48980/images/help/issues/burnup-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://github.com/github/docs/edit/main/content/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/cn/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account"} +{"url":"https://docs.github.com/ja/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account"} +{"url":"https://docs.github.com/es/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account"} +{"url":"https://docs.github.com/pt/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account"} +{"url":"https://github.com/github/docs/edit/main/content/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account"} +{"url":"https://docs.github.com/cn/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/ja/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/es/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/pt/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/assets/cb-25910/images/help/issues/issue-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/assets/cb-9923/images/help/projects/select-archiving-options-project-board-card.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/assets/cb-30763/images/help/projects/select-view-archive-option-project-board-card.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/assets/cb-48950/images/help/issues/column-chart-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/assets/cb-26503/images/help/projects/restore-card.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/assets/cb-19165/images/help/projects/archive-project-board-card.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/articles/viewing-users-you-ve-blocked-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/en/articles/pinning-repositories-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://developer.github.com/changes/2014-03-04-timezone-handling-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/assets/cb-53651/images/help/pull_requests/contributing-guidelines.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/assets/cb-14455/images/help/repository/new-file-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://opensource.guide/starting-a-project/","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/using-labels-and-milestones-to-track-work/about-milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/en/articles/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/assets/cb-24883/images/help/issues/issues_applying_labels_dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/assets/cb-35520/images/help/settings/user-account-temporary-interaction-limits-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account"} +{"url":"https://docs.github.com/en/articles/adding-a-bio-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/assets/cb-7321/images/help/organizations/org-unblock-user-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/assets/cb-14725/images/help/profile/profile-unblockuser.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/assets/cb-38752/images/help/profile/profile-unblock-or-report-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://github.community/t5/Studies-in-Community/Shaming-and-why-it-is-inappropriate/ba-p/12728","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://github.com/github/docs/contribute","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://github.com/opengovernment/opengovernment/blob/master/CONTRIBUTING.md","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/assets/cb-116491/images/help/issues/issue-project.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://github.com/atom/atom/blob/master/CONTRIBUTING.md","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/issues/trying-out-the-new-projects-experience/using-insights-with-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/cn/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/ja/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/es/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/pt/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://github.com/rails/rails/blob/master/CONTRIBUTING.md","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/ja/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/es/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/pt/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/cn/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/ja/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/es/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/pt/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://github.community/t5/Studies-in-Community/Being-toxic-is-not-constructive-criticism/ba-p/8029","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/ja/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/es/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/pt/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/articles/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/cn/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/ja/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/es/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/pt/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/cn/issues/trying-out-the-new-projects-experience/customizing-your-project-views","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/ja/issues/trying-out-the-new-projects-experience/customizing-your-project-views","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/es/issues/trying-out-the-new-projects-experience/customizing-your-project-views","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/pt/issues/trying-out-the-new-projects-experience/customizing-your-project-views","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/customizing-your-project-views.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/assets/cb-17495/images/help/profile/private-contributions-on.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/assets/cb-17307/images/help/profile/private-contributions-off.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/assets/cb-3059/images/help/settings/add_another_email_address.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/articles/about-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/assets/cb-13760/images/help/settings/set_as_primary_email.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/assets/cb-29626/images/help/repository/propose-button-community-profile.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/assets/cb-51861/images/help/repository/add-button-community-profile.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/cn/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/ja/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/es/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/pt/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/assets/cb-24739/images/help/repository/pr-template-file-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/assets/cb-10123/images/help/repository/default-file-repository-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/assets/cb-16645/images/help/repository/pr-template-multiple-hidden-directory.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/cn/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/ja/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/es/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/pt/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/assets/cb-28298/images/help/repository/pr-template-hidden-directory.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://opensource.guide/how-to-contribute/","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/cn/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/ja/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/es/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/pt/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://github.com/github/docs/edit/main/content/communities/moderating-comments-and-conversations/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-your-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-25946/images/help/repository/delete-comment-edit-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/assets/cb-23556/images/help/wiki/wiki_restrict_editing.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests/","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/assets/cb-11223/images/help/projects/unsaved-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/assets/cb-28001/images/help/repository/pr-template-file-name-docs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/assets/cb-48946/images/help/issues/create-a-branch-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/assets/cb-37995/images/help/issues/create-a-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/cn/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/ja/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/es/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/pt/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/cn/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/ja/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/es/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/pt/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/assets/cb-53565/images/help/issues/support_guidelines_in_issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/assets/cb-3148122/images/help/projects/add-card-from-sidebar.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/assets/cb-11056/images/help/projects/add-cards-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-13555/images/help/projects/sidebar-project.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/cn/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/ja/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/es/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/pt/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/assets/cb-25293/images/help/projects/sidebar-select-project.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-23877/images/help/projects/sidebar-search-project.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://github.com/github/docs/edit/main/content/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/cn/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/ja/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/es/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/pt/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/assets/cb-20055/images/help/issues/issues_search_bar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-19440/images/help/projects/sidebar-project-tabs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-22126/images/help/projects/sidebar-select-project-board-column-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://github.com/github/docs/edit/main/content/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/cn/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://docs.github.com/ja/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://docs.github.com/es/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://docs.github.com/pt/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://github.com/github/docs/edit/main/content/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://docs.github.com/cn/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/ja/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/es/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/pt/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/articles/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/assets/cb-110288/images/help/projects/project-board-basic-kanban-template.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/en/articles/displaying-a-sponsor-button-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/en/articles/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/en/articles/searching-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/issues/trying-out-the-new-projects-experience/customizing-your-project-views","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/assets/cb-50276/images/help/repository/choose-comment-edit-to-expand.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/en/articles/editing-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/assets/cb-40429/images/help/organizations/organization-temporary-interaction-limits-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings/about-billing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings/about-billing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings/about-billing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings/about-billing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/assets/cb-30982/images/help/settings/user-settings-block-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/assets/cb-53632/images/help/organizations/org-block-options-menu-hide-user-comments.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/assets/cb-8929/images/help/repository/comment-menu-block-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/assets/cb-50072/images/help/organizations/org-block-options-menu-from-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/assets/cb-53859/images/help/organizations/org-block-options-menu-send-notification.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/assets/cb-19222/images/help/organizations/org-block-options-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/assets/cb-20323/images/help/organizations/org-block-username-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/assets/cb-34872/images/help/settings/warn-block-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/assets/cb-33245/images/help/profile/profile-block-or-report-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/assets/cb-53393/images/help/organizations/org-block-user-button-in-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/assets/cb-14454/images/help/profile/profile-blockuser.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/about-billing-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/assets/cb-9390/images/help/settings/list-of-blocked-users.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/en/articles/accessing-a-project-s-community-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/assets/cb-8955/images/help/organizations/org-block-user-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings/unlocking-a-locked-account","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings/unlocking-a-locked-account","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings/unlocking-a-locked-account","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings/unlocking-a-locked-account","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/assets/cb-58845/images/help/wiki/wiki_revision_diff.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/assets/cb-13044/images/help/wiki/wiki_compare_revisions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/unlocking-a-locked-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/assets/cb-12757/images/help/wiki/wiki_sha_number.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/assets/cb-13213/images/help/wiki/wiki_menu_link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/assets/cb-5561/images/help/wiki/wiki_revision_link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/assets/cb-19486/images/help/wiki/wiki_revert_changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/assets/cb-47661/images/help/repository/reported-content-opt-in-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/articles/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/assets/cb-8673/images/help/settings/context-switcher-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/assets/cb-21821/images/help/settings/context-switcher-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"http://en.wikipedia.org/wiki/SHA-1","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://docs.github.com/assets/cb-30310/images/help/billing/change-plan-duration-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/github-glossary/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/moderating-comments-and-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/en/articles/managing-an-individual-s-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/en/articles/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/ja/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/es/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/pt/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/assets/cb-15408/images/help/billing/settings_billing_organization_plans_switch_to_yearly.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/assets/cb-9053/images/help/billing/billing_overview_change_plan.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://github.com/github/docs/edit/main/content/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/assets/cb-18576/images/help/notifications-v2/unread-inbox-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/es/github-ae@latest/communities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/assets/cb-52888/images/help/notifications-v2/custom-filter-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/assets/cb-146501/images/help/notifications-v2/inbox-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/assets/cb-62869/images/help/notifications-v2/default-filters.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/assets/cb-39994/images/help/notifications-v2/triage-multiple-notifications-together.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/cn/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/ja/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/es/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/pt/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/cn/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/ja/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/es/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/pt/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/assets/cb-9750/images/help/projects/add-note-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-12553/images/help/projects/convert-to-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-8819/images/help/projects/note-more-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-16165/images/help/projects/convert-note-issue-title-body.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues"} +{"url":"https://github.com/github/docs/edit/main/content/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/assets/cb-30869/images/help/projects/note-with-summary-card.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-12445/images/help/projects/edit-note.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-8517/images/help/projects/create-and-add-note-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/billing/managing-your-github-billing-settings/about-billing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/articles/about-billing-for-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/assets/cb-13839/images/help/projects/convert-note-choose-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/en/articles/managing-billing-for-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/assets/cb-11646/images/help/projects/delete-note.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-50358/images/help/repository/reported-content-report-view-content.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/articles/managing-billing-for-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/articles/about-billing-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/articles/managing-your-github-billing-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/assets/cb-50380/images/help/repository/reported-content-mark-report-as-resolved.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/assets/cb-48700/images/help/repository/reported-content-mark-report-as-unresolved.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues"} +{"url":"https://docs.github.com/assets/cb-8436/images/help/repository/comment-menu-unblock-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/assets/cb-24179/images/help/settings/theme-choose-a-single-theme-highcontrast.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/assets/cb-14465/images/help/billing/actions-packages-report-download-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/en/articles/adding-or-editing-a-payment-method","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/en/articles/adding-a-billing-manager-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/assets/cb-26384/images/help/wiki/wiki_dropdown_markup.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/assets/cb-17907/images/help/wiki/wiki_commit_message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/assets/cb-30959/images/help/settings/theme-choose-a-day-and-night-theme-to-sync-highcontrast.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://github.com/octocat/octocat.github.io/commit/67c0afc1da354d8571f51b6f0af8f2794117fd10.patch","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/en/articles/managing-billing-for-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-33069/images/help/settings/theme-mode-drop-down-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/assets/cb-19056/images/help/wiki/wiki_wysiwyg.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/assets/cb-38251/images/help/repository/temporary-interaction-limits-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/assets/cb-6809/images/help/wiki/wiki_edit_page_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/assets/cb-6557/images/help/wiki/wiki_new_page_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-22014/images/help/repository/reported-content-resolved-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/articles/permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/assets/cb-41875/images/help/billing/codespaces-compute-storage.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings/about-billing-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/cn/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/ja/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/es/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/pt/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/cn/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/ja/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/es/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/pt/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/articles/about-billing-for-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://github.com/github/docs/edit/main/content/issues/using-labels-and-milestones-to-track-work/managing-labels.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/cn/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/ja/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/es/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/pt/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://github.com/github/docs/edit/main/content/communities/documenting-your-project-with-wikis/about-wikis.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/cn/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/ja/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/es/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/pt/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-concurrency","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/usage-limits-billing-and-administration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://github.com/github/docs/edit/main/content/communities/documenting-your-project-with-wikis/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/cn/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/ja/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/es/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/pt/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://github.com/github/docs/edit/main/content/communities/documenting-your-project-with-wikis/disabling-wikis.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://github.com/github/markup","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/reusing-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/en/github/searching-for-information-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings/unlocking-a-locked-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-swift","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/about-packaging-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/deleting-a-workflow-run","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-net","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/skipping-workflow-runs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-powershell","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/creating-redis-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/assets/cb-19546/images/help/issues/Issues-Label-Create.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/assets/cb-6570/images/help/issues/issues_labels_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/assets/cb-29833/images/help/issues/labels-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/assets/cb-19446/images/help/issues/label-description-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/assets/cb-27485/images/help/wiki/wiki_enable_disable.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-xcode-applications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/articles/about-billing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/building-and-testing-powershell","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/setting-a-theme-for-github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/rendering-data-as-graphs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-a-matrix-for-your-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/about-wikis","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/working-with-comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/about-packaging-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/media-types","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/using-starter-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/setting-exit-codes-for-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/troubleshooting","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/articles/getting-started-with-writing-and-formatting-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/delivering-deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/cache","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/other-authentication-methods","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/artifacts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/secrets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/self-hosted-runner-groups","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/events","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-rest-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/about-continuous-integration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/endpoints-available-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/feeds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/admin-stats","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/checks/runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/installations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/oauth-applications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/dependabot/secrets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/license","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/watching","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/billing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/gists/comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/ldap","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/global-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/audit-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators/invitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/gists/gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/checks/suites","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/announcement","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings/redeeming-a-coupon","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings/redeeming-a-coupon","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings/redeeming-a-coupon","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings/redeeming-a-coupon","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/redeeming-a-coupon.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators/collaborators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/issues/using-labels-and-milestones-to-track-work/managing-labels","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/git/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/statuses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/starring","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/assets/cb-12709/images/help/issues/issues-color-refresh.png","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/articles/managing-default-labels-for-repositories-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/statuses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/milestones","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/pre-receive-environments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/management-console","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/en/articles/viewing-a-wiki-s-history-of-changes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/custom-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/org-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reactions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/using-labels-and-milestones-to-track-work/managing-labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/migrations/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/cn/github-ae@latest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing"} +{"url":"https://docs.github.com/ja/github-ae@latest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing"} +{"url":"https://docs.github.com/es/github-ae@latest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing"} +{"url":"https://docs.github.com/pt/github-ae@latest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/projects/cards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/projects/collaborators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/cn/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/ja/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/es/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/pt/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/git/refs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/review-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/contents","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/git/blobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/lfs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/webhooks/repo-config","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/git/trees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/webhooks/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/git/tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/migrations/orgs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://github.com/github/docs/edit/main/content/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/autolinks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/webhooks/repo-deliveries","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/projects/columns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/orgs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/releases/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/outside-collaborators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/discussion-comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/projects/projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/assets/cb-9981/images/help/settings/redeem-coupon-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/users/followers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/metrics/statistics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/users/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/users/gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branch-protection","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/events","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/search","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://github.com/redeem","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/documenting-your-project-with-wikis/about-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/documenting-your-project-with-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/assets/cb-14498/images/help/settings/redeem-coupon-choose-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/cn/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/ja/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/es/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/pt/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/assets/cb-19161/images/help/settings/redeem-coupon-choose-button-for-personal-accounts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/metrics","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/documenting-your-project-with-wikis/disabling-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/releases/assets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities"} +{"url":"https://docs.github.com/assets/cb-6444/images/help/profile/sponsoring-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://github.com/github/docs/edit/main/content/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/cn/issues/trying-out-the-new-projects-experience/automating-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/ja/issues/trying-out-the-new-projects-experience/automating-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/es/issues/trying-out-the-new-projects-experience/automating-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/pt/issues/trying-out-the-new-projects-experience/automating-projects","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/articles/managing-billing-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/billing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/gitignore","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/automating-projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/ja/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/es/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/pt/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/pulls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/users/emails","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/managing-your-deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/assets/cb-76780/images/help/sponsors/org-sponsoring-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/assets/cb-10035/images/help/sponsors/sponsoring-as-drop-down-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/assets/cb-8439/images/help/sponsors/show-one-time-tiers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/assets/cb-114304/images/help/repository/report-content-to-support-form.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/assets/cb-14490/images/help/profile/profile-report-abuse.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/assets/cb-12790/images/help/billing/billing-information-edit-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/assets/cb-7555/images/help/marketplace/marketplace-link-global-navigation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/assets/cb-41860/images/help/sponsors/select-a-tier-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/assets/cb-9211/images/help/sponsors/update-sponsorship-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/assets/cb-107603/images/help/repository/menu-report-issue-or-pr.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/assets/cb-55737/images/help/repository/report-content-modal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://github.com/github/docs/edit/main/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/cn/discussions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides"} +{"url":"https://docs.github.com/ja/discussions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides"} +{"url":"https://docs.github.com/es/discussions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides"} +{"url":"https://docs.github.com/pt/discussions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides"} +{"url":"https://docs.github.com/assets/cb-29632/images/help/billing/update_payment_method.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/guides/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions"} +{"url":"https://docs.github.com/assets/cb-121229/images/help/repository/menu-report-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/assets/cb-30705/images/help/billing/billing-new-card-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/assets/cb-21693/images/help/repository/template-chooser-report-abuse.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/assets/cb-6621/images/help/marketplace/marketplace-report-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/assets/cb-46126/images/help/billing/actions-minutes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/assets/cb-12250/images/help/billing/actions-packages-report-download.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/assets/cb-36230/images/help/billing/actions-packages-storage.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/assets/cb-10703/images/help/billing/billing-payment-method-edit-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/assets/cb-30192/images/help/billing/view-payment-history-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/assets/cb-4007/images/help/wiki/wiki_add_sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/assets/cb-14624/images/help/wiki/wiki-footer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/users/keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/assets/cb-11089/images/help/billing/billing_switch_payments.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://support.github.com/contact/india-grievance-officer","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/assets/cb-3462/images/help/wiki/wiki_add_footer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/assets/cb-12073/images/help/repository/add-template-drop-down-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-14895/images/help/wiki/wiki-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/articles/viewing-your-subscriptions-and-billing-date","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/assets/cb-11486/images/help/repository/additional-issue-template-info.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-41101/images/help/repository/issue-template-commit-message-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-7364/images/help/repository/preview-and-edit-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/assets/cb-9386/images/help/repository/propose-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-31146/images/help/repository/set-up-templates.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://cli.github.com/manual/","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/assets/cb-11129/images/help/repository/issue-template-edit-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-40702/images/help/repository/issue-template-commit-to-master-or-open-pull-request.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-61019/images/help/repository/sample-issue-form.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-21754/images/help/repository/template-config-file-content.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-9783/images/help/repository/template-config-file-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-97848/images/help/profile/edit-profile-photo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-108208/images/help/profile/edit-profile-picture-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-177039/images/help/profile/avatar_crop_and_save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-7190/images/help/profile/limited-availability-status.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-1973/images/help/profile/update-profile-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/guides"} +{"url":"https://docs.github.com/assets/cb-36705/images/help/profile/badge-arctic-code-vault-small.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-8087/images/help/profile/type-a-status-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-16131/images/help/profile/username-with-limited-availability-text.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/articles/adding-information-to-your-personal-account-s-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/assets/cb-5788/images/help/profile/name-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-3764/images/help/profile/status-expiration.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-13031/images/help/profile/bio-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-4676/images/help/profile/set-status-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-31087/images/help/profile/request-a-review-limited-availability-status.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-3930/images/help/profile/status-visibility.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-29527/images/help/profile/badge-sponsors-small.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/assets/cb-41478/images/help/profile/badge-mars-2020-small.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/tibdex/github-app-token","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/viewing-job-execution-time","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/en/articles/about-per-user-pricing","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/assets/cb-40596/images/help/profile/select-emoji-status.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-52789/images/help/profile/profile-badge-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/assets/cb-10276/images/help/profile/set-status-on-profile.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings/redeeming-a-coupon","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://en.gravatar.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://education.github.com/experts","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/issues/trying-out-the-new-projects-experience/automating-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities"} +{"url":"https://docs.github.com/assets/cb-47581/images/help/settings/settings-download-receipt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/billing/managing-your-github-billing-settings/redeeming-a-coupon","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/en/github/managing-files-in-a-repository/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/billing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/billing"} +{"url":"https://github.com/boto/boto3/releases/tag/1.17.17","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://github.com/torvalds/linux","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/python/cpython","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/torvalds/linux/releases/tag/v3.4","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/boto/botocore/releases/tag/1.20.11","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/python/cpython/releases/tag/v3.9.2","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/chardet/chardet","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/chardet/chardet/releases/tag/4.0.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/elastic/elasticsearch-py","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/certifi/python-certifi/releases/tag/2020.12.05","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/boto/boto3","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/certifi/python-certifi","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/boto/botocore","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/articles/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/articles/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://github.com/ianare/exif-py/releases/tag/2.3.2","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/matplotlib/cycler/releases/tag/v0.10.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/matplotlib/cycler","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/elastic/elasticsearch-py/releases/tag/6.8.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/kjd/idna/releases/tag/v2.10","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/nucleic/kiwi","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/jmespath/jmespath.py/releases/tag/0.10.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://learnxinyminutes.com/docs/yaml/","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://github.com/matplotlib/matplotlib","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://github.com/jmespath/jmespath.py","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication"} +{"url":"https://github.com/ianare/exif-py","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/kjd/idna","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/github/supporting-the-open-source-community-with-github-sponsors/sponsoring-open-source-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/ja/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/es/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/pt/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://github.com/pycurl/pycurl","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/python-pillow/Pillow/releases/tag/8.1.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/python-pillow/Pillow","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://github.com/matplotlib/matplotlib/releases/tag/v3.3.4","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/numpy/numpy","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/trying-out-the-new-projects-experience/automating-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://github.com/nucleic/kiwi/releases/tag/1.3.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/opencv/opencv-python/releases/tag/48","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/adding-information-to-your-receipts.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-your-github-account/about-per-user-pricing","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-your-github-account/about-per-user-pricing","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-your-github-account/about-per-user-pricing","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-your-github-account/about-per-user-pricing","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://github.com/numpy/numpy/releases/tag/v1.20.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/opencv/opencv-python","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/about-per-user-pricing.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://github.com/pyparsing/pyparsing/releases/tag/pyparsing_2.4.7","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/yaml/pyyaml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pyparsing/pyparsing","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pyserial/pyserial","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pycurl/pycurl/releases/tag/REL_7_43_0_6","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://github.com/dateutil/dateutil/releases/tag/2.8.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/yaml/pyyaml/releases/tag/5.4.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/boto/s3transfer/releases/tag/0.3.4","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/guides"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-actions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://github.com/CheetahTemplate3/cheetah3/releases/tag/3.2.4","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/ja/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/es/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/pt/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://github.com/pytest-dev/iniconfig/releases/tag/v1.0.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://github.com/pytest-dev/iniconfig","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/python-attrs/attrs","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/python-attrs/attrs/releases/tag/19.3.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/scipy/scipy/releases/tag/v1.6.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/dateutil/dateutil","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/enthought/scimath/releases/tag/4.2.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/benjaminp/six","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://github.com/pyserial/pyserial/releases/tag/v3.5","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/boto/s3transfer","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/psf/requests","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/enthought/scimath","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/enthought/traits","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/benjaminp/six/releases/tag/1.15.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/psf/requests/releases/tag/v2.25.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://github.com/pallets/itsdangerous","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/flask-restful/flask-restful/releases/tag/0.3.7","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pallets/jinja","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/urllib3/urllib3","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pallets/click/releases/tag/7.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://github.com/pallets/itsdangerous/releases/tag/1.1.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pallets/flask/releases/tag/1.1.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pallets/click","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/urllib3/urllib3/releases/tag/1.26.3","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/CheetahTemplate3/cheetah3/","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/enthought/traits/releases/tag/6.2.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/flask-restful/flask-restful","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pallets/flask","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/articles/about-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://github.com/Python-Markdown/markdown/releases/tag/3.1.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/Python-Markdown/markdown","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/lxml/lxml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pallets/markupsafe/releases/tag/1.1.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pallets/jinja/releases/tag/2.10.3","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pallets/markupsafe","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/cn/discussions/guides/granting-higher-permissions-to-top-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/ja/discussions/guides/granting-higher-permissions-to-top-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/es/discussions/guides/granting-higher-permissions-to-top-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/pt/discussions/guides/granting-higher-permissions-to-top-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/assets/cb-30389/images/help/settings/payment-info-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/assets/cb-18742/images/help/settings/Billing-extra-info-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/assets/cb-15741/images/help/billing/settings_billing_add_billing_extra.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/guides/granting-higher-permissions-to-top-contributors.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://github.com/pypa/packaging","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pexpect/pexpect","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pytest-dev/pluggy","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pexpect/pexpect/releases/tag/4.7.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://github.com/pytest-dev/pluggy/releases/tag/0.13.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pexpect/ptyprocess","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pyparsing/pyparsing/releases/tag/pyparsing_2.4.5","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/cn/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/ja/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/es/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/pt/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://github.com/pytest-dev/py/releases/tag/1.8.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pytest-dev/py","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pexpect/ptyprocess/releases/tag/0.6.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/cn/billing/setting-up-paid-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/ja/billing/setting-up-paid-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/es/billing/setting-up-paid-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/pt/billing/setting-up-paid-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication"} +{"url":"https://docs.github.com/assets/cb-12653/images/help/billing/confirm-sponsorship-cancellation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/assets/cb-31205/images/help/billing/edit-sponsor-billing.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://github.com/github/docs/edit/main/content/billing/setting-up-paid-organizations-for-procurement-companies/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication"} +{"url":"https://docs.github.com/assets/cb-32438/images/help/large_files/downgrade_data_plan.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-26859/images/help/marketplace/marketplace-edit-app-billing-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-git-large-file-storage/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/cn/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/ja/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/es/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/pt/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/assets/cb-34625/images/help/large_files/downgrade_lfs_data_packs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/cn/discussions/managing-discussions-for-your-community","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/ja/discussions/managing-discussions-for-your-community","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/es/discussions/managing-discussions-for-your-community","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/pt/discussions/managing-discussions-for-your-community","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/assets/cb-32188/images/help/large_files/downgrade_number_of_data_packs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/managing-discussions-for-your-community/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/cn/discussions/collaborating-with-your-community-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://docs.github.com/ja/discussions/collaborating-with-your-community-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://docs.github.com/es/discussions/collaborating-with-your-community-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://docs.github.com/pt/discussions/collaborating-with-your-community-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication"} +{"url":"https://github.com/pytest-dev/pytest","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pytest-dev/pytest/releases/tag/5.3.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/collaborating-with-your-community-using-discussions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://github.com/pypa/packaging/releases/tag/19.2","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/uiri/toml/releases/tag/0.10.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/stub42/pytz","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/cn/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/ja/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/es/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/pt/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/assets/cb-11981/images/help/billing/pay-now-button-disabled.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication"} +{"url":"https://github.com/nucleic/cppy/releases/tag/1.1.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-packages/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages"} +{"url":"https://docs.github.com/cn/issues/trying-out-the-new-projects-experience/creating-a-project","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/ja/issues/trying-out-the-new-projects-experience/creating-a-project","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/es/issues/trying-out-the-new-projects-experience/creating-a-project","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/pt/issues/trying-out-the-new-projects-experience/creating-a-project","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/assets/cb-61079/images/help/billing/pay-now-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://github.com/apache/lucene/releases/tag/releases%2Flucene-solr%2F7.7.3","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/apache/lucene","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/stub42/pytz/releases/tag/release_2019.3","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-40074/images/help/billing/payment-summary.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://github.com/dmnfarrell/tkintertable/releases/tag/v1.2","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pallets/werkzeug","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/nasa/fprime/releases/tag/NASA-v1.3","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/yaml/libyaml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/pallets/werkzeug/releases/tag/0.16.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/uiri/toml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/creating-a-project.md","state":"SKIPPED","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://github.com/dmnfarrell/tkintertable","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/wxWidgets/wxPython-Classic/releases/tag/wxPy-2.9.1.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/wxWidgets/wxPython-Classic","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-81359/images/help/billing/continue-with-downgrade.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/assets/cb-40443/images/help/billing/edit-plan-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/assets/cb-81899/images/help/billing/downgrade-confirm-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-29834/images/help/billing/downgrade-option-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://github.com/JodaOrg/joda-time","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/twbs/bootstrap/releases/tag/v4.3.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/assets/cb-53579/images/help/billing/payment-summary-edit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://yaml.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/cn/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/ja/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/es/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/pt/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://github.com/HdrHistogram/HdrHistogram/releases/tag/HdrHistogram-2.1.9","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/JodaOrg/joda-time/releases/tag/v2.10.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/HdrHistogram/HdrHistogram","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/tdunning/t-digest/releases/tag/t-digest-3.2","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/vuejs/vue/releases/tag/v2.6.10","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/tdunning/t-digest","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/cn/discussions/guides/finding-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/ja/discussions/guides/finding-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/es/discussions/guides/finding-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/pt/discussions/guides/finding-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides/finding-your-discussions"} +{"url":"https://github.com/carrotsearch/hppc/releases/tag/0.7.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/locationtech/spatial4j","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/carrotsearch/hppc","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/apache/logging-log4j2/releases/tag/log4j-2.11.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/yaml/libyaml/releases/tag/0.2.5","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/guides/finding-your-discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://github.com/twbs/bootstrap","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/vuejs/vue","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-marketplace-apps/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces"} +{"url":"https://github.com/nucleic/cppy","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/elastic/elasticsearch/releases/tag/v6.8.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-codespaces/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors"} +{"url":"https://github.com/madler/zlib/releases/tag/v1.2.11","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/curl/curl/releases/tag/curl-7_72_0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-sponsors/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account"} +{"url":"https://github.com/curl/curl","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/opencv/opencv","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-123277/images/help/billing/remove-seats-amount.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://github.com/elastic/elasticsearch","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/cn/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/ja/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/es/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/pt/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://github.com/nasa/fprime","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/madler/zlib","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/opencv/opencv/releases/tag/4.5.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-31065/images/help/billing/limit-or-unlimited.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://docs.github.com/assets/cb-41589/images/help/billing/remove-seats-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://docs.github.com/assets/cb-79373/images/help/billing/remove-seats-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/assets/cb-66981/images/help/billing/actions-packages-spending-limit-notifications.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://github.com/locationtech/jts/releases/tag/jts-1.15.0","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/apache/logging-log4j2","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/locationtech/jts","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/locationtech/spatial4j/releases/tag/spatial4j-0.7","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-24623/images/help/billing/limit-or-unlimited-codespaces.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/assets/cb-45948/images/help/billing/downgrade-plan-option-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md","state":"SKIPPED","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/assets/cb-31811/images/help/billing/manage-spending-limit-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/assets/cb-10913/images/help/billing/update-limit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/assets/cb-50041/images/help/billing/downgrade-plan-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-issues/about-issues"} +{"url":"https://github.com/lxml/lxml/releases/tag/lxml-4.4.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/assets/cb-23541/images/help/billing/downgrade-to-free.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-packages/about-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-packages/about-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-packages/about-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-packages/about-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/assets/cb-44566/images/help/billing/lfs-data.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/assets/cb-42268/images/help/billing/codespaces-spending-limit-notifications.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings/setting-your-billing-email","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings/setting-your-billing-email","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings/setting-your-billing-email","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings/setting-your-billing-email","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/setting-your-billing-email.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/cn/discussions/managing-discussions-for-your-community/moderating-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/ja/discussions/managing-discussions-for-your-community/moderating-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/es/discussions/managing-discussions-for-your-community/moderating-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/pt/discussions/managing-discussions-for-your-community/moderating-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/assets/cb-16193/images/help/sponsors/billing-account-switcher.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/managing-discussions-for-your-community/moderating-discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/cn/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/ja/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/es/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/pt/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/assets/cb-62237/images/help/discussions/discussions-dashboard-date-selctor.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/assets/cb-71018/images/help/discussions/discussions-dashboard.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/assets/cb-12720/images/help/issues/select-all-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/onboarding/getting-started-with-your-github-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/ja/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/es/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/pt/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/assets/cb-18810/images/help/issues/projects_new_field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://github.com/github/linguist/blob/master/lib/linguist/languages.yml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/assets/cb-56620/images/help/billing/add-seats-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/assets/cb-14960/images/help/discussions/your-discussions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/assets/cb-4847/images/help/notifications/gmail-buttons.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-29564/images/help/notifications-v2/participating-and-watching-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-64081/images/help/issues/project_side_bar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/assets/cb-15775/images/help/issues/projects-beta-assign-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/assets/cb-23256/images/help/issues/filter-archived-items.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://docs.github.com/assets/cb-12605/images/help/issues/select-issue-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/assets/cb-8393/images/help/issues/select-archived-item.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/assets/cb-27064/images/help/issues/projects_fields_menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/assets/cb-9383/images/help/issues/projects-beta-assign-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-22832/images/help/issues/restore-archived-item-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/assets/cb-22965/images/help/marketplace/marketplace-choose-new-plan.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/assets/cb-15487/images/help/marketplace/marketplace-new-quantity.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/assets/cb-43060/images/help/issues/new_project_beta.png","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/assets/cb-10357/images/help/billing/packages-data.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://docs.github.com/assets/cb-97591/images/help/billing/add-seats-amount.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/assets/cb-76559/images/help/billing/add-seats-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/assets/cb-22252/images/help/billing/settings_billing_user_upgrade.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-29887/images/help/notifications-v2/automatic-watching-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-19662/images/help/notifications-v2/github-actions-notification-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-14398/images/help/notifications/notifications_primary_email_for_orgs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-66384/images/help/notifications/notifications_switching_org_email.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-2139/images/help/notifications/notifications_edit_org_emails.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-5606/images/help/organizations/organization-belongs-to.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/assets/cb-72623/images/help/notifications-v2/mobile-watch-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/cn/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/ja/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/es/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/pt/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/assets/cb-7922/images/help/billing/billing-add-email-recipient-modal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/assets/cb-7275/images/help/billing/billing-change-email.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/assets/cb-22914/images/help/notifications-v2/watch-repository-options-custom2-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-23049/images/help/notifications-v2/watch-repository-options-custom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-13769/images/help/billing/billing-change-primary-email-recipient.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/ja/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/es/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/pt/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/assets/cb-13789/images/help/billing/billing-remove-email-recipient.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/assets/cb-7558/images/help/billing/billing-change-email-modal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/assets/cb-14177/images/help/billing/billing-edit-email-recipient.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://github.com/github/docs/edit/main/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms.md","state":"SKIPPED","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-actions/about-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-actions/about-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-actions/about-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-actions/about-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/finding-your-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/assets/cb-37237/images/help/discussions/unanswered-discussion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/assets/cb-62285/images/help/discussions/comment-marked-as-answer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/assets/cb-72037/images/help/discussions/comment-mark-as-answer-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors"} +{"url":"https://docs.github.com/assets/cb-28712/images/help/marketplace/marketplace-issue-plan-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages"} +{"url":"https://github.com/nonprofit","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/articles/how-does-upgrading-or-downgrading-affect-the-billing-process","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings"} +{"url":"https://docs.github.com/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/en/free-pro-team@latest/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/en/articles/viewing-your-payment-history-and-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/assets/cb-89802/images/help/notifications-v2/mobile-watch-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-17645/images/help/notifications/notifications_org_emails.png","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-advanced-security/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/cn/site-policy/privacy-policies/github-data-protection-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://docs.github.com/ja/site-policy/privacy-policies/github-data-protection-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://docs.github.com/es/site-policy/privacy-policies/github-data-protection-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://docs.github.com/pt/site-policy/privacy-policies/github-data-protection-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://docs.github.com/assets/cb-6941/images/help/billing/billing-add-email-recipient.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/en/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/assets/cb-43906/images/help/billing/settings-compare-and-upgrade-plans.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"mailto:fwiet@github.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/privacy-policies/github-data-protection-agreement.md","state":"SKIPPED","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://docs.github.com/cn/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/ja/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/es/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/pt/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/assets/cb-16390/images/help/organizations/name-of-business.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://github.com/scipy/scipy","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/assets/cb-22110/images/help/discussions/new-discussion-start-discussion-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/assets/cb-36387/images/help/discussions/new-poll-title-and-body-fields.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/assets/cb-14923/images/help/discussions/poll-category.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/assets/cb-49132/images/help/discussions/new-discussion-title-and-body-fields.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/assets/cb-15569/images/help/discussions/new-poll-question.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/assets/cb-83542/images/help/discussions/new-discussion-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/managing-discussions-for-your-community/managing-categories-for-discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/assets/cb-15489/images/help/discussions/new-poll-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/assets/cb-16302/images/help/discussions/start-poll-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://github.com/pricing/calculator?feature=codespaces","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-10579/images/help/discussions/new-poll-add-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/en/free-pro-team@latest/education/explore-the-benefits-of-teaching-and-learning-with-github-education/apply-for-a-student-developer-pack","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/assets/cb-18489/images/help/discussions/new-poll-start-poll-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/assets/cb-70907/images/help/discussions/new-discussion-select-category-dropdown-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/billing/managing-billing-for-your-github-account/about-per-user-pricing","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/en/articles/upgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/assets/cb-15992/images/help/billing/per-user-upgrade-now-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/en/articles/about-storage-and-bandwidth-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/assets/cb-72648/images/github-apps/content_reference_attachment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/articles/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/en/articles/canceling-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-5784/images/help/billing/choose-monthly-or-yearly-billing.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/assets/cb-201007/images/help/discussions/most-helpful.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication"} +{"url":"https://docs.github.com/en/articles/github-marketplace-support","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-your-github-account/about-per-user-pricing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/cn/discussions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/ja/discussions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/es/discussions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/pt/discussions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/en/articles/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/assets/cb-30668/images/help/discussions/search-result.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/assets/cb-16993/images/help/billing/per-user-upgrade-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/discussions/guides/granting-higher-permissions-to-top-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/en/articles/upgrading-the-billing-plan-for-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/en/articles/renewing-your-client-s-paid-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://docs.github.com/en/articles/creating-and-paying-for-an-organization-on-behalf-of-a-client","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/quickstart.md","state":"SKIPPED","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-6541/images/help/discussions/search-and-filter-controls.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://github.com/pricing/calculator?feature=packages","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://www.rbi.org.in/Scripts/BS_PressReleaseDisplay.aspx?prid=51353","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/issues/trying-out-the-new-projects-experience/creating-a-project","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/discussions/guides/finding-your-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/assets/cb-50266/images/help/discussions/click-new-category-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/assets/cb-21377/images/help/discussions/click-edit-categories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/assets/cb-31059/images/help/discussions/click-edit-for-category.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/assets/cb-26023/images/help/discussions/new-category-click-create-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/assets/cb-27461/images/help/discussions/click-delete-and-move-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/cn/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/ja/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/es/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/pt/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/en/articles/upgrading-or-downgrading-your-client-s-paid-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/assets/cb-31331/images/help/discussions/click-delete-for-category.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://docs.github.com/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/en/articles/upgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/assets/cb-28029/images/help/discussions/existing-category-click-save-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/assets/cb-69182/images/help/discussions/edit-existing-category-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/en/articles/restricting-email-notifications-to-an-approved-domain","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/assets/cb-27597/images/help/discussions/choose-new-category.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/assets/cb-69334/images/help/discussions/edit-category-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://github.com/github/docs/edit/main/content/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/github/managing-files-in-a-repository/managing-files-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github/writing-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/billing/managing-your-github-billing-settings/setting-your-billing-email","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-github/verifying-your-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/articles/downgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/en/github/using-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://apidock.com/rails/ActiveSupport/Inflector/parameterize","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/assets/cb-48752/images/help/discussions/org-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/assets/cb-105431/images/help/discussions/enable-org-discussions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/assets/cb-40801/images/help/billing/data-pack-quantity-selector.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-28344/images/help/discussions/setup-discussions-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/assets/cb-10598/images/help/discussions/public-repo-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/discussions/managing-discussions-for-your-community/moderating-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://github.com/pricing/calculator?feature=actions","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/github/working-with-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/quickstart/git-cheatsheet","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/collaborating-with-your-community-using-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/setting-up-paid-organizations-for-procurement-companies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/assets/cb-89720/images/help/organizations/people-tab-invite-member.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/managing-discussions-for-your-community","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/assets/cb-8043/images/help/organizations/org-invite-modal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/github/extending-github/getting-started-with-the-api","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-packages/about-billing-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://lab.github.com/githubtraining/communicating-using-markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-up-teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/assets/cb-41746/images/help/billing/data-pack-purchase-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://github.com/github-subprocessors-list","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://github.com/subprocessors","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://docs.github.com/en/github/administering-a-repository/enabling-or-disabling-github-discussions-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/assets/cb-24019/images/help/billing/billing_create_your_personal_account_form.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/assets/cb-9228/images/help/organizations/new-org-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/assets/cb-3915/images/help/organizations/contact-email-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/assets/cb-15963/images/help/billing/data-pack-purchase-more.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/trying-out-the-new-projects-experience/creating-a-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/guides/granting-higher-permissions-to-top-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings"} +{"url":"https://docs.github.com/assets/cb-24373/images/help/organizations/add-owner-send-invite-reseller.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/assets/cb-10504/images/help/organizations/confirm-remove-from-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/assets/cb-6181/images/help/billing/choose-annual-billing-org-resellers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/en/github/customizing-your-github-workflow/exploring-integrations/about-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/using-content-attachments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://user-images.githubusercontent.com/64100373/135369811-52b5a84a-6312-4efe-a94a-b02ab2dea8e2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-sponsors"} +{"url":"https://docs.github.com/en/articles/downgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/articles/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/assets/cb-14766/images/help/organizations/remove-from-org-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-17177/images/help/organizations/member-manage-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/guides/finding-your-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/guides/finding-your-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-marketplace-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/articles/viewing-your-git-large-file-storage-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-actions/about-billing-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","status":200,"state":"OK","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings/setting-your-billing-email","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/managing-discussions-for-your-community/moderating-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://guides.github.com/introduction/git-handbook/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/site-policy/privacy-policies/github-data-protection-agreement","status":200,"state":"OK","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/onboarding/getting-started-with-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://github.com/join","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-up-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/articles/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/access-permissions-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/articles/versioning-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/privacy-policies/github-data-protection-agreement","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-agreement"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/public-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/using-the-explorer","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/articles/about-organizations-for-procurement-companies","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/discussions/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/cn/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/ja/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/es/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/pt/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription.md","state":"SKIPPED","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/public-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/assets/cb-26059/images/help/billing/review-pending-subscription-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/assets/cb-28056/images/help/billing/cancel-pending-changes-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/articles/reviewing-your-deploy-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/cloning-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/discussions/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/discussions/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"http://heartbleed.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/articles/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/articles/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/articles/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/articles/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/hello-world","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://haveibeenpwned.com/","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/creating-a-strong-password.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-glossary","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/sudo-mode.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/cn/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/ja/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/es/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/pt/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/be-social","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-github/keyboard-shortcuts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/about-remote-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/guides/managing-deploy-keys/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/keyboard-shortcuts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/comparing-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/cn/sponsors/integrating-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/ja/sponsors/integrating-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/es/sponsors/integrating-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/pt/sponsors/integrating-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/integrating-with-github-sponsors/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository/backing-up-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://1password.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"http://en.wikipedia.org/wiki/Sudo","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/ja/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/es/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/pt/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/articles/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/articles/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/ja/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/es/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/pt/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/assets/cb-14498/images/help/sponsors/dev-sponsors-dashboard-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/assets/cb-8113/images/help/sponsors/payouts-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/assets/cb-16041/images/help/sponsors/unpublish-profile-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/assets/cb-48734/images/help/sponsors/access-github-sponsors-dashboard.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/en/articles/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/githubs-ssh-key-fingerprints","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/assets/cb-36059/images/help/sponsors/unpublish-profile-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/assets/cb-16879/images/help/sponsors/edit-bank-info.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/assets/cb-26479/images/help/settings/revoke-oauth-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/articles/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/articles/working-with-ssh-key-passphrases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/merging-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/sudo-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/assets/cb-14615/images/help/2fa/edit-primary-delivery-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/github-glossary/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://lastpass.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/assets/cb-10527/images/help/2fa/2fa-switching-methods.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/adding-a-security-policy-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/integrating-with-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/assets/cb-8051/images/help/sponsors/settings-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/articles/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/articles/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/deep-dive","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/managing-prebuilds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/security-in-codespaces","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/github-glossary/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-glossary/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-prebuilds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-codespace/personalizing-codespaces-for-your-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"error: SSL certificate problem, verify that the CA cert is OK - GitHub Docs","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"error: We're doing an SSH key audit - GitHub Docs","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/cn/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/ja/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/es/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/pt/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/assets/cb-41371/images/help/settings/settings-deploy-key-review.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/merging-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/github-glossary/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/guides/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/starring","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/commits/comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/announcement","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/feeds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/markdown","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/timeline","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/billing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations/orgs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/git/refs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/labels","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/invitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/license","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/gists/comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/custom-roles","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/members","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/assignees","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/admin-stats","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/statuses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/org-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/git/tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/commits/statuses","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/about-authentication-to-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/installations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/rate-limit","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"error: Permission to user/repo denied to other-user - GitHub Docs","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/using-ssh-over-the-https-port.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://docs.github.com/cn/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/ja/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/es/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/pt/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/cn/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/ja/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/es/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/pt/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/git/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/releases/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls/reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/contents","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/audit-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://www.ipaddressguide.com/cidr","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/cn/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/ja/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/es/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/pt/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/watching","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/metrics/statistics","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-deliveries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/cn/sponsors/getting-started-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors"} +{"url":"https://docs.github.com/ja/sponsors/getting-started-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors"} +{"url":"https://docs.github.com/es/sponsors/getting-started-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors"} +{"url":"https://docs.github.com/pt/sponsors/getting-started-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/users/followers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/deploy-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/getting-started-with-github-sponsors/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors"} +{"url":"https://docs.github.com/cn/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/ja/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/es/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/pt/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls/review-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/users/gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/discussions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/columns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/assets/cb-8836/images/help/settings/settings-authorized-github-apps-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/milestones","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/users/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branch-protection","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/suites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/commits/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/gists/gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/gitignore","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/orgs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/lfs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/autolinks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/cards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/users/emails","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-config","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/discussion-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/users/keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/oauth-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/git/blobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls/pulls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/emojis","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/assets/cb-24824/images/help/sponsors/select-an-account-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://api.github.com/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/assets/cb-47718/images/help/settings/revoke-github-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/assets/cb-8287/images/help/sponsors/sponsoring-settings-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/oauth-authorizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/repo-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls/comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/global-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runner-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/orgs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/assets/cb-24921/images/help/sponsors/link-account-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/releases/assets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/git/trees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/assets/cb-10432/images/help/sponsors/updates-checkbox-manage.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://support.github.com/contact/org-sponsors-waitlist","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/billing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/assets/cb-17250/images/help/sponsors/sponsoring-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/assets/cb-91754/images/help/commits/signature-verification-statuses.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/assets/cb-25357/images/help/commits/vigilant-mode-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/assets/cb-22235/images/help/sponsors/manage-your-sponsorship-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/developers/apps/identifying-and-authorizing-users-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-mobile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/signing-tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/articles/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/articles/troubleshooting-connectivity-problems","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/articles/upgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/articles/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/apps/building-oauth-apps/authorizing-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/articles/downgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/getting-changes-from-a-remote-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/set-up-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/github-glossary/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/getting-started-with-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/signing-commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/caching-your-github-credentials-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/signing-up-for-a-new-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/about-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/troubleshooting-connectivity-problems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/cn/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/ja/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/es/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/pt/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/about-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"error: Unknown key type - GitHub Docs","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/error-unknown-key-type.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/assets/cb-4827/images/help/commits/gpg-signed-commit-verified-without-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/assets/cb-51684/images/help/commits/gpg-signed-tag-verified-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/assets/cb-26975/images/help/commits/gpg-signed-commit_verified_details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/assets/cb-4041/images/help/pull_requests/pull-request-tabs-commits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/assets/cb-13072/images/help/commits/gpg-signed-tag-verified.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/assets/cb-20284/images/help/releases/release-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/assets/cb-27936/images/help/releases/tags-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/assets/cb-273689/images/help/setup/keychain-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/assets/cb-102994/images/help/setup/keychain_show_password_dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.brew.sh/Installation","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/articles/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/articles/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/articles/generating-a-new-gpg-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"error: Agent admitted failure to sign - GitHub Docs","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/articles/about-commit-signature-verification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/cn/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/ja/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/es/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/pt/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/articles/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/articles/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/cloning-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/connecting-to-github-with-ssh/about-ssh.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/assets/cb-85325/images/help/organizations/code-review-limits-organizations-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-14588/images/help/organizations/code-review-limits-organizations.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/cn/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/ja/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/es/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/pt/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/error-unknown-key-type","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/cn/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/ja/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/es/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/pt/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/managing-commit-signature-verification/generating-a-new-gpg-key.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/ja/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/es/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/pt/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/cn/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/ja/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/es/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/pt/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/assets/cb-44592/images/help/2fa/2fa-recovery-code-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/managing-commit-signature-verification/signing-commits.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/cn/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/ja/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/es/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/pt/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/assets/cb-23418/images/help/2fa/2fa-type-verify-recovery-code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/assets/cb-44313/images/help/2fa/no-access-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys"} +{"url":"https://docs.github.com/assets/cb-20355/images/help/2fa/verify-email-address.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/assets/cb-19513/images/help/2fa/one-time-password-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/assets/cb-34917/images/help/2fa/try-recovering-your-account-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/assets/cb-56118/images/help/2fa/reset-auth-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/assets/cb-25502/images/help/2fa/send-one-time-password.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/assets/cb-34219/images/help/2fa/alt-verifications.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/ja/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/es/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/pt/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/articles/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://en.wikipedia.org/wiki/Man_page","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/articles/deleted-or-missing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://www.gnupg.org/download/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/cn/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/ja/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/es/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/pt/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-13869/images/help/settings/password-recovery-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/assets/cb-12387/images/help/settings/password-recovery-email-request.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://brew.sh/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/cn/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/ja/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/es/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/pt/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/assets/cb-19240/images/help/2fa/2fa-password-reset.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://gpgtools.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/cn/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/ja/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/es/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/pt/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/cn/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/ja/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/es/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/pt/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://github.com/login","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://github.com/password_reset","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/cn/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/ja/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/es/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/pt/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/getting-started/adding-a-security-policy-to-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/cn/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/ja/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/es/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/pt/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/ja/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/es/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/pt/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/cn/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/ja/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/es/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/pt/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/cn/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/ja/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/es/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/pt/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/securing-your-account-with-two-factor-authentication-2fa/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/cn/sponsors/getting-started-with-github-sponsors/about-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/ja/sponsors/getting-started-with-github-sponsors/about-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/es/sponsors/getting-started-with-github-sponsors/about-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/pt/sponsors/getting-started-with-github-sponsors/about-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/getting-started-with-github-sponsors/about-github-sponsors.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-commit-signature-verification/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://github.com/github/smimesign","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/en/articles/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/articles/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://www.macports.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/connecting-to-github-with-ssh/about-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/assets/cb-13548/images/help/sponsors/sponsor-developer-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/assets/cb-6313/images/help/profile/sponsor-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/assets/cb-10793/images/help/sponsors/pay-prorated-amount-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/assets/cb-19313/images/help/sponsors/who-can-see-sponsorship.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/assets/cb-10497/images/help/sponsors/sponsor-as-drop-down-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/assets/cb-75088/images/help/sponsors/sponsor-org-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/en/articles/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/assets/cb-13092/images/help/sponsors/edit-sponsorship-payment-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/assets/cb-70961/images/help/2fa/disable-two-factor-authentication.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/assets/cb-13111/images/help/commits/verified-commit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/assets/cb-37348/images/help/sponsors/filter-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/assets/cb-15294/images/help/sponsors/your-sponsors-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/about-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://www.irs.gov/instructions/iw8ben","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://www.irs.gov/forms-pubs/about-form-w-9","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://www.irs.gov/forms-pubs/about-form-w-8-ben-e","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://www.irs.gov/pub/irs-pdf/fw8ben.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://www.irs.gov/pub/irs-pdf/iw8ben.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://www.irs.gov/forms-pubs/about-form-1099-nec","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://www.irs.gov/individuals/international-taxpayers/taxpayer-identification-numbers-tin","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/assets/cb-58363/images/help/sponsors/export-your-sponsors.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/assets/cb-9001/images/help/sponsors/export-all.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/en/articles/preventing-unauthorized-access","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/articles/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/articles/generating-an-ssh-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"http://linux.die.net/man/1/gpg-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://webauthn.guide/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/assets/cb-23428/images/help/sponsors/webhook-payload-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://www.openssh.com/txt/release-8.2","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/assets/cb-12358/images/help/sponsors/set-a-goal-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/assets/cb-7571/images/help/sponsors/confirm-retire-goal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/assets/cb-12858/images/help/sponsors/edit-goal-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/assets/cb-15375/images/help/sponsors/retire-goal-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/assets/cb-35950/images/help/sponsors/webhook-edit-delete-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/201786","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://www.gnupg.org/gph/en/manual/c235.html","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/assets/cb-15193/images/help/sponsors/webhook-secret-token.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/assets/cb-35254/images/help/sponsors/add-webhook-sponsors-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://git-scm.com/docs/gitcredentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/assets/cb-4324/images/help/sponsors/sponsorships-published-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/verifying-your-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/articles/error-ssh-add-illegal-option-k","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/articles/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/articles/viewing-people-s-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/managing-commit-signature-verification/signing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/assets/cb-5070/images/help/security/security-policy-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://github.blog/2019-06-12-faq-with-the-github-sponsors-team/","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/assets/cb-11069/images/help/repository/security-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-ruby","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/displaying-verification-statuses-for-all-of-your-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/en/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://github.com/web-flow.gpg","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/code-security/security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/articles/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/assets/cb-13703/images/help/sponsors/publish-goal-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/en/articles/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/signing-up-for-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/githubs-products","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/skipping-workflow-runs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/exploring-projects-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-docker-images","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/developing-a-third-party-cli-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/public-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/caching-your-github-credentials-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/releasing-and-maintaining-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners/about-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://caniuse.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/articles/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/using-starter-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-your-commit-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/assets/cb-29833/images/help/repository/access-settings-repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/assets/cb-115728/images/help/2fa/download-print-or-copy-recovery-codes-before-continuing.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/assets/cb-23631/images/help/2fa/show-recovery-codes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/assets/cb-23530/images/help/2fa/add-fallback-sms-number-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/assets/cb-15483/images/help/sponsors/webhook-active.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/assets/cb-52886/images/help/2fa/add_fallback_sms_number_text.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/about-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/assets/cb-23004/images/help/sponsors/webhook-content-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/assets/cb-13299/images/help/sponsors/create-webhook-sponsors-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/assets/cb-23672/images/help/2fa/generate-new-recovery-codes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners/customizing-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/setting-your-username-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/about-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/assets/cb-25768/images/help/2fa/2fa-fallback-number.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://securitylab.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/assets/cb-8255/images/help/sponsors/create-stripe-connect-account.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-13064/images/help/sponsors/tax-form-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-8205/images/help/sponsors/overview-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-18222/images/help/sponsors/publish-tier-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-8110/images/help/sponsors/updates-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/managing-your-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/assets/cb-18241/images/help/sponsors/subject-body-update.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/assets/cb-7121/images/help/sponsors/request-approval-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-7426/images/help/sponsors/new-update-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/assets/cb-16220/images/help/sponsors/select-tiers-email.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/assets/cb-8241/images/help/sponsors/profile-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://www.gpg4win.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/assets/cb-18257/images/help/repository/code-review-limits-repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://github.com/settings/applications","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/create-a-repo","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/en/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-powershell","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/feeds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/articles/approving-oauth-apps-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/assets/cb-27714/images/help/repository/limit-reviews-in-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://gist.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/watching","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/assets/cb-7968/images/help/sponsors/your-goals-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/about-remote-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks/runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/webhooks/securing/","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/scim","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/installations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/starring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks/suites","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/billing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/sponsors/getting-started-with-github-sponsors/about-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/refs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/statuses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/invitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/admin-stats","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependabot/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/statuses","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/assets/cb-11141/images/help/sponsors/featured-work-edit-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-11979/images/help/sponsors/tier-price-description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/repository-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/cache","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/trees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/articles/countries-where-sms-authentication-is-supported","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph/dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/billing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/oauth-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branch-protection","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/machines","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/audit-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/labels","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/user","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/assets/cb-9937/images/help/sponsors/opt-in-to-being-featured.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-8277/images/help/sponsors/sponsor-tiers-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-18121/images/help/sponsors/save-tier-draft.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-10782/images/help/sponsors/add-a-tier-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-20223/images/help/sponsors/add-a-welcome-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-14747/images/help/sponsors/featured-work-select.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-15590/images/help/sponsors/introduction-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/assets/cb-9524/images/help/sponsors/short-bio.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations/orgs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/codespaces","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/community","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/traffic","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/blobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/statistics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/publishing-nodejs-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations/source-imports","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/custom-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/blocking","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://www.irs.gov/pub/irs-pdf/iw9.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/autolinks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/columns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/followers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/external-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/review-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repo-deliveries","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/cn/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/ja/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/es/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/pt/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/scim","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/emails","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://support.github.com/contact?form%5Bsubject%5D=GitHub%20Sponsors:%20tax%20form&tags=sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussion-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/lfs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/secret-scanning/about-secret-scanning.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/cn/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/ja/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/es/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/pt/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/cards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/blocking","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/team-sync","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/assets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/getting-started/adding-a-security-policy-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repo-config","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/contents","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/getting-started/github-security-features.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/es/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/assets/cb-8131/images/help/sponsors/webhooks-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/assets/cb-18342/images/help/security/start-setup-security-policy-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/assets/cb-5887/images/help/sponsors/goal-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-new-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/assets/cb-33953/images/help/2fa/2fa-select-mobile.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/assets/cb-22954/images/help/2fa/2fa-mobile-number-challenge.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/assets/cb-10054/images/help/sponsors/select-goal-type.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-concurrency","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://codeql.github.com/docs/codeql-cli/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/assets/cb-51790/images/help/settings/settings-ssh-key-review.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-security/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-via-invoice","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/browsing-security-vulnerabilities-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-jobs-in-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/assets/cb-41231/images/help/pull_requests/merge-queue-merging-method.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/secret-scanning/about-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/github/visualizing-repository-data-with-graphs/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/securing-your-account-with-two-factor-authentication-2fa","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://docs.github.com/en/code-security/security-advisories/about-github-security-advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://packages.debian.org/bullseye/ca-certificates","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://securitylab.github.com/tools/codeql/license","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/en/github/administering-a-repository/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/articles/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/getting-started/github-security-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/contexts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/using-starter-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/webhooks/creating/","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-versions-of-github-docs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started"} +{"url":"https://docs.github.com/en/articles/error-we-re-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/cn/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning"} +{"url":"https://docs.github.com/ja/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning"} +{"url":"https://docs.github.com/es/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning"} +{"url":"https://docs.github.com/pt/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/secret-scanning/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/en/github/administering-a-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/github/administering-a-repository/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/github/administering-a-repository/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/assets/cb-13492/images/help/repository/actions-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/creating-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/creating-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/creating-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/creating-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/assets/cb-78504/images/help/repository/code-scanning-logging-analyze-action.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/assets/cb-28771/images/help/repository/code-scanning-actions-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/creating-a-repository-security-advisory.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/cn/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/es/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/assets/cb-35797/images/help/repository/code-scanning-alerts-found-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://git-for-windows.github.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"error: Permission denied (publickey) - GitHub Docs","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/error-permission-denied-publickey.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/assets/cb-10444/images/help/sponsors/description-highlighted-org-members.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-15779/images/help/sponsors/view-eligible-accounts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-16578/images/help/sponsors/select-highlighted-org-members.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"error: Key already in use - GitHub Docs","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/error-key-already-in-use.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/authenticating-with-saml-single-sign-on/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories"} +{"url":"https://docs.github.com/assets/cb-7132/images/help/sponsors/edit-org-members-profile-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://github.com/actions/virtual-environments/tree/main/images/win","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://github.com/actions/virtual-environments/tree/main/images/macos","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://github.com/actions/virtual-environments/tree/main/images/linux","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://opencollective.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-14119/images/help/security/security-advisory-severity.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/assets/cb-7432/images/help/security/advisories-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/assets/cb-27073/images/help/security/security-advisory-new-draft-security-advisory-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/assets/cb-9267/images/help/security/security-advisory-affected-product.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://www.irs.gov/pub/irs-pdf/iw8bene.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/assets/cb-42830/images/help/sponsors/disable-github-sponsors-account-dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/assets/cb-41236/images/help/settings/ssh_key_listing.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://codeql.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/code-security/secure-coding/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/assets/cb-2898/images/help/settings/gpg-add-key.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/assets/cb-6700/images/help/settings/gpg-add-gpg-key.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/assets/cb-12077/images/help/settings/gpg-key-paste.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://codeql.github.com/docs/writing-codeql-queries/about-codeql-queries/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://codeql.github.com/docs/codeql-cli/about-ql-packs/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://codeql.github.com/docs/codeql-cli/about-codeql-packs/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/assets/cb-10165/images/help/security/security-advisory-create-security-advisory-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/assets/cb-18026/images/help/sponsors/disable-your-account-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/assets/cb-16282/images/help/security/security-advisory-description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/code-security/secure-coding/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://docs.github.com/en/code-security/secure-coding/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/reusing-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/code-security/secure-coding/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/editing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/editing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/editing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/editing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/editing-a-repository-security-advisory.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-concurrency","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/es/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/creating-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://cwe.mitre.org/index.html","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://github.com/github/codeql-action/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://github.com/github/codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories"} +{"url":"https://docs.github.com/cn/sponsors/sponsoring-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors"} +{"url":"https://docs.github.com/ja/sponsors/sponsoring-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors"} +{"url":"https://docs.github.com/es/sponsors/sponsoring-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors"} +{"url":"https://docs.github.com/pt/sponsors/sponsoring-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/assets/cb-22355/images/help/security/add-collaborator-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/sponsoring-open-source-contributors/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/automatic-token-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments/deploying-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/creating-a-repository-security-advisory","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/understanding-your-software-supply-chain/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory"} +{"url":"https://docs.github.com/cn/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://docs.github.com/ja/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://docs.github.com/es/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://docs.github.com/pt/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/removing-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://docs.github.com/cn/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/ja/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/es/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/pt/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/assets/cb-51286/images/help/repository/code-scanning-check-failure.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/assets/cb-72956/images/help/repository/code-scanning-results-check.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/assets/cb-68618/images/help/repository/code-scanning-pr-annotation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/assets/cb-180212/images/help/repository/code-scanning-pr-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/assets/cb-9959/images/help/sponsors/retire-tier-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/cn/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/ja/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/es/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/pt/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/targeting-different-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/assets/cb-10912/images/help/sponsors/draft-tier-edit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/secret-scanning/secret-scanning-patterns.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://codeql.github.com/docs/writing-codeql-queries/about-data-flow-analysis/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/assets/cb-6654/images/help/sponsors/edit-tier-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/assets/cb-13857/images/help/sponsors/update-tier-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/assets/cb-8031/images/help/sponsors/grant-sponsors-access-to-repo-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/end-to-end-supply-chain/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/cn/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor"} +{"url":"https://docs.github.com/ja/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor"} +{"url":"https://docs.github.com/es/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor"} +{"url":"https://docs.github.com/pt/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor"} +{"url":"https://docs.github.com/assets/cb-19898/images/help/sponsors/grant-sponsors-access-to-repo-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://www.first.org/cvss/calculator","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-jobs-in-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor.md","state":"SKIPPED","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/articles/signing-commits-and-tags-using-gpg","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-a-matrix-for-your-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started"} +{"url":"https://docs.github.com/assets/cb-36902/images/help/sponsors/enable-custom-amounts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/articles/using-ssh-over-the-https-port","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/assets/cb-29579/images/help/security/update-advisory-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/error-key-already-in-use","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-xcode-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/about-continuous-integration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/editing-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/assets/cb-43557/images/help/codespaces/change-machine-type-menu-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/assets/cb-8935/images/help/codespaces/your-codespaces-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/assets/cb-16711/images/help/codespaces/your-codespaces-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/assets/cb-40797/images/help/security/security-advisory-edit-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://github.com/github/codeql/blob/main/CONTRIBUTING.md","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/assets/cb-5564/images/help/codespaces/resume-codespace.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/assets/cb-40105/images/help/codespaces/codespaces-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/assets/cb-34785/images/help/codespaces/change-machine-type-choice.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/set-up-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/assets/cb-10852/images/help/security/security-advisory-credits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/assets/cb-21588/images/help/security/security-advisory-add-collaborator-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/assets/cb-21258/images/help/sponsors/example-of-open-source-project-dependency.png","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor"} +{"url":"https://docs.github.com/assets/cb-3849/images/help/codespaces/suspend-current-codespace.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/en/actions/building-and-testing-code-with-continuous-integration/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/authentication/troubleshooting-ssh/error-key-already-in-use","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/assets/cb-16697/images/help/sponsors/tier-editor-button.png","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/expressions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/finding-and-customizing-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/editing-a-repository-security-advisory","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/assets/cb-68912/images/help/repository/code-scanning-alert-close-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/assets/cb-11916/images/help/sponsors/set-default-amount.png","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-concurrency","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/code-security/secure-coding/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/sponsoring-open-source-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/sponsoring-open-source-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-conditions-to-control-job-execution","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/managing-your-deployments/viewing-deployment-history","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/assets/cb-29275/images/help/sponsors/sponsors-search-options.png","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/github/developing-online-with-codespaces/about-billing-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/running-jobs-in-a-container","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/listing-dependencies-configured-for-version-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/understanding-your-software-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/secret-scanning/secret-scanning-patterns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://stripe.com/atlas","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/removing-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/end-to-end-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/automatic-token-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/assets/cb-63910/images/help/security/security-advisory-in-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/assets/cb-14531/images/help/security/new-temporary-private-fork-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/workflow-commands-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/defining-outputs-for-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/about-continuous-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/editing-security-advisories-in-the-github-advisory-database","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/creating-postgresql-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/managing-your-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/assets/cb-40384/images/help/security/security-advisory-compare-and-pr.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/assets/cb-67306/images/help/security/add-changes-to-this-advisory-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/assets/cb-14308/images/help/security/merge-pull-requests-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor"} +{"url":"https://docs.github.com/cn/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/cn/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/ja/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/es/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/pt/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/events-that-trigger-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/assets/cb-32830/images/help/repository/dependency-graph-enable-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/getting-started/securing-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/cn/codespaces/codespaces-reference/using-github-copilot-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/codespaces-reference/using-github-copilot-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/es/codespaces/codespaces-reference/using-github-copilot-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/codespaces-reference/using-github-copilot-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/codespaces-reference/using-github-copilot-in-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/using-starter-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"mailto:octocat@nowhere.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/publishing-nodejs-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/assets/cb-182785/images/help/settings/codespaces-audit-log-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/cn/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/ja/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/es/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/pt/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/getting-started/securing-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-new-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/removing-sensitive-data-from-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/assets/cb-267063/images/help/organizations/org-audit-log-export.png","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://copilot.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/github/managing-security-vulnerabilities/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/assets/cb-191417/images/help/repository/code-scanning-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/assets/cb-9166/images/help/repository/code-scanning-library-alert-index.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/assets/cb-297744/images/help/repository/code-scanning-analysis-origins.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/assets/cb-64404/images/help/repository/code-scanning-experimental-alert-show.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/assets/cb-20474/images/help/repository/code-scanning-experimental-alert-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/assets/cb-13537/images/help/repository/code-scanning-library-alert-show.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/browsing-security-vulnerabilities-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/articles/making-a-private-repository-public","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://github.blog/changelog/2021-07-19-codeql-code-scanning-new-severity-levels-for-security-alerts/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/code-security/security-advisories/creating-a-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/github/searching-for-information-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/github/developing-online-with-codespaces/about-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/articles/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/articles/how-can-i-reset-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/articles/unlocking-a-locked-account","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/articles/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/github/developing-online-with-codespaces/deleting-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/codespaces/customizing-your-codespace/configuring-codespaces-for-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://marketplace.visualstudio.com/items?itemName=GitHub.copilot","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/code-security/secret-security/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/github/supporting-the-open-source-community-with-github-sponsors/managing-your-sponsorship-tiers","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/articles/setting-your-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/github/developing-online-with-codespaces/creating-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/watching","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/traversing-with-pagination","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/building-a-ci-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/collaborators/collaborators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/getting-started/securing-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/git/blobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/environments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/branches/branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/branches/branch-protection","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/feeds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/statuses","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/collaborators/invitations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflow-runs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/pre-receive-environments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/admin-stats","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflow-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/cn/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/ja/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/es/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/pt/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-overview/about-the-security-overview"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/security-overview/about-the-security-overview.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/cn/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-overview"} +{"url":"https://docs.github.com/ja/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-overview"} +{"url":"https://docs.github.com/es/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-overview"} +{"url":"https://docs.github.com/pt/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-overview"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/security-overview/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-overview"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"error: ssh-add: illegal option -- K - GitHub Docs","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/cn/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines"} +{"url":"https://docs.github.com/ja/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines"} +{"url":"https://docs.github.com/es/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines"} +{"url":"https://docs.github.com/pt/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines"} +{"url":"https://docs.github.com/cn/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/git/tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/milestones","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/license","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/articles/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/git/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/events","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/members","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/columns","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/articles/about-archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/starring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/releases/releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/announcement","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/management-console","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/suites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/orgs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runner-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/gitignore","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/git/refs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.opencollective.com/help/collectives/github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/getting-started/securing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/oauth-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/assets/cb-36568/images/help/dependabot/dependabot-tab-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/statuses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/users/gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics/statistics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/search","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repo-deliveries","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/git/trees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/assets/cb-5757/images/help/dependabot/dependabot-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/users/keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/users/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/assets/cb-13540/images/help/graphs/graphs-sidebar-dependency-graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/releases/assets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/assets/cb-58030/images/help/codespaces/machine-types-limited-choice.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/review-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/publishing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/publishing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/publishing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/publishing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/users/followers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/users/emails","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repo-config","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/contents","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/publishing-a-repository-security-advisory.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/cn/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/ja/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/es/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/pt/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/collaborators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-security-updates/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"error: Bad file number - GitHub Docs","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://github.blog/changelog/2021-09-21-codeql-runner-deprecation/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/error-bad-file-number.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/about-anonymized-urls.md","state":"SKIPPED","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-alerts/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/assets/cb-199953/images/help/dependabot/dependabot-alerts-disable-or-enable-all.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/assets/cb-163241/images/help/dependabot/dependabot-alerts-enable-by-default.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/assets/cb-211382/images/help/dependabot/dependabot-alerts-disable-or-enable-fpt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/assets/cb-147342/images/help/dependabot/dependabot-alerts-enable-dependabot-alerts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/assets/cb-199786/images/help/dependabot/dependabot-alerts-enable-for-all-new-repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/assets/cb-198150/images/help/dependabot/dependabot-alerts-disable-or-enable-fpt-private.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/cn/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace"} +{"url":"https://docs.github.com/ja/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace"} +{"url":"https://docs.github.com/es/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace"} +{"url":"https://docs.github.com/pt/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/github/administering-a-repository/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://github.com/github/codeql-cli-binaries/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/assets/cb-135062/images/help/dependabot/dependabot-alerts-enable-dependabot-alerts-organizations.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace"} +{"url":"https://docs.github.com/cn/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/assets/cb-79378/images/help/security/security-advisory-drop-down-request-cve.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/assets/cb-56443/images/help/security/security-advisory-request-cve-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/assets/cb-57502/images/help/security/publish-advisory-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/en/github/administering-a-repository/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"http://man7.org/linux/man-pages/man1/ssh-add.1.html","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/managing-remote-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-code.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/assets/cb-138779/images/help/dependabot/dependabot-alerts-enable-by-default-organizations.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/cn/codespaces/overview","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/overview"} +{"url":"https://docs.github.com/ja/codespaces/overview","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/overview"} +{"url":"https://docs.github.com/es/codespaces/overview","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/overview"} +{"url":"https://docs.github.com/pt/codespaces/overview","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/overview"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/overview.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/overview"} +{"url":"https://docs.github.com/cn/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/ja/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/es/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/pt/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/en/free-pro-team@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines"} +{"url":"https://github.com/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://github.com/atmos/camo/blob/master/mime-types.json","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/cn/codespaces/codespaces-reference/understanding-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/codespaces-reference/understanding-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/codespaces-reference/understanding-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/codespaces-reference/understanding-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/codespaces-reference/understanding-billing-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/assets/cb-44259/images/help/settings/codespaces-gpg-verification-radio-buttons.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/troubleshooting/exporting-changes-to-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://docs.github.com/ja/codespaces/troubleshooting/exporting-changes-to-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://docs.github.com/es/codespaces/troubleshooting/exporting-changes-to-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://docs.github.com/pt/codespaces/troubleshooting/exporting-changes-to-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/assets/cb-14336/images/help/codespaces/select-default-editor.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/troubleshooting/exporting-changes-to-a-branch.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://docs.github.com/cn/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://docs.github.com/cn/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/ja/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/es/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/pt/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/assets/cb-27179/images/help/settings/codespaces-gpg-verification-repository-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-128433/images/help/settings/codespaces-audit-log.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://github.com/atmos/camo","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/assets/cb-27137/images/help/codespaces/launch-default-editor.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/security-overview"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/cn/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/ja/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/es/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/pt/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/security-overview/about-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/security-overview/about-the-security-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines"} +{"url":"https://docs.github.com/authentication/troubleshooting-ssh/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/publishing-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://en.wikipedia.org/wiki/Dependency_graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://docs.github.com/en/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/github/managing-security-vulnerabilities/browsing-security-vulnerabilities-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/cn/codespaces/getting-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/ja/codespaces/getting-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/es/codespaces/getting-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/pt/codespaces/getting-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/assets/cb-49540/images/help/codespaces/codespaces-diagram.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/overview"} +{"url":"https://semver.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://code.visualstudio.com/download/","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://dotfiles.github.io/tutorials/","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/overview"} +{"url":"https://docs.github.com/assets/cb-37553/images/help/codespaces/setting-default-timeout.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://code.visualstudio.com/docs/editor/settings-sync","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/overview"} +{"url":"https://docs.github.com/assets/cb-15378/images/help/repository/dependabot-alerts-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/assets/cb-31277/images/help/codespaces/export-changes-to-a-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/getting-started/quickstart.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/cn/codespaces/developing-in-codespaces/codespaces-lifecycle","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/ja/codespaces/developing-in-codespaces/codespaces-lifecycle","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/es/codespaces/developing-in-codespaces/codespaces-lifecycle","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/pt/codespaces/developing-in-codespaces/codespaces-lifecycle","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://github.com/blog/1766-proxying-user-images","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/assets/cb-39523/images/help/graphs/dependents_graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/assets/cb-40880/images/help/graphs/dependencies_graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/assets/cb-154060/images/help/repository/used-by-section.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/codespaces-lifecycle.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/cn/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/es/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/assets/cb-52136/images/help/repository/legacy-dependabot-alerts-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/assets/cb-21955/images/help/codespaces/ports-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/assets/cb-43582/images/help/codespaces/copy-icon-port-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/assets/cb-27203/images/help/codespaces/make-public-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/assets/cb-10332/images/help/codespaces/label-text-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/es/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/integrating-with-code-scanning/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/cn/codespaces/developing-in-codespaces/connecting-to-a-private-network","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://docs.github.com/ja/codespaces/developing-in-codespaces/connecting-to-a-private-network","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://docs.github.com/es/codespaces/developing-in-codespaces/connecting-to-a-private-network","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://docs.github.com/pt/codespaces/developing-in-codespaces/connecting-to-a-private-network","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://cli.github.com/manual/gh_codespace_ports_forward","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/assets/cb-31406/images/help/codespaces/automatic-port-forwarding.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/assets/cb-9504/images/help/codespaces/port-number-text-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/assets/cb-3926/images/help/codespaces/add-port-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/connecting-to-a-private-network.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://docs.github.com/cn/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://docs.github.com/ja/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://docs.github.com/es/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://docs.github.com/pt/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://docs.github.com/assets/cb-16083/images/help/codespaces/label-icon.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/prebuilding-your-codespaces/testing-dev-container-changes.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://docs.github.com/cn/codespaces/managing-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/managing-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/es/codespaces/managing-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/managing-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/assets/cb-511165/images/help/repository/choose-used-by-package.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-your-codespaces/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/managing-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://docs.github.com/ja/codespaces/managing-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://docs.github.com/es/codespaces/managing-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://docs.github.com/pt/codespaces/managing-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://cli.github.com/manual/gh_codespace_ports_visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-codespaces-for-your-organization/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-5933/images/help/graphs/dependency-graph-dependents-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/assets/cb-19182/images/help/codespaces/codespaces-npm-run-dev.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-26180/images/help/codespaces/update-port-protocol.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-4690/images/help/codespaces/quickstart-forward-port.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/cn/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/ja/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/es/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/pt/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates"} +{"url":"http://curl.haxx.se/download.html","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-ssh/error-bad-file-number","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://securitylab.github.com/research/github-actions-preventing-pwn-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/assets/cb-81383/images/help/codespaces/codespaces-commit-stage.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/assets/cb-65361/images/help/codespaces/codespaces-commit-checkmark-icon.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/assets/cb-108645/images/help/codespaces/codespaces-commit-commit-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/assets/cb-44373/images/help/codespaces/source-control-ellipsis-button-nochanges.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/cn/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://docs.github.com/ja/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://docs.github.com/es/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://docs.github.com/pt/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://docs.github.com/assets/cb-59829/images/help/codespaces/source-control-activity-bar-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-up-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-4139/images/help/codespaces/quickstart-port-toast.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/cn/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/ja/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/es/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/pt/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-4934/images/help/codespaces/add-extension.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/assets/cb-12478/images/help/codespaces/fairyfloss.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest"} +{"url":"https://docs.github.com/en/github/customizing-your-github-workflow/about-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/cn/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://docs.github.com/es/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://docs.github.com/en/actions/getting-started-with-github-actions/about-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security"} +{"url":"https://docs.github.com/cn/codespaces/guides","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/guides"} +{"url":"https://docs.github.com/ja/codespaces/guides","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/guides"} +{"url":"https://docs.github.com/es/codespaces/guides","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/guides"} +{"url":"https://docs.github.com/pt/codespaces/guides","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/guides"} +{"url":"https://docs.github.com/assets/cb-11282/images/help/settings/codespaces-secret-delete-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/guides.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/guides"} +{"url":"https://docs.github.com/cn/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations"} +{"url":"https://docs.github.com/assets/cb-3604/images/help/settings/codespaces-secret-value-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/assets/cb-16322/images/help/settings/codespaces-secret-repository-access-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/prebuilding-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/prebuilding-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces"} +{"url":"https://docs.github.com/es/codespaces/prebuilding-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/prebuilding-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces"} +{"url":"https://docs.github.com/assets/cb-16334/images/help/settings/codespaces-secret-repository-checkboxes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/prebuilding-your-codespaces/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting"} +{"url":"https://docs.github.com/ja/codespaces/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting"} +{"url":"https://docs.github.com/es/codespaces/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting"} +{"url":"https://docs.github.com/pt/codespaces/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting"} +{"url":"https://docs.github.com/assets/cb-16338/images/help/settings/codespaces-new-secret-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/troubleshooting/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-11290/images/help/settings/codespaces-secret-update-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://docs.github.com/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/codespaces/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/overview"} +{"url":"https://github.com/codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-9297/images/help/settings/codespaces-secret-delete-warning.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/assets/cb-11413/images/help/settings/codespaces-secret-name-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-access-and-security-for-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/assets/cb-10338/images/help/settings/codespaces-secret-update-value-text.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://code.visualstudio.com/docs/remote/containers","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://code.visualstudio.com/docs/editor/codebasics","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/assets/cb-57748/images/help/codespaces/choose-custom-machine-type.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://openvpn.net/","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/assets/cb-14521/images/help/notifications-v2/dependabot-alerts-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/cn/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/ja/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/es/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/pt/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-10582/images/help/codespaces/codespaces-manage-settings-sync.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/assets/cb-10568/images/help/codespaces/install-custom-dotfiles.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/cn/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/es/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/assets/cb-12742/images/help/codespaces/select-dotfiles-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/codespaces-reference/disaster-recovery-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/codespaces-reference/disaster-recovery-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/codespaces-reference/disaster-recovery-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/codespaces-reference/disaster-recovery-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/codespaces-reference/disaster-recovery-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://docs.github.com/es/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/es/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://tailscale.com/kb/1160/github-codespaces/","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/cn/codespaces/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started"} +{"url":"https://docs.github.com/ja/codespaces/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started"} +{"url":"https://docs.github.com/es/codespaces/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started"} +{"url":"https://docs.github.com/pt/codespaces/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started"} +{"url":"https://dotfiles.github.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/getting-started/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/assets/cb-51022/images/help/security/actions-workflows-documentation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-23996/images/help/codespaces/select-default-region.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/overview"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/es/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://github.com/codespaces-contrib/codespaces-openvpn","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/troubleshooting/exporting-changes-to-a-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://docs.github.com/assets/cb-45458/images/help/repository/code-scanning-set-up-this-workflow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-23786/images/help/repository/start-commit-commit-new-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-13840/images/help/repository/start-commit-choose-where-to-commit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/codespaces/troubleshooting/working-with-support-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/troubleshooting/working-with-support-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/troubleshooting/working-with-support-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/troubleshooting/working-with-support-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/troubleshooting/working-with-support-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/troubleshooting/troubleshooting-codespaces-clients","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/ja/codespaces/troubleshooting/troubleshooting-codespaces-clients","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/es/codespaces/troubleshooting/troubleshooting-codespaces-clients","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/pt/codespaces/troubleshooting/troubleshooting-codespaces-clients","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/troubleshooting/troubleshooting-codespaces-clients.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/cn/codespaces/the-githubdev-web-based-editor","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/ja/codespaces/the-githubdev-web-based-editor","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/es/codespaces/the-githubdev-web-based-editor","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/pt/codespaces/the-githubdev-web-based-editor","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/assets/cb-28434/images/help/security/actions-new-workflow-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-11660/images/help/security/overview-set-up-code-scanning.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-23395/images/help/security/actions-workflows-security-section.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/codespaces/getting-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://code.visualstudio.com/insiders/","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/the-githubdev-web-based-editor.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/cn/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://docs.github.com/es/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/ja/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/es/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/pt/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/guides"} +{"url":"https://docs.github.com/en/codespaces/getting-started-with-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/assets/cb-47149/images/help/repository/code-scanning-analysis-not-found.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-command-palette-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/assets/cb-25412/images/help/repository/code-scanning-branch-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/codespaces/developing-in-codespaces/codespaces-lifecycle","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/assets/cb-1012/images/help/security/advisory-database-dropdown-filters.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/guides"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/cn/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/ja/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/es/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/pt/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/cn/codespaces/customizing-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace"} +{"url":"https://docs.github.com/ja/codespaces/customizing-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace"} +{"url":"https://docs.github.com/es/codespaces/customizing-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace"} +{"url":"https://docs.github.com/pt/codespaces/customizing-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace"} +{"url":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/guides"} +{"url":"https://docs.github.com/assets/cb-10773/images/help/security/advisory-database-dependabot-alerts-filters.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/customizing-your-codespace/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace"} +{"url":"https://docs.github.com/cn/codespaces/getting-started/deep-dive","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/ja/codespaces/getting-started/deep-dive","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/es/codespaces/getting-started/deep-dive","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/pt/codespaces/getting-started/deep-dive","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://www.first.org/cvss/specification-document","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/codespaces-reference/understanding-billing-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/getting-started/deep-dive.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/cn/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/ja/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/es/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/pt/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-91421/images/help/repository/code-scanning-pr-checks.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-27988/images/help/security/advisory-database-dependabot-alerts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/cn/codespaces/troubleshooting/codespaces-logs","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/ja/codespaces/troubleshooting/codespaces-logs","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/es/codespaces/troubleshooting/codespaces-logs","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/pt/codespaces/troubleshooting/codespaces-logs","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/troubleshooting/codespaces-logs.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/cn/codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/setting-up-your-project-for-codespaces/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://docs.github.com/es/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/troubleshooting/troubleshooting-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-prebuilds"} +{"url":"https://docs.github.com/ja/codespaces/troubleshooting/troubleshooting-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-prebuilds"} +{"url":"https://docs.github.com/es/codespaces/troubleshooting/troubleshooting-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-prebuilds"} +{"url":"https://docs.github.com/pt/codespaces/troubleshooting/troubleshooting-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-prebuilds"} +{"url":"https://docs.github.com/codespaces/developing-in-codespaces/connecting-to-a-private-network","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://github.com/github/haikus-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/troubleshooting/troubleshooting-prebuilds.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-prebuilds"} +{"url":"https://docs.github.com/cn/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/ja/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/es/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/pt/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://github.com/advisories?query=type%3Areviewed","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://github.com/advisories?query=credit%3Aoctocat","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://github.com/advisories?query=CVE-2020-28482","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://github.com/advisories?query=GHSA-49wp-qq6x-g2rf","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/cn/codespaces/codespaces-reference","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference"} +{"url":"https://docs.github.com/ja/codespaces/codespaces-reference","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference"} +{"url":"https://docs.github.com/es/codespaces/codespaces-reference","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference"} +{"url":"https://docs.github.com/pt/codespaces/codespaces-reference","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/codespaces-reference/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference"} +{"url":"https://docs.github.com/cn/codespaces/codespaces-reference/security-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/security-in-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/codespaces-reference/security-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/security-in-codespaces"} +{"url":"https://docs.github.com/es/codespaces/codespaces-reference/security-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/security-in-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/codespaces-reference/security-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/security-in-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/codespaces-reference/security-in-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/security-in-codespaces"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/assets/cb-41874/images/help/repository/code-scanning-filter-by-tool.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-34126/images/help/repository/code-scanning-click-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-25032/images/help/repository/code-scanning-predefined-filters.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/ja/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/es/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/pt/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/assets/cb-5941/images/help/codespaces/codespaces-rebuild.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/assets/cb-4020/images/help/codespaces/codespaces-stop.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Aupdated-asc","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Acreated-desc","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/assets/cb-46152/images/help/codespaces/codespaces-command-palette.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/assets/cb-30357/images/help/codespaces/org-user-permission-settings-outside-collaborators.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-5957/images/help/codespaces/codespaces-logs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/assets/cb-7683/images/help/codespaces/codespaces-view-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/assets/cb-69610/images/help/settings/codespaces-org-access-and-security-radio-buttons.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://github.com/advisories?query=type%3Aunreviewed","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/assets/cb-27219/images/help/settings/codespaces-access-and-security-repository-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://docs.github.com/assets/cb-6462/images/help/codespaces/add-prebuilt-container-command.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/assets/cb-73014/images/help/codespaces/branch-in-status-bar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/assets/cb-187803/images/help/repository/code-scanning-alert-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-29731/images/help/repository/code-scanning-search-alerts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-127591/images/help/repository/code-scanning-show-paths.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://github.com/advisories?query=cwe%3A352","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Aupdated-desc","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"http://en.wikipedia.org/wiki/ISO_8601","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://github.com/advisories?utf8=%E2%9C%93&query=updated%3A2021-01-13","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/assets/cb-22522/images/help/codespaces/create-new-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/assets/cb-10614/images/help/codespaces/codespaces-continue-working.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://github.com/advisories?utf8=%E2%9C%93&query=affects%3Alodash","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/getting-started/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://github.com/advisories?utf8=%E2%9C%93&query=ecosystem%3Anpm","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://github.com/advisories?utf8=%E2%9C%93&query=severity%3Ahigh","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://github.com/advisories?utf8=%E2%9C%93&query=created%3A2021-01-13","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/assets/cb-41473/images/help/codespaces/update-devcontainer-to-add-port-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://github.com/advisories?utf8=%E2%9C%93&query=is%3Awithdrawn","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/assets/cb-21379/images/help/codespaces/choose-repository-vscode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/assets/cb-29340/images/help/codespaces/sign-in-to-view-codespaces-vscode-mac.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/guides.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/cn/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-6333/images/help/codespaces/click-remote-explorer-icon-vscode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/assets/cb-263199/images/help/codespaces/codespaces-header-vscode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/assets/cb-48035/images/help/codespaces/choose-sku-vscode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/assets/cb-10009/images/help/codespaces/vscode-change-machine-type-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/assets/cb-105086/images/help/codespaces/vscode-change-machine-choose-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/cn/codespaces/prebuilding-your-codespaces/configuring-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/ja/codespaces/prebuilding-your-codespaces/configuring-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/es/codespaces/prebuilding-your-codespaces/configuring-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/pt/codespaces/prebuilding-your-codespaces/configuring-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/assets/cb-23600/images/help/codespaces/delete-codespace-vscode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/assets/cb-12673/images/help/codespaces/codespaces-insiders-vscode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/assets/cb-92267/images/help/codespaces/click-connect-to-codespace-icon-vscode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/assets/cb-27298/images/help/repository/code-scanning-ui-banner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-62932/images/help/repository/code-scanning-filter-keywords.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/cn/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://docs.github.com/ja/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://docs.github.com/es/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://docs.github.com/pt/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://docs.github.com/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-120241/images/help/codespaces/find-codespace-name-github.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-175138/images/help/repository/code-scanning-free-text-search-areas.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://code.visualstudio.com/api/extension-guides/web-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://docs.github.com/assets/cb-15954/images/help/codespaces/choose-branch-vscode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://docs.github.com/cn/codespaces/prebuilding-your-codespaces/managing-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/ja/codespaces/prebuilding-your-codespaces/managing-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/es/codespaces/prebuilding-your-codespaces/managing-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/pt/codespaces/prebuilding-your-codespaces/managing-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/assets/cb-276975/images/help/codespaces/sign-in-to-view-codespaces-vscode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/assets/cb-11480/images/help/repository/sidebar-code-scanning-alerts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://github.com/jhutchings1/Create-ActionsPRs","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-access-and-security-for-your-organizations-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-61874/images/help/codespaces/add-constraint-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/assets/cb-36051/images/help/repository/enable-dependabot-security-updates-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/assets/cb-13597/images/help/codespaces/policy-delete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/assets/cb-28678/images/help/codespaces/policy-edit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://code.visualstudio.com/docs/editor/github","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/assets/cb-161787/images/help/codespaces/new-codespace-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-143929/images/help/codespaces/find-codespace-id.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://github.com/settings/codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/prebuilding-your-codespaces/managing-prebuilds.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/cn/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/ja/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/es/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/pt/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://code.visualstudio.com/docs/editor/versioncontrol","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-50684/images/help/codespaces/create-codespace-vscode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/es/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/assets/cb-55429/images/help/codespaces/port-forwarding.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/assets/cb-75713/images/help/codespaces/git-status.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/assets/cb-53639/images/help/codespaces/policy-select-repos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://code.visualstudio.com/docs/getstarted/userinterface","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/github/developing-online-with-codespaces/configuring-codespaces-for-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://github.com/NickLiffen/ghas-enablement","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Acreated-asc","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-up-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/about-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/developing-in-codespaces/connecting-to-a-private-network","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/creating-an-issues-only-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/assets/cb-44228/images/help/repository/code-scanning-branch-filter.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-188003/images/help/repository/code-scanning-affected-branches.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/en/codespaces/managing-your-codespaces/setting-your-default-editor-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/en/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/assets/cb-18041/images/help/codespaces/edit-machine-constraint.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/codespaces/codespaces-reference/understanding-billing-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-user-permissions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://code.visualstudio.com/docs/remote/codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/assets/cb-55156/images/help/dependabot/dependabot-alert-pr-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/assets/cb-191694/images/help/codespaces/codespaces-accept-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://cli.github.com/manual/gh_codespace_logs","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://code.visualstudio.com/docs/remote/devcontainerjson-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/assets/cb-46396/images/help/settings/codespaces-access-and-security-radio-buttons.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/creating-a-new-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/es/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/assets/cb-22531/images/help/codespaces/prebuilt-codespace-found.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-prebuilds"} +{"url":"https://docs.github.com/assets/cb-192196/images/help/codespaces/browser-console-log-save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/assets/cb-24419/images/help/codespaces/maximum-minutes-timeout.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/assets/cb-21087/images/help/codespaces/edit-timeout-constraint.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/assets/cb-70004/images/help/codespaces/add-constraint-dropdown-timeout.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://codeql.github.com/docs/codeql-cli/analyzing-databases-with-the-codeql-cli/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://codeql.github.com/docs/codeql-cli/creating-codeql-databases/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://codeql.github.com/docs/codeql-cli/creating-codeql-query-suites/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://code.visualstudio.com/api/advanced-topics/remote-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/deleting-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://codeql.github.com/docs/codeql-cli/manual/github-upload-results/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://code.visualstudio.com/docs/setup/setup-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/developing-in-codespaces/codespaces-lifecycle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/assets/cb-43477/images/help/codespaces/secret-repository-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-83355/images/help/codespaces/prebuilds-triggers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/integrating-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/assets/cb-17485/images/help/settings/actions-org-secrets-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-49959/images/help/codespaces/prebuilds-set-up.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/assets/cb-30827/images/help/settings/codespaces-image-registry-secret-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://www.cve.org/ResourcesSupport/Glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://securitylab.github.com/advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/renaming-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.npmjs.com/reporting-malware-in-an-npm-package","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.docker.com/engine/reference/commandline/info/","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://github.com/microsoft/vscode/issues?q=is%3Aissue+is%3Aopen+label%3Afirefox","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-your-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/assets/cb-27589/images/help/dependabot/dependabot-tab-view-error.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-codespaces-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://git-scm.com/docs/git-init","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/assets/cb-36455/images/help/codespaces/prebuilds-manually-trigger.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/assets/cb-54750/images/help/dependabot/secret-repository-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://github.com/Microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Asafari","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/assets/cb-23217/images/help/dependabot/update-remove-repo-secret.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/assets/cb-20133/images/help/dependabot/update-remove-org-secret.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/assets/cb-32156/images/help/codespaces/prebuilds-view-runs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/assets/cb-18687/images/help/dependabot/check-for-updates.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/assets/cb-9747/images/help/dependabot/last-checked-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://github.com/github/codeql-action/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://libsodium.gitbook.io/doc/public-key_cryptography/sealed_boxes","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/creating-a-template-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/assets/cb-47319/images/help/dependabot/dependabot-version-update-error.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/duplicating-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/guides"} +{"url":"https://docs.github.com/assets/cb-112161/images/help/codespaces/prebuilds-log-output.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/assets/cb-32698/images/help/codespaces/prebuilds-edit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-large-files/installing-git-large-file-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/assets/cb-39925/images/help/codespaces/prebuilds-disable.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://github.com/microsoft/vscode/issues?q=is%3Aissue+is%3Aopen+codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/codespaces/troubleshooting/troubleshooting-codespaces-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/assets/cb-43796/images/help/codespaces/prebuilds-delete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://github.com/microsoft/vscode-dev-containers/tree/main/containers/codespaces-linux","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://docs.github.com/assets/cb-10302/images/help/dependabot/monitored-dependency-files.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/assets/cb-28415/images/help/repository/include-all-branches.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/assets/cb-11339/images/help/repository/create-repository-choose-marketplace-apps.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://github.com/microsoft/vscode/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://code.visualstudio.com/docs/editor/extension-gallery","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/prebuilding-your-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/troubleshooting"} +{"url":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/secure-coding/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://github.com/npm/node-semver","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/assets/cb-29194/images/help/repository/template-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/codespaces/troubleshooting/codespaces-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/codespaces/getting-started/deep-dive","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-27526/images/help/repository/repo-delete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/assets/cb-14983/images/help/repository/repository-name-change.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/code-security/repository-security-advisories/editing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://www.npmjs.com/advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://github.com/github/codeql-action/tree/v1/upload-sarif","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/assets/cb-18773/images/help/repository/repo-delete-confirmation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/codespaces/troubleshooting/troubleshooting-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-prebuilds"} +{"url":"https://docs.github.com/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://docs.github.com/en/code-security/secure-coding/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/codespaces/the-githubdev-web-based-editor","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/assets/cb-41252/images/help/codespaces/prebuilds-choose-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/assets/cb-91872/images/help/codespaces/prebuilds-workflow-runs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://github.com/oasis-tcs/sarif-spec/blob/master/Documents/CommitteeSpecifications/2.1.0/sarif-schema-2.1.0.json","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://cloud.google.com/container-registry/docs/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/the-githubdev-web-based-editor","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/assets/cb-17849/images/help/projects/disable-projects-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://github.com/microsoft/sarif-tutorials","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/assets/cb-25056/images/help/issues/issues_settings_remove_from_repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/assets/cb-26710/images/help/repository/template-repository-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/assets/cb-248942/images/help/repository/repo-with-readme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/assets/cb-84801/images/help/repository/username-repo-with-readme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-github-support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/assets/cb-79211/images/help/repository/readme-automatic-toc.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://github.co/browser-editor-feedback","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://git-lfs.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/codespaces-reference/disaster-recovery-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/getting-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/troubleshooting/troubleshooting-codespaces-clients","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/troubleshooting/working-with-support-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/duplicating-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://github.com/github/codeql-action/blob/main/src/fingerprints.ts","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/articles/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/categories/visualizing-repository-data-with-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/codespaces/prebuilding-your-codespaces/managing-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/articles/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/articles/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/en/articles/configuring-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://github.com/18F/open-source-guide/blob/18f-pages/pages/making-readmes-readable.md","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/categories/collaborating-with-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-custom-footers","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://www.git-scm.com/docs/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/en/categories/administering-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/getting-started/deep-dive","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/getting-started/deep-dive"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/customizing-your-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/customizing-your-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://github.com/github/linguist/blob/master/docs/overrides.md","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://github.com/cli/cli/releases/latest","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-server-statistics-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/troubleshooting/codespaces-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/troubleshooting/troubleshooting-prebuilds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-prebuilds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/setting-up-your-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/codespaces-reference/security-in-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/codespaces-reference/security-in-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/codespaces-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/codespaces-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.oasis-open.org/sarif/sarif/v2.1.0/cs01/sarif-v2.1.0-cs01.html","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/codespaces/codespaces-reference/security-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/security-in-codespaces"} +{"url":"https://docs.github.com/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/prebuilding-your-codespaces/managing-prebuilds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/about-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/creating-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/en/articles/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/categories/managing-your-work-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.microsoft.com/azure/container-registry/","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry"} +{"url":"https://docs.github.com/en/articles/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/deleting-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://sarifweb.azurewebsites.net/","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/renaming-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/git-lfs","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/code-security/secure-coding/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server.md","state":"SKIPPED","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/codespaces/prebuilding-your-codespaces/configuring-prebuilds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/restoring-a-deleted-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/en/articles/managing-access-to-your-organization-s-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/cn/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/ja/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/es/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/pt/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-clustering","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-42536/images/help/codespaces/prebuilds-see-output.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/creating-a-template-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/releasing-projects-on-github/about-releases.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/duplicating-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/about-system-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-azure-blob-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://docs.github.com/cn/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/ja/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/es/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/pt/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-48406/images/help/codespaces/prebuilds-regions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-82382/images/help/codespaces/prebuilds-select-scopes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/prebuilding-your-codespaces/managing-prebuilds"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories/configuring-a-repository-cache","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-36544/images/help/repository/use-this-template-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/cn/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/ja/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/es/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/pt/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/assets/cb-8192/images/enterprise/management-console/hotpatch-installation-install-button.png","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/assets/cb-6609/images/enterprise/management-console/updates_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-16932/images/enterprise/management-console/management-console-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-13409/images/enterprise/site-admin-settings/site-admin-link.png","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-5235/images/enterprise/site-admin-settings/access-new-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-35987/images/help/repository/pr-merge-rebase.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/assets/cb-13801/images/help/organizations/deleted-repos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/assets/cb-8038/images/enterprise/management-console/hotpatch-installation-date-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-19612/images/help/pull_requests/delete_branch_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-13445/images/help/settings/restore-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/assets/cb-24670/images/help/settings/confirm-restoration-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/assets/cb-12577/images/help/settings/deleted-repos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/assets/cb-68165/images/help/releases/refreshed-releases-overview-with-contributors.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/assets/cb-26964/images/help/branches/branches-closed.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://cloud.google.com/compute/docs/disks/create-snapshots","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-3523/images/help/codespaces/dotnet-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/assets/cb-6355/images/help/codespaces/dotnet-extensions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://enterprise.github.com/releases","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-19999/images/help/codespaces/devcontainers-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://support.github.com/enterprise/server-upgrade","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-11147/images/help/codespaces/add-dotnet-prebuilt-container.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-171664/images/help/repository/social-preview-transparency.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/using-files/navigating-code-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/using-files/navigating-code-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/es/repositories/working-with-files/using-files/navigating-code-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/using-files/navigating-code-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/assets/cb-129484/images/help/repository/social-preview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://github.com/github/backup-utils","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-4152/images/help/codespaces/python-port-forwarding.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/assets/cb-230711/images/help/repository/citation-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/using-files/navigating-code-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/cn/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/ja/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/es/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/pt/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/assets/cb-11462/images/help/branches/branches-restore-deleted.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://opensource.guide/legal/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/assets/cb-2542/images/help/codespaces/add-dotnet-version.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://choosealicense.com/appendix/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/cn/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/es/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/assets/cb-21386/images/help/repository/repository-license-picker.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/assets/cb-9969/images/help/settings/email_services_approved_header.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://citation-file-format.github.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/assets/cb-6235/images/help/settings/setup_notifications_settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://github.com/2percentsilk/dotnet-quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/en/actions/reference/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/assets/cb-117646/images/help/repository/os-repo-with-topics.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/assets/cb-7745/images/help/settings/email_services_addresses.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/assets/cb-264940/images/help/branch/branch-rename-rename.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/assets/cb-7693/images/help/repository/pr-merge-full-commits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/assets/cb-31784/images/help/repository/pr-merge-squash.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/assets/cb-63332/images/help/branch/branch-rename-edit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/assets/cb-86556/images/help/branch/branch-rename-type.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/assets/cb-19781/images/help/repository/add-topic-form.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/assets/cb-13505/images/help/repository/edit-repository-details-save-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/assets/cb-41505/images/help/repository/edit-repository-details-gear.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-support/receiving-help-from-github-support","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.microsoft.com/windows-server/virtualization/hyper-v/manage/enable-or-disable-checkpoints-in-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/codespaces/codespaces-reference/disaster-recovery-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://docs.github.com/en/articles/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/assets/cb-38118/images/help/repository/search-based-code-navigation-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://github.com/citation-file-format/ruby-cff","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/github/working-with-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/assets/cb-41203/images/help/repository/code-navigation-popover.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/assets/cb-43576/images/help/repository/find-all-references-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/assets/cb-67109/images/help/repository/jump-to-definition-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/en/articles/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/licensee/licensee","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.microsoft.com/azure/backup/backup-azure-vms-first-look-arm","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://git-scm.com/book/en/Git-Basics-Tagging","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/topics/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/assets/cb-2509/images/help/codespaces/add-python-version.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://github.com/github/choosealicense.com/blob/gh-pages/CONTRIBUTING.md","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/assets/cb-9604/images/help/codespaces/add-python-prebuilt-container.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/en/codespaces/working-with-your-codespace/managing-gpg-verification-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/assets/cb-16049/images/help/codespaces/python-extensions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/en/github/administering-a-repository/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/assets/cb-3172/images/help/codespaces/add-nodejs-selection.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/en/codespaces/working-with-your-codespace/managing-encrypted-secrets-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-60165/images/help/repository/repo-change-vis.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://github.com/github/explore","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/assets/cb-19190/images/help/repository/repo-change-confirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/assets/cb-68563/images/help/repository/repo-change-select.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/assets/cb-17833/images/help/repository/move-file-edit-file-icon.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://github.com/github/hubot/blob/master/LICENSE.md","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/assets/cb-58045/images/help/repository/moving_files.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/cn/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/ja/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/es/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/pt/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://github.com/tree-sitter/tree-sitter","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://github.com/github/stack-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/cn/repositories/archiving-a-github-repository/referencing-and-citing-content","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/ja/repositories/archiving-a-github-repository/referencing-and-citing-content","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/es/repositories/archiving-a-github-repository/referencing-and-citing-content","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/pt/repositories/archiving-a-github-repository/referencing-and-citing-content","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://github.com/blog/1964-open-source-license-usage-on-github-com","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://pubs.vmware.com/vsphere-50/topic/com.vmware.wssdk.pg.doc_50/PG_Ch11_VM_Manage.13.3.html","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/assets/cb-13982/images/help/pull_requests/allow-auto-merge-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/assets/cb-29978/images/help/repository/add-autolink-reference-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/archiving-a-github-repository/referencing-and-citing-content.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/cn/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/ja/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/es/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/pt/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/assets/cb-55343/images/help/repository/add-target-url-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/assets/cb-45562/images/help/repository/add-reference-prefix-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"http://opensource.guide/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/archiving-a-github-repository/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/cn/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/es/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://github.com/2percentsilk/python-quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/repositories/working-with-files/using-files/navigating-code-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/releasing-projects-on-github/about-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/github/searching-for-information-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/es/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/command-line-utilities/","status":200,"state":"OK","parent":"https://docs.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/assets/cb-8543/images/help/repository/always-suggest-updating-branches.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/assets/cb-9096/images/help/graphs/traffic_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/assets/cb-12094/images/help/large_files/large_files_pr.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/using-files/getting-permanent-links-to-files.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/dmca-takedown-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/en/articles/open-source-licensing","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/assets/cb-79088/images/help/graphs/repo_traffic_graphs_tooltip_dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-files/editing-files.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/cn/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/ja/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/es/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/pt/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/releasing-projects-on-github/linking-to-releases.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://github.com/github/linguist/blob/master/docs/troubleshooting.md","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/assets/cb-5901/images/help/repository/zenodo_toggle_on.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/assets/cb-119160/images/help/repository/zenodo_github_page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/en/articles/cloning-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/en/articles/viewing-your-community-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/assets/cb-47899/images/help/repository/zenodo_authorize.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/assets/cb-23247/images/help/repository/zenodo_login.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/assets/cb-30147/images/help/repository/zenodo_login_with_github.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-archiving-content-and-data-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://github.com/github/linguist","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/using-files/navigating-code-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/assets/cb-35212/images/help/codespaces/add-java-prebuilt-container.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/assets/cb-8224/images/help/codespaces/codespaces-port-toast.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/assets/cb-5082/images/help/codespaces/add-java-version.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://aka.ms/vscode-remote/devcontainer.json","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/assets/cb-33664/images/help/repository/add-tag-protection-rule.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/assets/cb-39323/images/help/repository/new-tag-protection-rule.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/assets/cb-37165/images/help/repository/set-tag-protection-pattern.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/cn/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/ja/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/es/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/pt/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/assets/cb-8005/images/help/releases/release-title.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/assets/cb-4886/images/help/repository/propose_file_change_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/assets/cb-16812/images/help/releases/refreshed-release-latest.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/en/articles/editing-files-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/articles/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/es/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/en/articles/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-files/adding-a-file-to-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://drive.google.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://github.com/github/markup/issues/new","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/cn/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/ja/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/es/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/pt/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/en/articles/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/en/articles/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/cn/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/ja/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/es/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/pt/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://codemirror.net/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/cn/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/ja/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/es/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/pt/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/articles/moving-a-file-to-a-new-location-using-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/assets/cb-67163/images/help/repository/code-scanning-check-failure-setting.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/releasing-projects-on-github/comparing-releases.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/cn/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/ja/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/es/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/pt/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/viewing-activity-and-data-for-your-repository/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/assets/cb-16335/images/help/codespaces/prebuilt-container-ok-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/assets/cb-52783/images/help/repository/code-scanning-workflow-update.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/assets/cb-51969/images/help/codespaces/predefined-container-definitions-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces?langId=dotnet","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/assets/cb-53167/images/help/repository/add-autolink-reference.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/assets/cb-2437/images/help/codespaces/codespaces-configure-features.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/assets/cb-19823/images/help/codespaces/rebuild-prompt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/assets/cb-125791/images/help/codespaces/configuration-file-choice.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/assets/cb-29335/images/help/codespaces/select-additional-features.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/about-authentication-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/assets/cb-6406/images/help/codespaces/add-node-version.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/en/github/administering-a-repository/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/articles/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://code.visualstudio.com/docs/languages/json","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/assets/cb-19765/images/help/repository/commit-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/assets/cb-21099/images/help/codespaces/codespaces-npmstart.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-26342/images/help/repository/upload-files-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/assets/cb-10159/images/help/repository/upload-files-drag-and-drop.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://github.com/github/codeql/blob/b212af08a6cffbb434f3c8a2795a579e092792fd/README.md","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/assets/cb-27159/images/help/codespaces/recovery-mode-error-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/assets/cb-65523/images/help/branches/branches-overview-atom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/assets/cb-65548/images/help/codespaces/configuration-file-choice-default.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/assets/cb-9206/images/help/graphs/code_frequency_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-files/renaming-a-file.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/cn/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/ja/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/es/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/pt/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/assets/cb-30418/images/help/repository/allow-forking-specific-org-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"http://figshare.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/articles/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/assets/cb-41105/images/help/repository/code-scanning-edit-workflow-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/cn/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files"} +{"url":"https://docs.github.com/ja/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files"} +{"url":"https://docs.github.com/es/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files"} +{"url":"https://docs.github.com/pt/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/en/articles/duplicating-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/cloning-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://code.visualstudio.com/docs/remote/create-dev-container","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://docs.github.com/cn/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/ja/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/es/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/pt/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/assets/cb-28596/images/help/graphs/repo_commit_activity_year_graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://github.com/github/codeql/blob/main/README.md","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/assets/cb-14318/images/help/repository/include-git-lfs-objects-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/releasing-projects-on-github/searching-a-repositorys-releases.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/assets/cb-8980/images/help/graphs/commits_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/assets/cb-43995/images/help/graphs/repo_code_frequency_graph_dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/en/articles/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/articles/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/assets/cb-27085/images/help/graphs/repo_commit_activity_week_graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://github.com/microsoft/vscode-dev-containers/tree/main/script-library","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/repositories/releasing-projects-on-github/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/en/articles/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://docs.github.com/assets/cb-18804/images/help/graphs/repo_contributors_click_drag_graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/assets/cb-8222/images/help/graphs/contributors_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/assets/cb-35317/images/help/repository/automatically-delete-branches.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"http://www.dropbox.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.docker.com/engine/reference/builder","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://docs.github.com/cn/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/ja/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/es/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/pt/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/creating-and-managing-repositories/transferring-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://ko-fi.com/","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://en.liberapay.com/","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/assets/cb-15716/images/help/releases/refreshed-compare-tags.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/assets/cb-32773/images/help/enterprises/your-enterprises.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/assets/cb-40442/images/help/repository/security-and-analysis-security-alerts-save-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-24148/images/help/enterprises/your-enterprises-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/assets/cb-107823/images/help/repository/security-and-analysis-disable-or-enable-fpt-public.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-65809/images/help/repository/security-and-analysis-security-alerts-person-or-team-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/cn/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/ja/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/es/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/pt/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/assets/cb-77085/images/help/repository/security-and-analysis-disable-or-enable-fpt-private.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/archiving-a-github-repository/referencing-and-citing-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://docs.github.com/assets/cb-39859/images/help/repository/security-and-analysis-security-alerts-username-x.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/assets/cb-33320/images/help/codespaces/add-node-prebuilt-container.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/schema-previews","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-files/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/es/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/introduction-to-graphql","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/assets/cb-14733/images/help/repository/edit-file-icon.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/using-files/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/cn/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/ja/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/es/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/pt/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/releasing-projects-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/assets/cb-9094/images/help/repository/changing-file-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/assets/cb-45820/images/help/repository/empty-desktop-clone-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/assets/cb-41015/images/help/repository/empty-https-url-clone-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/assets/cb-4041/images/help/releases/search-releases.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/assets/cb-158141/images/help/business-accounts/dormant-users-download-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/assets/cb-22884/images/help/releases/refreshed-compare-tags-menu-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://git-scm.com/docs/git-rerere","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://knowledge.figshare.com/articles/item/how-to-connect-figshare-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://github.com/github/docs/edit/main/content/admin/overview/about-enterprise-accounts.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/public-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/assets/cb-17514/images/help/discussions/select-discussions-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces?langId=java","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces?langId=py","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policies-for-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/archiving-a-github-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-files/editing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/releasing-projects-on-github/linking-to-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/cn/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/ja/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/es/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/pt/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/assets/cb-13258/images/help/saml/saml_recovery_code_entry.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/assets/cb-26172/images/help/repository/repo-transfer-complete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/assets/cb-16858/images/help/repository/repo-transfer-free-plan-warnings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/assets/cb-27460/images/help/repository/repo-transfer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/error-repository-not-found","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://github.com/github/git-sizer","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/assets/cb-7637/images/help/saml/saml_verify_recovery_codes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-34669/images/help/business-accounts/become-an-owner-confirmation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-8151/images/help/saml/saml_use_recovery_code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-31530/images/help/sponsors/sponsor-set-up-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/assets/cb-24801/images/help/pulse/pulse_time_filter_dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"http://maven.apache.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/assets/cb-58838/images/help/repository/transfer-repo-new-owner-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/assets/cb-9047/images/help/graphs/network_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/assets/cb-14426/images/help/business-accounts/unowned-organizations-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://www.arqbackup.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/assets/cb-105563/images/help/sponsors/funding-yml-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/assets/cb-36772/images/help/sponsors/sponsorships-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"http://npmjs.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://www.dropbox.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories"} +{"url":"https://www.patreon.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://wiki.oasis-open.org/security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/ja/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/es/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/pt/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://docs.github.com/assets/cb-33975/images/help/graphs/repo_forks_graph_dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/releasing-projects-on-github/comparing-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/https-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/assets/cb-5640/images/help/graphs/repo_network_graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/assets/cb-8461/images/help/graphs/graphs-sidebar-forks-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project"} +{"url":"https://docs.github.com/assets/cb-13248/images/help/business-accounts/enterprise-account-settings-security-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes"} +{"url":"https://docs.github.com/assets/cb-19488/images/help/business-accounts/enterprise-account-settings-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/configuring-saml-single-sign-on-and-scim-using-okta","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://login.okta.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/assets/cb-20156/images/help/enterprises/saml-recovery-codes-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/assets/cb-56179/images/help/repository/PR-required-check-skipped.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/assets/cb-9479/images/help/saml/saml_recovery_code_options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/articles/renaming-a-file-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/assets/cb-57996/images/help/repository/req-status-check-conflicting-merge-commits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/assets/cb-69613/images/help/repository/PR-required-check-passed-using-generic.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/assets/cb-13952/images/help/business-accounts/business-account-people-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-9690/images/help/business-accounts/business-accounts-admin-tab-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/viewing-activity-and-data-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://otechie.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-files/renaming-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://www.crashplan.com/en-us/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/assets/cb-9223/images/help/enterprises/pending-invitations-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/assets/cb-45471/images/help/saml/okta-sign-on-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/cloning-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://cli.github.com/manual/gh_release_view","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://docs.github.com/assets/cb-9770/images/help/business-accounts/outside-collaborators-tab-sidebar-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"http://www.carbonite.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/articles/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/configuring-custom-footers.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://help.okta.com/en/prod/Content/Topics/users-groups-profiles/usgp-assign-apps.htm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://tidelift.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://docs.github.com/assets/cb-2788/images/help/enterprises/view-suspended-members.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/actions/reference/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/en/enterprise-server/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://issuehunt.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/configuring-identity-and-access-management-for-your-enterprise-account/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/accessing-your-enterprise-account-if-your-identity-provider-is-unavailable"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://www.okta.com/integrations/github-enterprise-cloud-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://docs.github.com/cn/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/ja/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/es/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/pt/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/deleting-an-organization-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/archiving-a-github-repository/archiving-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-9808/images/help/business-accounts/view-current-policy-implementation-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/assets/cb-80678/images/help/business-accounts/organization-projects-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-14282/images/help/business-accounts/enterprise-account-policies-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-13876/images/help/business-accounts/settings-projects-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/cn/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot"} +{"url":"https://docs.github.com/ja/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot"} +{"url":"https://docs.github.com/es/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot"} +{"url":"https://docs.github.com/pt/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/creating-and-managing-repositories/transferring-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/assets/cb-12293/images/help/business-accounts/settings-teams-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-64651/images/help/business-accounts/team-discussion-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-saml-single-sign-on-for-enterprise-managed-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://github.com/github/docs/edit/main/content/admin/overview/creating-an-enterprise-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/assets/cb-20895/images/enterprise/custom-footer/enterprise-profile-ghec.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/managing-team-synchronization-for-organizations-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://lfx.linuxfoundation.org/tools/mentorship","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/assets/cb-66317/images/enterprise/custom-footer/add-footer-links.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/assets/cb-71536/images/help/business-accounts/repository-projects-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/using-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/releasing-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-27609/images/enterprise/custom-footer/custom-footer-section.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/assets/cb-16881/images/help/repository/archive-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-27937/images/help/business-accounts/change-role-in-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-82057/images/help/repository/archive-repository-warnings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/assets/cb-16884/images/help/business-accounts/enterprise-name-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-your-team/about-team-discussions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/assets/cb-7661/images/help/business-accounts/enterprise-slug-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://github.com/enterprise/contact?ref_page=/pricing&ref_cta=Contact%20Sales&ref_loc=cards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management"} +{"url":"https://docs.github.com/assets/cb-19542/images/help/business-accounts/upgrade-to-enterprise-account.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/assets/cb-21977/images/help/business-accounts/become-an-owner-button.png","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/connecting-to-github-with-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-10180/images/help/business-accounts/create-enterprise-account-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-5632/images/help/business-accounts/confirm-and-upgrade-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-saml-single-sign-on-for-enterprise-managed-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-saml-single-sign-on-recovery-codes"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-66921/images/enterprise/custom-footer/update-custom-footer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/openapi-description","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces?langId=nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/permissions-required-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/assets/cb-26067/images/enterprise/custom-footer/octodemo-footer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/invitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/codes-of-conduct","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/emojis","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/commits/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/installations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/starring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/events","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/commits/comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://zenodo.org/account/settings/github/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-environments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runner-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://tools.ietf.org/html/rfc7644","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/deploy-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/oauth-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/archiving-a-github-repository/archiving-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/ldap","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/repo-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/commits/statuses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/org-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/announcement","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/suites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/license","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"http://zenodo.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/git/refs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/watching","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/admin-stats","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/repositories/archiving-a-github-repository/referencing-and-citing-content","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/git/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/git/blobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/statuses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics/statistics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/releases/releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/git/trees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/git/tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/members","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reactions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/repositories/archiving-a-github-repository/archiving-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/cn/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/ja/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/es/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/pt/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/api-previews","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/users/followers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/users/emails","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/licenses","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/markdown","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussion-comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/members","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/users/gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/contents","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/users/keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://zenodo.org/about","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/releases/assets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/assets/cb-57520/images/help/business-accounts/enable-saml-auth-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/assets/cb-11715/images/help/saml/saml_test.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/ja/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/es/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/pt/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks/repo-config","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/assets/cb-12151/images/help/saml/saml_sign_on_url_business.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/assets/cb-16155/images/help/saml/saml_issuer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/assets/cb-16497/images/help/saml/saml_hashing_method.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/users/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/assets/cb-25152/images/help/saml/saml_public_certificate.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://en.wikipedia.org/wiki/List_of_tz_database_time_zones","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://saml-doc.okta.com/SAML_Docs/How-to-Configure-SAML-2.0-for-GitHub-Enterprise-Managed-User.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-4652/images/help/releases/draft-release-button-with-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-40400/images/help/releases/releases-tag-create-confirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-15041/images/help/releases/releases_description_auto.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-17889/images/help/releases/delete-release-trash.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-36285/images/help/releases/releases-tag-create.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/github-enterprise-managed-user-tutorial","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/assets/cb-8525/images/help/releases/create-release-discussion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://bundler.io/man/bundle-cache.1.html","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/assets/cb-48240/images/help/releases/releases_adding_binary.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-24051/images/help/business-accounts/enterprise-account-add-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-23395/images/help/business-accounts/invite-org-owner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-12558/images/help/business-accounts/enterprise-account-search-for-organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-17708/images/help/releases/edit-release-pencil.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-30311/images/help/business-accounts/enterprise-account-pending.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-4907/images/help/releases/prerelease_checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-23691/images/help/business-accounts/enterprise-account-settings-audit-log-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-30308/images/help/business-accounts/enterprise-account-invitation-sent.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-9743/images/help/releases/release_buttons.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-21668/images/help/releases/confirm-delete-release.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-26171/images/help/releases/releases-choose-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-1611/images/help/releases/update-release.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aad.githubenterprisemanageduser?tab=Overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://cli.github.com/manual/gh_release_create","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/cn/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/ja/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/es/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/pt/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-files/creating-new-files.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/assets/cb-20990/images/help/business-accounts/enterprise-account-invite-organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-21678/images/help/business-accounts/new-organization-name-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-27231/images/help/business-accounts/enterprise-account-transfer-approve.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/assets/images/help/codespaces/add-prebuilt-container-command.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/_next/static/css/e55ed01b95c0a3a31ac3.css","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/assets/images/help/codespaces/codespaces-rebuild.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/assets/images/help/codespaces/add-node-prebuilt-container.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces-54fd2fe7d73446538e6c.js","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/assets/images/help/codespaces/add-node-version.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/_next/static/chunks/493-62f7b0ce4b68a1019d31.js","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://www.okta.com/integrations/github-enterprise-managed-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/assets/images/help/codespaces/devcontainers-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/assets/images/playground/loading.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/assets/images/help/codespaces/codespaces-port-toast.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/assets/images/help/codespaces/codespaces-npmstart.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://www.iana.org/time-zones","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/assets/images/help/codespaces/new-codespace-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/_next/static/chunks/174-f271e880ed2e89895983.js","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/cn/codespaces/developing-in-codespaces/creating-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/ja/codespaces/developing-in-codespaces/creating-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/es/codespaces/developing-in-codespaces/creating-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/pt/codespaces/developing-in-codespaces/creating-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/assets/cb-3573/images/help/enterprises/settings-support.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://github.com/github/docs/discussions/9369","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/creating-a-codespace.md","state":"SKIPPED","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/assets/cb-7640/images/help/enterprises/settings-support-add-entitlement.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-9122/images/help/enterprises/settings-support-entitlement-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/assets/cb-7317/images/help/enterprises/settings-support-remove-entitlement.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-20485/images/help/teams/new-team-visibility.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-16221/images/help/teams/new-team-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-11908/images/help/teams/choose-an-idp-group.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/assets/cb-13466/images/help/teams/org-new-team-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-36204/images/enterprise/github-ae/teams/unselect-idp-group.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-20871/images/enterprise/github-ae/teams/choose-an-idp-group.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-13311/images/help/teams/org-team-description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-18161/images/help/organizations/organization-teams-tab-with-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud"} +{"url":"https://docs.github.com/assets/cb-8546/images/help/releases/draft_release_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/assets/cb-20283/images/help/releases/auto-generate-release-notes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-19184/images/help/enterprises/enterprise-account-identity-provider-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-9210/images/help/enterprises/select-idp-group.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-6654/images/help/teams/team-settings-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-7274/images/help/business-accounts/invite-admins-modal-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-9497/images/help/business-accounts/invite-admin-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-15620/images/help/business-accounts/invite-admins-roles.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-62464/images/help/business-accounts/remove-admin.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://www.codeproject.com/Articles/1214409/Learn-YAML-in-five-minutes","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-13035/images/help/repository/new-file-preview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/assets/cb-11884/images/help/releases/release-yml.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/assets/cb-11895/images/help/repository/new-file-content.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/assets/cb-15505/images/help/business-accounts/invite-admins-send-invitation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/assets/cb-58172/images/help/codespaces/default-machine-type.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/assets/cb-120622/images/help/codespaces/advanced-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/en/github/administering-a-repository/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://cli.github.com/manual/gh_codespace_create","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/functions-for-customizing-application-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/codespaces/setting-up-your-codespace/personalizing-codespaces-for-your-account","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-membership-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-30678/images/help/codespaces/branch-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://golang.org/ref/mod","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-119853/images/help/organizations/restrict-email-notifications-to-domain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/codespaces/developing-in-codespaces/creating-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-104689/images/help/enterprises/select-advanced-security-organization-policy.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-67546/images/help/enterprises/select-advanced-security-individual-organization-policy.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/assets/cb-20624/images/help/enterprises/click-advanced-security.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/github/managing-large-files/about-storage-and-bandwidth-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/codespaces/developing-in-codespaces/using-source-control-in-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://code.visualstudio.com/docs","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/assets/cb-19442/images/help/enterprises/verified-domains-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/feeds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/assignees","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/about-github-advanced-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/review-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-13759/images/help/enterprises/pending-invitations-type-tabs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-62854/images/help/settings/actions-fork-pull-request-workflows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-138077/images/help/business-accounts/enterprise-accounts-compliance-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/assets/cb-194310/images/help/settings/actions-workflow-permissions-repository-with-pr-approval.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-160879/images/help/repository/actions-policy-allow-list-with-workflows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-25409/images/help/teams/approve-team-synchronization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-89595/images/help/repository/actions-policy-with-workflows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-42554/images/help/organizations/domains-approve-domain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-36012/images/help/teams/confirm-team-synchronization-redirect.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-27328/images/help/organizations/domains-approve-it-instead.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-36288/images/help/organizations/verified-badge.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/assets/cb-18954/images/help/teams/enable-team-synchronization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-27461/images/help/teams/disable-team-synchronization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/working-with-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/cn/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/ja/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/es/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/pt/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/assets/cb-43002/images/help/organizations/verify-domain-final-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-51521/images/help/organizations/create-dns-txt-record-instructions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/git-cheatsheet.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/assets/cb-45569/images/help/enterprises/add-a-domain-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-21532/images/help/organizations/add-domain-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-68121/images/help/settings/actions-fork-pull-request-approval.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-46039/images/help/organizations/domains-delete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-7110/images/help/saml/revoke-identity.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/en/articles/adding-a-file-to-a-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/assets/cb-22216/images/help/saml/revoke-credentials.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-12659/images/help/saml/saml-identity-linked.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-10774/images/help/saml/revoke-session.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-106218/images/help/enterprises/continue-verifying-domain-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-9683/images/help/enterprises/emu-login-submit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://github.com/github/docs/edit/main/content/admin/guides.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/cn/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/ja/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/es/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/pt/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://github.com/codespaces/new","status":200,"state":"OK","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/assets/cb-7079/images/help/enterprises/emu-login-username.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/archiving-a-github-repository/backing-up-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://github.com/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-51219/images/help/teams/click-team-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://github.com/actions/checkout","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud"} +{"url":"https://github.com/github","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-files/creating-new-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/developing-in-codespaces/creating-a-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/authenticating-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licensing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://training.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://www.google.com/drive/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/assets/cb-8098/images/help/enterprises/idp-groups-team-switcher.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/assets/cb-17433/images/help/settings/saved-replies-preview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise-using-okta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/managing-team-memberships-with-identity-provider-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://docs.github.com/assets/cb-42348/images/help/settings/saved-replies-add-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/assets/cb-4307/images/help/settings/saved-replies-title.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://github.com/marketplace?category=backup-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/caching-your-github-credentials-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-with-enterprise-managed-users/configuring-scim-provisioning-for-enterprise-managed-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/articles/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/githubs-products","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/about-continuous-integration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/quickstart/set-up-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/manually-running-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/running-jobs-in-a-container","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-environments-for-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-your-commit-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/git-cheatsheet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/articles/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/set-up-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/cn/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/ja/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/es/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/pt/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/learning-about-github/access-permissions-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/about-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/articles/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-overview/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/archiving-a-github-repository/backing-up-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/releasing-and-maintaining-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/about-identity-and-access-management-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/verifying-your-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/using-starter-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-github-hosted-runners/about-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-39273/images/help/settings/saved-replies-settings-adding.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/automatic-token-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-files/deleting-files-in-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/about-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/dockerfile-support-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/building-and-testing-powershell","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-saved-replies/using-saved-replies.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/cn/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/ja/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/es/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/pt/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/about-custom-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/assets/cb-42993/images/help/settings/saved-replies-save-edit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/articles/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/assets/cb-39812/images/help/settings/saved-replies-edit-existing-content.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/assets/cb-16972/images/help/settings/saved-replies-edit-existing.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/assets/cb-23800/images/help/business-accounts/settings-hooks-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/about-packaging-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/ja/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/es/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/pt/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-23684/images/help/repository/delete-directory-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/assets/cb-24166/images/enterprise/site-admin-settings/click-global-webhook.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-25581/images/enterprise/site-admin-settings/add-global-webhook-content-type-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/github-flow.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/cn/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/ja/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/es/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/pt/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/assets/cb-21312/images/enterprise/site-admin-settings/add-global-webhook-payload-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-14937/images/enterprise/site-admin-settings/add-global-webhook-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-26545/images/enterprise/site-admin-settings/add-global-webhook-secret.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-49729/images/help/settings/saved-replies.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/assets/cb-36565/images/enterprise/site-admin-settings/list-of-global-webhooks.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/communicating-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://octoverse.github.com/writing-code-faster/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/assets/cb-23611/images/help/business-accounts/webhook-active.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides"} +{"url":"https://docs.github.com/assets/cb-19623/images/enterprise/site-admin-settings/delete-global-webhook-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/assets/cb-19564/images/enterprise/site-admin-settings/edit-global-webhook-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-105109/images/enterprise/site-admin-settings/add-global-webhook-select-individual-events.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-15509/images/help/importer/import-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/assets/cb-7572/images/help/importer/import-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/assets/cb-14891/images/help/importer/choose-project-importer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/enterprise-admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/cn/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/ja/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/es/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/pt/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/cn/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations"} +{"url":"https://docs.github.com/ja/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations"} +{"url":"https://docs.github.com/es/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations"} +{"url":"https://docs.github.com/pt/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/about-continuous-integration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/assets/cb-7392/images/help/importer/import-repo-owner-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-47937/images/help/writing/saved-replies-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-16630/images/help/importer/begin-import-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/cn/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart"} +{"url":"https://docs.github.com/ja/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart"} +{"url":"https://docs.github.com/es/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart"} +{"url":"https://docs.github.com/pt/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart"} +{"url":"https://docs.github.com/assets/cb-14965/images/help/importer/import-public-or-private.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/assets/cb-11406/images/help/importer/submit-old-credentials-importer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/es/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-7424/images/enterprise/site-admin-settings/global-webhooks-recent-deliveries.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-25607/images/help/importer/select-gitlfs-importer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/publishing-nodejs-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-8890/images/help/business-accounts/policies-repositories-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://enterprise.github.com/login","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/assets/cb-72651/images/help/business-accounts/repository-deletion-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://enterprise.github.com/trial","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-67881/images/help/business-accounts/repository-permissions-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/articles/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/assets/cb-52013/images/enterprise/site-admin-settings/repository-creation-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-55503/images/help/business-accounts/default-branch-name-enforce.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-39700/images/help/business-accounts/repository-forking-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-53376/images/help/business-accounts/repository-issue-deletion-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-163229/images/help/business-accounts/repository-invitation-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-59257/images/help/business-accounts/default-branch-name-text.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-88020/images/help/business-accounts/repository-visibility-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-56558/images/help/business-accounts/default-branch-name-update.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-155985/images/help/pull_requests/pull-request-body.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-37772/images/help/pull_requests/pull-request-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/assets/cb-93016/images/help/issues/issue-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://resources.github.com/webcasts/Quick-start-guide-to-GitHub/","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/assets/cb-3101/images/help/gist/gist_revisions_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/assets/cb-56993/images/help/gist/gist_history.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/assets/cb-120446/images/help/discussions/github-discussions-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/using-files/working-with-non-code-files.md","state":"SKIPPED","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/ja/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/es/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/pt/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/assets/cb-7653/images/help/writing/table-aligned-text-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/assets/cb-29945/images/help/gist/gist_clone_btn.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/assets/cb-64533/images/help/gist/gist_forks.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/learning-about-github/types-of-github-accounts.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/cn/get-started/using-github/exploring-early-access-releases-with-feature-preview","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/ja/get-started/using-github/exploring-early-access-releases-with-feature-preview","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/es/get-started/using-github/exploring-early-access-releases-with-feature-preview","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/pt/get-started/using-github/exploring-early-access-releases-with-feature-preview","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/assets/cb-43407/images/help/pull_requests/pr-files-changed-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/assets/cb-228574/images/help/projects/team-discussions-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/assets/cb-56735/images/help/pull_requests/pr-conversation-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/en/articles/source-code-migration-tools","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-github/exploring-early-access-releases-with-feature-preview.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/assets/cb-9821/images/help/writing/table-inline-formatting-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/assets/cb-3202/images/help/writing/table-escaped-character-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/assets/cb-8541/images/help/writing/table-varied-columns-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/assets/cb-1601/images/help/writing/collapsed-section-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/associating-text-editors-with-git.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/cn/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/ja/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/es/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/pt/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/assets/cb-352008/images/help/repository/images-2up-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-194149/images/help/images/view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-676784/images/help/repository/images-swipe-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-5318/images/help/repository/render_webgl_error.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-70178/images/help/repository/stl_wireframe.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-27803/images/enterprise/site-admin-settings/add-global-webhook-disable-ssl-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-4503/images/help/writing/table-basic-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/assets/cb-297329/images/help/repository/images-onion-view.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-github/supported-browsers.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/cn/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/ja/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/es/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/pt/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/assets/cb-28366/images/help/repository/rendered_csv.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-11262/images/enterprise/site-admin-settings/confirm-delete-global-webhook.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-10628/images/help/writing/open-collapsed-section.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/assets/cb-9521/images/help/repository/prose_diff_rendering.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://probot.github.io/docs/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations"} +{"url":"https://docs.github.com/assets/cb-1036745/images/help/repository/rendered-pdf.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/assets/cb-11276/images/help/repository/rendered_prose_diff.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-5571/images/help/repository/csv_render_error.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-53330/images/help/repository/searching_csvs.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-40874/images/help/repository/rendered_prose_changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-76389/images/help/repository/prose_diff_attributes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-38345/images/help/repository/source-render-toggle-geojson.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/creating-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/assets/cb-26802/images/enterprise/site-admin-settings/add-global-webhook-select-events.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart"} +{"url":"https://github.com/electron/electron/contribute","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/en/articles/updating-commit-author-attribution-with-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://www.mozilla.org/en-US/firefox/new/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/managing-connections-between-your-enterprise-accounts/connecting-your-enterprise-account-to-github-enterprise-cloud","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/learning-about-github/access-permissions-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://leafletjs.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-6147/images/help/repository/view_raw.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://github.com/github/docs","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://github.com/skalnik/secret-bear-clip/blob/master/stl/clip.stl","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://github.com/topics","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/cn/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/ja/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/es/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/pt/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-github/github-cli.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/configuring-git-to-handle-line-endings.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-an-internal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/assets/cb-23420/images/help/repository/mermaid-file-diagram.png","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/setting-your-username-in-git.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/cn/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/ja/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/es/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/pt/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/hello-world.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/cn/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/ja/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/es/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/pt/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/github-language-support"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/learning-about-github/github-language-support.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/cn/get-started/learning-about-github/faq-about-changes-to-githubs-plans","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/ja/get-started/learning-about-github/faq-about-changes-to-githubs-plans","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/es/get-started/learning-about-github/faq-about-changes-to-githubs-plans","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/pt/get-started/learning-about-github/faq-about-changes-to-githubs-plans","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/learning-about-github/faq-about-changes-to-githubs-plans.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/assets/cb-43098/images/help/overview/sign-in-pattern.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/git-workflows"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/git-workflows.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/cn/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding"} +{"url":"https://docs.github.com/ja/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding"} +{"url":"https://docs.github.com/es/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding"} +{"url":"https://docs.github.com/pt/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/onboarding/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding"} +{"url":"https://docs.github.com/cn/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/ja/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/es/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/pt/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/en/free-pro-team@latest/desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/exploring-projects-on-github/following-organizations.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/cn/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/ja/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/es/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/pt/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/signing-up-for-github"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/signing-up-for-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/assets/cb-42779/images/help/settings/enable-feature-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/assets/cb-21654/images/help/settings/feature-preview-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://mermaid-js.github.io/mermaid/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/about-remote-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/ja/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/es/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/pt/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/exploring-projects-on-github/following-people.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/ignoring-files.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/cn/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://docs.github.com/ja/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://docs.github.com/es/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://docs.github.com/pt/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://mermaid.live/edit","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://docs.github.com/cn/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/ja/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/es/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/pt/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://macromates.com/blog/2011/mate-and-rmate/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://github.com/mapbox/simplestyle-spec/tree/master/1.1.0","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://github.com/benbalter/dc-wifi-social/blob/master/bars.geojson","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"tel:+1-877-448-4820","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://github.com/github/docs/edit/main/content/support/learning-about-github-support/about-github-support.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/en/articles/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-advanced-formatting/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://code.visualstudio.com/Docs/setup/setup-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://flight-manual.atom.io/getting-started/sections/installing-atom/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/en/github/managing-files-in-a-repository/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://docs.sublimetext.io/guide/getting-started/installation.html","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"http://leafletjs.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-50019/images/help/settings/actions-policy-enable-for-all-organizations.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"http://pages.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://www.google.com/intl/en/chrome/browser/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://guides.github.com/introduction/flow/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/using-starter-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/using-saml","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/assets/cb-14573/images/help/writing/enable-fixed-width.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/assets/cb-63193/images/help/importer/github-importer.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/en/articles/commenting-on-differences-between-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/assets/cb-7939/images/help/writing/fixed-width-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/assets/cb-1618/images/help/gist/create-secret-gist-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://vimeo.com/333786093","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://github.com/jupyter/nbconvert","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://gist.github.com/discover","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://git-scm.com/docs/git-config","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations"} +{"url":"https://docs.github.com/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-88572/images/help/settings/actions-policy-allow-select-actions-and-actions-from-github-with-workflows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-5939/images/enterprise/site-admin-settings/search-query.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://cli.github.com/manual/gh_gist_create","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/assets/cb-20813/images/help/gist/gist_text_box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/assets/cb-11862/images/help/gist/gist-visibility-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/assets/cb-5100/images/help/gist/gist_name_description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"http://www.openstreetmap.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://github.com/explore/subscribe","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://guides.github.com/activities/hello-world/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://www.openstreetmap.org/user/new","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://gist.github.com/search","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-33247/images/help/repository/code-snippet-permalink-in-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"http://www.mapbox.com/developers/simplestyle/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-46532/images/help/repository/copy-permalink-specific-line.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/assets/cb-36858/images/help/repository/rendered-code-snippet.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-23923/images/help/repository/branching.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/assets/cb-75044/images/help/repository/first-commit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/assets/cb-32937/images/help/repository/diffs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/assets/cb-3288/images/help/writing/url-autolink-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/assets/cb-106613/images/help/repository/hello-world-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://npp-user-manual.org/docs/getting-started/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://github.com/mbostock/topojson/wiki/Specification","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/octocat","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/assets/cb-17655/images/help/profile/organization-profile-unfollowing.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/assets/cb-51264/images/help/profile/user-profile-image.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/assets/cb-17413/images/help/profile/organization-profile-following.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/assets/cb-84651/images/help/profile/follow-user-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/assets/cb-70363/images/help/profile/user-profile-followers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/assets/cb-105381/images/help/profile/user-profile-unfollow-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.microsoft.com/en-gb/deployedge/microsoft-edge-channels","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://nbviewer.jupyter.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/assets/cb-27383/images/help/repository/new-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/communicating-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/communicating-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/github-flow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/github-flow"} +{"url":"https://www.markdownguide.org/cheat-sheet/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://git-scm.com/docs/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/using-files/working-with-non-code-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"http://www.geojson.org/geojson-spec.html","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://subversion.apache.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/assets/cb-70499/images/help/profile/user-profile-following.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://github.com/actions/runner","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"http://geojsonlint.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://unity.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/onboarding","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding"} +{"url":"https://github.com/actions/virtual-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://vscode.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/get-started/using-github/exploring-early-access-releases-with-feature-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://github.com/mbostock/topojson","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/github/browser-support","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/articles/creating-a-new-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://github.com/jlord/sheetsee.js/commit/a5c3785ed8d6a35868bc169f07e40e889087fd2e","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/en/enterprise-server@3.0/admin/enterprise-management/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@2.22/admin/enterprise-management/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://slack.com/intl/en-in/help/articles/360000281563-Manage-apps-on-Enterprise-Grid","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://github.atom.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://github.com/github-for-unity/Unity/tree/master/docs","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://github.com/mbostock/topojson/wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://github.com/github/VisualStudio/tree/master/docs","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://education.github.com/toolbox","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/validating-your-domain-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://github.com/topics/machine-learning","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/command-line-utilities","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/marketplace/jira-software-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/network-ports","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://appsource.microsoft.com/en-us/product/office/WA200002077","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/marketplace/slack-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/cn/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/ja/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/es/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/pt/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://www.mozilla.org/en-US/firefox/organizations/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://support.google.com/chrome/a/answer/9027636","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://git-scm.com/book/en/Customizing-Git-Git-Attributes","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"http://github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/cn/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/ja/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/es/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/pt/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github"} +{"url":"https://github.com/Microsoft/vscode-pull-request-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/exploring-projects-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"http://adaptivepatchwork.com/2012/03/01/mind-the-end-of-your-line/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/jupyter/jupyter_notebook","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/articles/importing-a-repository-with-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/github/linguist/pull/4039","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/visualizing-repository-data-with-graphs/about-the-dependency-graph","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-s-use-of-your-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/about-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/articles/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git/associating-text-editors-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"http://daringfireball.net/projects/markdown/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/learning-about-github/types-of-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-github/exploring-early-access-releases-with-feature-preview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://apple.com/safari","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://git-scm.com/book/en/Git-Tools-Submodules","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://google.com/chrome","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-github/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-github/github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/cn/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/ja/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/es/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/pt/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"http://mapbox.com/maki/","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-github/supported-browsers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/articles/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/searching-for-information-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://www.gitignore.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"http://jupyter.readthedocs.io/en/latest/index.html","status":200,"state":"OK","parent":"https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/articles/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-security-vulnerabilities/about-github-security-advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/upgrading-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/cn/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/ja/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/es/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/pt/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/en/articles/opening-an-issue-from-code","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/articles/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://github.com/organizations/plan","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-aws","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/about-git-rebase.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/cn/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/ja/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/es/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/pt/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/creating-a-high-availability-replica","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/github/managing-files-in-a-repository/navigating-code-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-github/github-desktop.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/cn/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/ja/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/es/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/pt/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-and-trade-controls","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/support/learning-about-github-support/about-github-support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/github/importing-your-projects-to-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/articles/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/articles/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-advanced-security-features","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/cn/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/ja/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/es/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/pt/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories/configuring-a-repository-cache","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories/about-repository-caching","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/github/importing-your-projects-to-github/support-for-subversion-clients","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-support/about-github-enterprise-support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github"} +{"url":"https://docs.github.com/es/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git/setting-your-username-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github"} +{"url":"https://docs.github.com/cn/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/ja/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/es/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/pt/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/dealing-with-non-fast-forward-errors.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/cn/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/ja/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/es/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/pt/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/hello-world","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/hello-world"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/cn/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/ja/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/es/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/pt/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/get-started/learning-about-github/faq-about-changes-to-githubs-plans","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/learning-about-github/github-language-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/learning-about-github/github-language-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/exploring-projects-on-github/following-people","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/be-social.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git/about-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/exploring-projects-on-github/following-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git/git-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/git-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git/ignoring-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/assets/cb-28491/images/help/security/ip-address-edit-name-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/cn/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/ja/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/es/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/pt/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-28330/images/help/security/ip-address-edit-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-14870/images/help/organizations/ca-key-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-6526/images/help/organizations/new-ca-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-25468/images/help/organizations/require-ssh-cert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-13744/images/help/marketplace/marketplace-buy-with-github-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/assets/cb-12759/images/help/organizations/ca-delete-confirmation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/cn/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github"} +{"url":"https://docs.github.com/ja/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github"} +{"url":"https://docs.github.com/es/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github"} +{"url":"https://docs.github.com/pt/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://visualstudio.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/learning-about-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/learning-about-github"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/articles/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/using-ssh-over-the-https-port","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-saved-replies/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/cn/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github"} +{"url":"https://docs.github.com/ja/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github"} +{"url":"https://docs.github.com/es/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github"} +{"url":"https://docs.github.com/pt/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-security-vulnerabilities/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-backups-on-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/working-with-subversion-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/cn/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git"} +{"url":"https://docs.github.com/ja/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git"} +{"url":"https://docs.github.com/es/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git"} +{"url":"https://docs.github.com/pt/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-advanced-formatting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/assets/cb-26481/images/help/security/ip-address-edit-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/displaying-a-sponsor-button-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/support/about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/assets/cb-45377/images/help/marketplace/marketplace-choose-repo-install-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/assets/cb-28336/images/help/marketplace/marketplace-complete-order-begin-installation-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/assets/cb-24804/images/help/marketplace/marketplace-select-repo-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/assets/cb-53663/images/help/branch/svnflow-branch-snapshot.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/assets/cb-32255/images/help/marketplace/marketplace-confirm-personal-account.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/assets/cb-15490/images/help/marketplace/marketplace-choose-plan.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/assets/cb-22883/images/help/business-accounts/confirm-require-2fa.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-29330/images/help/security/enable-ip-allowlist-enterprise-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/assets/cb-67289/images/help/business-accounts/require-2fa-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-28021/images/help/security/enable-ip-allowlist-githubapps-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://gist.github.com/octocat/9257657","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/en/articles/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/assets/cb-20472/images/help/settings/saved-replies-delete-existing.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/all-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/assets/cb-16725/images/help/organizations/ca-delete-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/support/learning-about-github-support/about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/upgrading-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/assets/cb-24845/images/help/marketplace/marketplace-add-payment-method-personal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/assets/cb-32414/images/help/marketplace/marketplace-edit-payment-method-personal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/assets/cb-26450/images/help/security/ip-address-delete-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-31717/images/help/security/perm-delete-allowlist-entry-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/tclem","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://github.com/newren/git-filter-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://git-scm.com/docs/git-check-ref-format","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://github.com/jlord/sheetsee.js/issues/26","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://www.gnu.org/software/bash/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/upgrading-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/release-notes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://www.zsh.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/cn/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/ja/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/es/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/pt/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git-subtree-merges"} +{"url":"https://www.gnu.org/software/bash/manual/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/about-git-subtree-merges.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/assets/cb-22391/images/help/repository/delete-export-personal-account-data.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/assets/cb-28496/images/help/marketplace/marketplace-confirm-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-35460/images/help/marketplace/marketplace-edit-payment-method-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-24894/images/help/marketplace/marketplace-add-payment-method-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-5209/images/help/repository/repo-actions-watch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github"} +{"url":"https://mozilla.org/firefox","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/cn/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/ja/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/es/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/pt/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/assets/cb-37743/images/help/overview/dashboard-contextswitcher.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/contributing-to-projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/cn/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/ja/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/es/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/pt/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/assets/cb-21483/images/help/repository/export-personal-data.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/assets/cb-23727/images/help/repository/new-export.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://fishshell.com/docs/current/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github"} +{"url":"http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/assets/cb-7457/images/help/writing/code-block-syntax-highlighting-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/overview/about-the-github-enterprise-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/articles/using-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/assets/cb-5169/images/help/writing/fenced-code-block-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git"} +{"url":"https://docs.github.com/assets/cb-994/images/help/writing/fenced-code-show-backticks-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://github.com/frej/fast-export","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://github.com/nirvdrum/svn2git","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://github.com/git-tfs/git-tfs","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/articles/updating-your-personal-account-s-payment-method","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/cn/get-started/onboarding/getting-started-with-github-team","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-team"} +{"url":"https://docs.github.com/ja/get-started/onboarding/getting-started-with-github-team","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-team"} +{"url":"https://docs.github.com/es/get-started/onboarding/getting-started-with-github-team","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-team"} +{"url":"https://docs.github.com/pt/get-started/onboarding/getting-started-with-github-team","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-team"} +{"url":"https://git-scm.com/docs/git-svn","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/onboarding/getting-started-with-github-team.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-team"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/using-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/cn/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/ja/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/es/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/pt/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/cn/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://docs.github.com/ja/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://docs.github.com/es/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://docs.github.com/pt/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://docs.github.com/cn/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/ja/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/es/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/pt/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"mailto:mobilefeedback@github.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/en/articles/about-github-s-use-of-your-data","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-github/github-mobile.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/cn/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://docs.github.com/ja/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://docs.github.com/es/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://docs.github.com/pt/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/about-git.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/cn/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/ja/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/es/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/pt/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git/about-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/exploring-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://git-scm.com/book/en/Git-Tools-Rewriting-History","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-github/keyboard-shortcuts.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/ja/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/es/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/pt/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/pushing-commits-to-a-remote-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/cn/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/ja/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/es/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/pt/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/customizing-your-github-workflow/exploring-integrations/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/cn/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/ja/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/es/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/pt/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/getting-changes-from-a-remote-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/en/articles/installing-an-app-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/getting-changes-from-a-remote-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/cn/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/ja/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/es/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/pt/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.microsoft.com/en-gb/powershell/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/customizing-your-github-workflow/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/cn/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/ja/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/es/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/pt/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-git/using-git-rebase-on-the-command-line.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://zsh.sourceforge.io/Doc/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/articles/updating-your-organization-s-payment-method","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/get-started/exploring-projects-on-github/following-organizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/cn/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/ja/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/es/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/pt/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/articles/about-organizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://github.com/github/linguist/blob/master/vendor/README.md","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-github-ae","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/overview/other-authentication-methods.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/cn/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://docs.github.com/ja/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://docs.github.com/es/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://docs.github.com/pt/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/assets/cb-104951/images/enterprise/security/advanced-security-phased-approach-diagram.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/overview/about-upgrades-to-new-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/overview/media-types.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://docs.github.com/cn/get-started/using-github/troubleshooting-connectivity-problems","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/ja/get-started/using-github/troubleshooting-connectivity-problems","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/es/get-started/using-github/troubleshooting-connectivity-problems","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/pt/get-started/using-github/troubleshooting-connectivity-problems","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/enterprise-support/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/articles/about-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/assets/cb-21406/images/help/importer/match-authors-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-github/troubleshooting-connectivity-problems.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/cn/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/openapi-description"} +{"url":"https://docs.github.com/ja/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/openapi-description"} +{"url":"https://docs.github.com/es/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/openapi-description"} +{"url":"https://docs.github.com/pt/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/openapi-description"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/articles/installing-an-app-in-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/restricting-network-traffic-to-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/overview/openapi-description.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/openapi-description"} +{"url":"https://docs.github.com/cn/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/ja/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/es/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/pt/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/creating-a-high-availability-replica","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/discovering-resources-for-a-user.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/cn/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/ja/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/es/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/pt/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/overview/troubleshooting.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.microsoft.com/devops/develop/git/centralized-to-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-your-organizations-installed-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-team"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/assets/cb-11963/images/help/importer/connect-commit-author.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer"} +{"url":"https://www.kernel.org/pub/software/scm/git/docs/howto/using-merge-subtree.html","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git-subtree-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/learning-about-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/learning-about-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/cn/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/ja/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/es/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/pt/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git-subtree-merges"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/working-with-comments.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/cn/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/ja/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/es/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/pt/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/assets/cb-113107/images/help/writing/fenced-stl-rendered-object.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/assets/cb-38834/images/help/repository/remotes-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/rest/overview/%5B...restPage%5D-821e3d29d14bb78c53f2.js","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/assets/cb-172716/images/help/organizations/enterprise-actions-policy-allow-list-with-workflows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-230831/images/help/settings/actions-workflow-permissions-enterprise-with-pr-approval.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-96533/images/help/organizations/enterprise-actions-policy-with-workflows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-280390/images/help/writing/fenced-topojson-rendered-map.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://github.com/premium-support","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://codemirror.net/doc/manual.html","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://opensource.com/article/17/7/how-unzip-targz-file","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/assets/cb-16547/images/help/writing/mermaid-flow-chart.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-advanced-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin"} +{"url":"https://docs.github.com/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/advanced-security/deploying-github-advanced-security-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git/dealing-with-non-fast-forward-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://git-scm.com/docs/git-remote.html","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"http://git-scm.com/docs/git-diff","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"http://git-scm.com/docs/git-format-patch","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github"} +{"url":"https://docs.github.com/assets/cb-363608/images/help/writing/fenced-geojson-rendered-map.png","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/en/articles/requesting-an-archive-of-your-personal-account-s-data/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/using-content-attachments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/initializing-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://developer.apple.com/ios/universal-links/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://github.com/mobile","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/rest/guides/%5B...restPage%5D-cc9b6d5bc5ee9ba5268c.js","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/assets/cb-102209/images/gundamcat.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://www.youtube.com/watch?v=Vb0Ghkkc2hk&index=4&list=PLg7s6cbtAD17Gw5u8644bgKhgRLiJXdX4","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://www.youtube.com/watch?v=-uQHV9GOA0w&index=5&list=PLg7s6cbtAD17Gw5u8644bgKhgRLiJXdX4","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://octocaptcha.com/test","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://github-debug.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-github"} +{"url":"https://github.com/github/docs/edit/main/content/rest/overview/libraries.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/cn/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/ja/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/es/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/pt/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://octocaptcha.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git/about-git-subtree-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-up-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-support/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://github.com/github/feedback/discussions?discussions_q=category%3A%22Mobile+Feedback%22","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://www.youtube.com/watch?v=SxmveNrZb5k&list=PLg7s6cbtAD17Gw5u8644bgKhgRLiJXdX4&index=3","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://www.youtube.com/watch?v=rBbbOouhI-s&index=2&list=PLg7s6cbtAD17Gw5u8644bgKhgRLiJXdX4","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://github.com/showcases/great-for-new-contributors","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://developer.github.com/changes/2015-01-19-an-integrators-guide-to-organization-application-policies/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://codeql.github.com/docs/writing-codeql-queries/codeql-queries/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"http://github.github.com/github-flavored-markdown/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/getting-started-with-the-checks-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/ja/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/es/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/pt/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://codeql.github.com/docs/codeql-overview/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://resources.github.com/whitepapers/achieving-devsecops-maturity-github/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://github.com/settings/tokens/new","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/contributing-to-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/contributing-to-projects"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/getting-started-with-the-git-database-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/cn/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/ja/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/es/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/pt/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://client-demo.arkoselabs.com/github","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/get-started/onboarding/getting-started-with-github-team","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-team"} +{"url":"https://docs.github.com/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/working-with-github-support/about-github-premium-support-for-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/overview/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/en/apps/building-integrations/setting-up-and-registering-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-46622/images/check_suites.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/articles/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/assets/cb-42848/images/check_runs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/cn/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/ja/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/es/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/pt/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/en/codespaces/developing-in-codespaces/web-based-editor","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/articles/tracing-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/articles/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git/about-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/about-git"} +{"url":"https://docs.github.com/en/articles/commenting-on-the-diff-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/onboarding/getting-started-with-github-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-team"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/building-a-ci-server.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/cn/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://docs.github.com/ja/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://docs.github.com/es/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://docs.github.com/pt/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://github.com/octokit/octokit.net","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/assets/cb-14489/images/git-database-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/assets/cb-40236/images/check_run_annotations.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://github.com/octokit/octokit.rb","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://github.com/github/docs/edit/main/content/rest/emojis.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://docs.github.com/cn/get-started/onboarding/getting-started-with-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/get-started/onboarding/getting-started-with-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/get-started/onboarding/getting-started-with-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/get-started/onboarding/getting-started-with-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://github.com/octocat/Spoon-Knife/commit/cbc28e7c8caee26febc8c013b0adfb97a4edd96e","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://github.com/github/rest-api-description","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/openapi-description"} +{"url":"https://github.com/github/platform-samples/tree/master/api/ruby/discovering-resources-for-a-user","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://github.com/octocat/Spoon-Knife/pull/1176","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-github/github-mobile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-github/github-mobile"} +{"url":"https://github.com/jhutchings1/get-code-scanning-alerts-in-org-sample","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://github.com/Raynes/tentacles","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/en/articles/filtering-issues-and-pull-requests-by-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/onboarding/getting-started-with-github-enterprise-cloud.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/ja/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/es/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/pt/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/assets/cb-13883/images/help/stars/starring-a-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://github.com/SpinlockLabs/github.dart","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/fpco/GitHub","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/github/platform-samples/tree/master/api/ruby/working-with-comments","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://github.com/octokit/octokit.js","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://github.com/sdepold/octo.erl","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/sigma/gh.el","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/en/articles/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/assets/cb-57130/images/github-apps/github_apps_checks_fix_this_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/basics-of-authentication.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/cn/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/ja/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/es/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/pt/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/audit-log"} +{"url":"https://swagger.io/docs/specification/about/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/openapi-description"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://github.com/google/go-github","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/audit-log.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/cn/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/ja/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/es/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/pt/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://github.com/octokit/octokit.js/discussions/620","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/assets/cb-19661/images/help/stars/add-repo-to-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/assets/cb-15176/images/help/stars/navigate-to-stars-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/assets/cb-22724/images/help/stars/stars-dropdown-on-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/en/articles/about-identity-and-access-management-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/assets/cb-6966/images/help/stars/create-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/en/articles/about-github-s-ip-addresses","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/en/rest/reference/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/best-practices-for-integrators.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/ja/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/es/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/pt/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/openapi-description"} +{"url":"https://docs.github.com/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://github.com/k33g/gh3","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/plu/Pithub","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/philschatz/github-client","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"http://github.jcabi.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/delivering-deployments.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/cn/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/ja/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/es/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/pt/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://github.com/mirage/ocaml-github","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/michael/github","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-14335/images/help/stars/unstarring-a-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/en/guides/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/troubleshooting"} +{"url":"https://git-scm.com/book/ch5-2.html","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/assets/cb-131533/images/help/stars/lists-overview-on-stars-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/assets/cb-5200/images/help/stars/stars_search_bar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://github.com/GrahamCampbell/Laravel-GitHub","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/getting-started-with-the-rest-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/cn/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/artifacts"} +{"url":"https://docs.github.com/ja/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/artifacts"} +{"url":"https://docs.github.com/es/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/artifacts"} +{"url":"https://docs.github.com/pt/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/artifacts"} +{"url":"https://github.com/pksunkara/octonode","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"http://github-api.kohsuke.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/assets/cb-5921/images/help/stars/create-list-with-description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://github.com/github/docs/edit/main/content/rest/actions/artifacts.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/artifacts"} +{"url":"https://docs.github.com/cn/rest/dependency-graph/dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependency-graph/dependency-review"} +{"url":"https://docs.github.com/ja/rest/dependency-graph/dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependency-graph/dependency-review"} +{"url":"https://docs.github.com/es/rest/dependency-graph/dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependency-graph/dependency-review"} +{"url":"https://docs.github.com/pt/rest/dependency-graph/dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependency-graph/dependency-review"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://github.com/github/docs/edit/main/content/rest/dependency-graph/dependency-review.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependency-graph/dependency-review"} +{"url":"https://docs.github.com/cn/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codes-of-conduct"} +{"url":"https://docs.github.com/ja/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codes-of-conduct"} +{"url":"https://docs.github.com/es/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codes-of-conduct"} +{"url":"https://docs.github.com/pt/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codes-of-conduct"} +{"url":"https://github.com/github/docs/edit/main/content/rest/codes-of-conduct.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codes-of-conduct"} +{"url":"https://docs.github.com/cn/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/ja/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/es/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/pt/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/assets/cb-4915/images/help/stars/stars_filter_language.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://github.com/JuliaWeb/GitHub.jl","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/rauhryan/ghee","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/assets/cb-4315/images/help/stars/edit-list-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/advanced-security/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-18739/images/help/stars/stars_sort_menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/assets/cb-58580/images/help/stars/search-bar-for-starred-repos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/rendering-data-as-graphs.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/cn/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/feeds"} +{"url":"https://docs.github.com/ja/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/feeds"} +{"url":"https://docs.github.com/es/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/feeds"} +{"url":"https://docs.github.com/pt/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/feeds"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://guides.github.com/overviews/forking/","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server/rest/reference/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/troubleshooting"} +{"url":"https://github.com/jpaugh/agithub","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://github.com/github/docs/edit/main/content/rest/activity/feeds.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/feeds"} +{"url":"https://docs.github.com/cn/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/webhooks"} +{"url":"https://docs.github.com/ja/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/webhooks"} +{"url":"https://docs.github.com/es/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/webhooks"} +{"url":"https://docs.github.com/pt/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/webhooks"} +{"url":"https://docs.github.com/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/contributing-to-projects"} +{"url":"https://github.com/fayland/perl-net-github","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/demianbrecht/sanction","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/fastai/ghapi","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/github/docs/edit/main/content/rest/apps/webhooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/webhooks"} +{"url":"https://docs.github.com/cn/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/ja/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/es/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/pt/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/assets/cb-13520/images/help/stars/stars_filter_topic.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://github.com/PyGithub/PyGithub","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git/pushing-commits-to-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://github.com/github/docs/edit/main/content/rest/orgs/outside-collaborators.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/cn/rest/codespaces/repository-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/ja/rest/codespaces/repository-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/es/rest/codespaces/repository-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/pt/rest/codespaces/repository-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://github.com/turnkeylinux/octohub","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-github/keyboard-shortcuts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git/using-git-rebase-on-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/overview/troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/troubleshooting"} +{"url":"https://github.com/brettcannon/gidgethub","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/github/docs/edit/main/content/rest/codespaces/repository-secrets.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/cn/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/rest/meta"} +{"url":"https://docs.github.com/ja/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/rest/meta"} +{"url":"https://docs.github.com/es/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/rest/meta"} +{"url":"https://docs.github.com/pt/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/rest/meta"} +{"url":"https://github.com/microsoft/PowerShellForGitHub","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/KnpLabs/php-github-api","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/ducksboard/libsaas","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/github/docs/edit/main/content/rest/meta.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/meta"} +{"url":"https://docs.github.com/cn/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://docs.github.com/ja/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://docs.github.com/es/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://docs.github.com/pt/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://github.com/jkeylu/torngithub","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/sigmavirus24/github3.py","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/github/docs/edit/main/content/rest/actions/workflows.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://docs.github.com/cn/rest/interactions/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/interactions/orgs"} +{"url":"https://docs.github.com/ja/rest/interactions/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/interactions/orgs"} +{"url":"https://docs.github.com/es/rest/interactions/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/interactions/orgs"} +{"url":"https://docs.github.com/pt/rest/interactions/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/interactions/orgs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-git/getting-changes-from-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://github.com/github/docs/edit/main/content/rest/interactions/orgs.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/interactions/orgs"} +{"url":"https://docs.github.com/cn/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/events"} +{"url":"https://docs.github.com/ja/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/events"} +{"url":"https://docs.github.com/es/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/events"} +{"url":"https://docs.github.com/pt/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/overview/media-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/media-types"} +{"url":"https://github.com/github/docs/edit/main/content/rest/activity/events.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/events"} +{"url":"https://docs.github.com/cn/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deploy-keys"} +{"url":"https://docs.github.com/ja/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deploy-keys"} +{"url":"https://docs.github.com/es/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deploy-keys"} +{"url":"https://docs.github.com/pt/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deploy-keys"} +{"url":"https://docs.github.com/_next/static/chunks/831-64aea71748bc60cf2667.js","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://docs.github.com/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://github.com/github/docs/edit/main/content/rest/deploy-keys.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deploy-keys"} +{"url":"https://docs.github.com/cn/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/commits/comments"} +{"url":"https://docs.github.com/ja/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/commits/comments"} +{"url":"https://docs.github.com/es/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/commits/comments"} +{"url":"https://docs.github.com/pt/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/commits/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-github/troubleshooting-connectivity-problems","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://metacpan.org/pod/Net::GitHub","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/github/docs/edit/main/content/rest/commits/comments.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/commits/comments"} +{"url":"https://docs.github.com/cn/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists/comments"} +{"url":"https://docs.github.com/ja/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists/comments"} +{"url":"https://docs.github.com/es/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists/comments"} +{"url":"https://docs.github.com/pt/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists/comments"} +{"url":"https://github.com/github/docs/edit/main/content/rest/gists/comments.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists/comments"} +{"url":"https://docs.github.com/cn/rest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/rest/billing"} +{"url":"https://docs.github.com/ja/rest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/rest/billing"} +{"url":"https://docs.github.com/es/rest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/rest/billing"} +{"url":"https://docs.github.com/pt/rest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/rest/billing"} +{"url":"https://docs.github.com/_next/static/chunks/865-6cff549bfdbe3f262eb8.js","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://docs.github.com/assets/cb-48164/images/webhook_sample_url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/rest/%5Bcategory%5D-e815a1580fe847dfc08c.js","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://github.com/github/docs/edit/main/content/rest/billing.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/billing"} +{"url":"https://docs.github.com/cn/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependabot"} +{"url":"https://docs.github.com/ja/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependabot"} +{"url":"https://docs.github.com/es/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependabot"} +{"url":"https://docs.github.com/pt/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependabot"} +{"url":"https://docs.github.com/_next/static/chunks/265-32af620e5e1d72bb7b8a.js","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://github.com/github/docs/edit/main/content/rest/dependabot/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependabot"} +{"url":"https://docs.github.com/cn/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/blobs"} +{"url":"https://docs.github.com/ja/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/blobs"} +{"url":"https://docs.github.com/es/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/blobs"} +{"url":"https://docs.github.com/pt/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/blobs"} +{"url":"https://docs.github.com/assets/cb-17965/images/oauth_prompt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://github.com/XAMPPRocky/octocrab","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"http://www.ietf.org/rfc/rfc2617.txt","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://github.com/github/docs/edit/main/content/rest/git/blobs.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/blobs"} +{"url":"https://docs.github.com/cn/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/ja/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/es/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/pt/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://github.com/softprops/hubcat","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/whiteinge/ok.sh","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/47deg/github4s","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://github.com/github/docs/edit/main/content/rest/overview/endpoints-available-for-github-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/cn/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity"} +{"url":"https://docs.github.com/ja/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity"} +{"url":"https://docs.github.com/es/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity"} +{"url":"https://docs.github.com/pt/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity"} +{"url":"https://docs.github.com/_next/static/css/febe5e43f4156ad24d48.css","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://github.com/github/docs/edit/main/content/rest/activity/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity"} +{"url":"https://docs.github.com/cn/rest/apps/marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/marketplace"} +{"url":"https://docs.github.com/ja/rest/apps/marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/marketplace"} +{"url":"https://docs.github.com/es/rest/apps/marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/marketplace"} +{"url":"https://docs.github.com/pt/rest/apps/marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/marketplace"} +{"url":"https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://github.com/github/docs/edit/main/content/rest/apps/marketplace.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/marketplace"} +{"url":"https://docs.github.com/cn/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/external-groups"} +{"url":"https://docs.github.com/ja/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/external-groups"} +{"url":"https://docs.github.com/es/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/external-groups"} +{"url":"https://docs.github.com/pt/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/external-groups"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/building-a-ci-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://arkoselabs.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/en/apps/building-github-apps/authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/articles/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/get-started/using-github/troubleshooting-connectivity-problems","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/troubleshooting-connectivity-problems"} +{"url":"https://github.com/github/docs/edit/main/content/rest/teams/external-groups.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/external-groups"} +{"url":"https://docs.github.com/cn/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/ja/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/es/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/pt/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/en/apps/quickstart-guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://github.com/joomla-framework/github-api","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/peter-murach/github","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/_next/static/css/da6a82b4b9827a0ba101.css","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/customizing-your-github-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/admin-stats.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/cn/rest/users/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/blocking"} +{"url":"https://docs.github.com/ja/rest/users/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/blocking"} +{"url":"https://docs.github.com/es/rest/users/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/blocking"} +{"url":"https://docs.github.com/pt/rest/users/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/blocking"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/overview/libraries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://github.com/github/docs/edit/main/content/rest/users/blocking.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/blocking"} +{"url":"https://docs.github.com/cn/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/ja/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/es/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/pt/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/overview/other-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/other-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/customizing-your-github-workflow/exploring-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://github.com/github/docs/edit/main/content/rest/apps/oauth-applications.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/cn/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deployments/environments"} +{"url":"https://docs.github.com/ja/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deployments/environments"} +{"url":"https://docs.github.com/es/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deployments/environments"} +{"url":"https://docs.github.com/pt/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deployments/environments"} +{"url":"https://github.com/stars","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://github.com/github/docs/edit/main/content/rest/deployments/environments.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deployments/environments"} +{"url":"https://docs.github.com/cn/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/commits"} +{"url":"https://docs.github.com/ja/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/commits"} +{"url":"https://docs.github.com/es/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/commits"} +{"url":"https://docs.github.com/pt/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/commits"} +{"url":"https://github.com/github/docs/edit/main/content/rest/git/commits.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/commits"} +{"url":"https://docs.github.com/cn/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/refs"} +{"url":"https://docs.github.com/ja/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/refs"} +{"url":"https://docs.github.com/es/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/refs"} +{"url":"https://docs.github.com/pt/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/refs"} +{"url":"https://github.com/github/docs/edit/main/content/rest/git/refs.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/refs"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/es/github-ae@latest/rest","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/rest/%5Bcategory%5D/%5Bsubcategory%5D-11a00b8bdb7ce9bbfb94.js","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/enterprise-admin/audit-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides/discovering-resources-for-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/discovering-resources-for-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides/working-with-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/assets/cb-294801/images/personal_token.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"http://metacpan.org/module/Pithub","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://ngrok.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/actions/artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/artifacts"} +{"url":"https://docs.github.com/cn/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git"} +{"url":"https://docs.github.com/ja/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git"} +{"url":"https://docs.github.com/es/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git"} +{"url":"https://docs.github.com/pt/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git"} +{"url":"https://github.com/github/docs/edit/main/content/rest/git/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git"} +{"url":"https://docs.github.com/cn/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/rest/markdown"} +{"url":"https://docs.github.com/ja/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/rest/markdown"} +{"url":"https://docs.github.com/es/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/rest/markdown"} +{"url":"https://docs.github.com/pt/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/rest/markdown"} +{"url":"https://github.com/github/docs/edit/main/content/rest/markdown.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/markdown"} +{"url":"https://docs.github.com/cn/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/gpg-keys"} +{"url":"https://docs.github.com/ja/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/gpg-keys"} +{"url":"https://docs.github.com/es/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/gpg-keys"} +{"url":"https://docs.github.com/pt/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/gpg-keys"} +{"url":"https://github.com/github/docs/edit/main/content/rest/users/gpg-keys.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/gpg-keys"} +{"url":"https://docs.github.com/cn/rest/metrics/traffic","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/traffic"} +{"url":"https://docs.github.com/ja/rest/metrics/traffic","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/traffic"} +{"url":"https://docs.github.com/es/rest/metrics/traffic","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/traffic"} +{"url":"https://docs.github.com/pt/rest/metrics/traffic","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/traffic"} +{"url":"https://github.com/github/docs/edit/main/content/rest/metrics/traffic.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/traffic"} +{"url":"https://docs.github.com/cn/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/ja/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/es/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/pt/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/quickstart/github-glossary.md","state":"SKIPPED","parent":"https://docs.github.com/en/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/cn/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions"} +{"url":"https://docs.github.com/ja/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions"} +{"url":"https://docs.github.com/es/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions"} +{"url":"https://docs.github.com/pt/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions"} +{"url":"https://github.com/github/docs/edit/main/content/rest/actions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions"} +{"url":"https://docs.github.com/cn/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks"} +{"url":"https://docs.github.com/ja/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks"} +{"url":"https://docs.github.com/es/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks"} +{"url":"https://docs.github.com/pt/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/codes-of-conduct"} +{"url":"https://github.com/github/docs/edit/main/content/rest/webhooks/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks"} +{"url":"https://docs.github.com/cn/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://www.w3.org/wiki/LinkHeader","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/orgs/outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/activity/feeds","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/activity/feeds"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/rest/overview/endpoints-available-for-github-apps-a328563ddc79651510de.js","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/_next/static/css/c8dc22ead41424d62901.css","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://github.com/account/organizations/new?plan=business_plus","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://github.com/github/platform-samples/tree/master/api/ruby/building-a-ci-server","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://github.com/github/platform-samples/tree/master/api/","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://github.com/sinatra/sinatra-book/blob/master/book/Introduction.markdown","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://github.com/github/janky","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://github.com/integrations","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://en.wikipedia.org/wiki/Pretty_Good_Privacy","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/git/commits"} +{"url":"https://en.wikipedia.org/wiki/ISO_8601","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/git/commits"} +{"url":"https://github.com/resque/resque/","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/apps/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/webhooks"} +{"url":"https://github.com/github/platform-samples/tree/master/api/ruby/delivering-deployments","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"http://python-rq.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/rest/deploy_keys","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/rest/commits/comments"} +{"url":"https://docs.github.com/en/rest/reference/checks/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/actions/workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://docs.github.com/en/github/working-with-github-support/github-enterprise-cloud-support","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://github.com/archiloque/rest-client","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://git-scm.com/doc","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/github-glossary"} +{"url":"http://en.wikipedia.org/wiki/JSON","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"http://en.wikipedia.org/wiki/HTTP_ETag","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://github.com/github/platform-samples/tree/master/api/ruby/rendering-data-as-graphs","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://github.com/atmos/sinatra_auth_github","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://github.com/github/hubot","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://github.com/defunkt","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://github.com/atmos/heaven","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/en/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/deploy-keys"} +{"url":"https://dev.to/jackmarchant/offset-and-cursor-pagination-explained-b89","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/teams/external-groups"} +{"url":"https://git-scm.com/book/id/v2/Git-Tools-Signing-Your-Work","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/git/commits"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/overview/api-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/activity"} +{"url":"https://docs.github.com/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/enterprise-admin/audit-log"} +{"url":"http://en.wikipedia.org/wiki/Atom_(standard)","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/activity/feeds"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/issues/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/git/blobs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/git/blobs"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/assets/cb-91996/images/help/teams/list-of-members-selected-bulk.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/teams/external-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/teams/external-groups"} +{"url":"https://docs.github.com/assets/cb-10991/images/help/teams/user-bulk-management-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/git/refs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/git/refs"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/meta"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/apps/installations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/pulls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/git/tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/deployments/statuses","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"http://d3js.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/orgs/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/webhooks/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/managing-team-memberships-with-identity-provider-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides/getting-started-with-the-git-database-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://github.com/github/tweetsodium","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/migrations/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/activity/watching","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/repos/forks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/artifacts"} +{"url":"https://docs.github.com/en/articles/viewing-contributions-on-your-profile/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/github-glossary"} +{"url":"https://github.com/blog/1614-two-factor-authentication","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/get-started/onboarding/getting-started-with-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides/delivering-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/orgs/members","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/deployments/environments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/deployments/environments"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/projects/projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/webhooks/repo-deliveries","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/users/followers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/repos/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/issues/timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.4.html","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/webhooks"} +{"url":"https://pynacl.readthedocs.io/en/latest/public/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/gists/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/gists/comments"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/commits/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/checks/suites","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/pulls/review-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/collaborators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/projects/cards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/teams/discussion-comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/teams/teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/apps/oauth-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/oauth-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/enterprise-admin/audit-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/about-upgrades-to-new-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides/best-practices-for-integrators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/onboarding/getting-started-with-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/emojis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/emojis"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/apps/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"http://www.rabbitmq.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/admin-stats","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/scim","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/users","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides/getting-started-with-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/announcement","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/metrics/statistics","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/issues/events","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/pulls/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/about-githubs-ip-addresses","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/releases/releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/pulls/pulls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/deployments/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/actions/artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/dependency-graph/dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/dependency-graph/dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/codes-of-conduct","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/codes-of-conduct"} +{"url":"https://github.com/RubyCrypto/rbnacl","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/en/guides/traversing-with-pagination","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/issues/assignees","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/branches/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/git/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/git/commits"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/users/keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/repos/autolinks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/activity/starring","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/git/trees","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/license","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/about-the-github-enterprise-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/commits/statuses","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runner-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/projects/columns","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/repos/contents","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/actions/secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/teams/discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/orgs/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/users/gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/rest/reference/codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/checks/runs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/search","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides/rendering-data-as-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/issues/labels","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/projects/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/webhooks/repo-config","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"http://git-scm.com/book/en/v1/Git-Internals","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/users","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/teams/members","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/issues/milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://libsodium.gitbook.io/doc/bindings_for_other_languages","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://www.d3-graph-gallery.com/treemap.html","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://github.com/pubsubhubbub/PubSubHubbub","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/webhooks"} +{"url":"https://www.kernel.org/pub/software/scm/git/docs/gitglossary.html","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"http://curl.haxx.se/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/developers/apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/actions/permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/migrations/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/activity/events","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/activity/events"} +{"url":"http://github-flask.readthedocs.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/libraries"} +{"url":"https://docs.github.com/en/developers/apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/branches/branch-protection","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/users/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/commits/comments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/commits/comments"} +{"url":"https://docs.github.com/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/overview/endpoints-available-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/gists/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/releases/assets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/pulls/reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/commits/comments"} +{"url":"https://docs.github.com/github/getting-started-with-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/teams/external-groups"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://git-scm.com/book/en/v1/Git-Internals-Git-References","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/git/refs"} +{"url":"https://docs.github.com/en/rest/reference/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/billing"} +{"url":"https://git-scm.com/book/en/v1/Git-Internals-Git-Objects","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/git/blobs"} +{"url":"https://docs.github.com/actions/reference/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://docs.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/billing"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/users/blocking","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/users/blocking"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/apps/oauth-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/interactions/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/interactions/orgs"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/activity/notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/collaborators/invitations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/issues/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/git/refs"} +{"url":"http://www.recursion.org/d3-for-mere-mortals/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/activity/feeds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/activity/feeds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/apps/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/apps/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/codespaces/repository-secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/teams/external-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/teams/external-groups"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"http://nanoc.ws/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/meta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/meta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/activity/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/activity/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/overview/endpoints-available-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/commits/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/commits/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/billing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/enterprise-admin/admin-stats","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/enterprise-admin/admin-stats"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/gists/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/gists/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/git/blobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/git/blobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/apps/marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/markdown","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/markdown"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/github-glossary","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/assets/cb-14404/images/help/teams/select-and-confirm-new-role-bulk.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/en/marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/deployments/environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/deployments/environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/git"} +{"url":"https://docs.github.com/en/post-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://www.nuget.org/packages/Sodium.Core/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/en/actions/deployment/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/deployments/environments"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/deployments/environments"} +{"url":"https://api.travis-ci.org/docs/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/webhooks/configuring/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/actions/reference/environments","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/deployments/environments"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/collaborators/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/repos/lfs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-applications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/articles/converting-an-organization-member-to-an-outside-collaborator/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/en/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/cn/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/ja/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/es/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/pt/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/articles/about-github-s-ip-addresses/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/meta"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/articles/permission-levels-for-a-user-account-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/deploy-keys"} +{"url":"https://github.com/github/docs/edit/main/content/rest/overview/resources-in-the-rest-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/cn/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/starring"} +{"url":"https://docs.github.com/ja/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/starring"} +{"url":"https://docs.github.com/es/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/starring"} +{"url":"https://docs.github.com/pt/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/starring"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-advanced-security-features","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/activity/starring.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/starring"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/users/gpg-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/changing-team-visibility.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/cn/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/activity/events"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/best-practices-for-integrators"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/cn/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/installations"} +{"url":"https://docs.github.com/ja/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/installations"} +{"url":"https://docs.github.com/es/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/installations"} +{"url":"https://docs.github.com/pt/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/installations"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/pre-receive-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/apps/installations.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/installations"} +{"url":"https://docs.github.com/cn/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/tags"} +{"url":"https://docs.github.com/ja/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/tags"} +{"url":"https://docs.github.com/es/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/tags"} +{"url":"https://docs.github.com/pt/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/git/tags.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/git/tags"} +{"url":"https://docs.github.com/cn/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/projects/collaborators"} +{"url":"https://docs.github.com/ja/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/projects/collaborators"} +{"url":"https://docs.github.com/es/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/projects/collaborators"} +{"url":"https://docs.github.com/pt/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/projects/collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/projects/collaborators.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-minio","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-backups-on-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/managing-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/renaming-a-team.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/cn/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/keys"} +{"url":"https://docs.github.com/ja/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/keys"} +{"url":"https://docs.github.com/es/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/keys"} +{"url":"https://docs.github.com/pt/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/keys"} +{"url":"https://github.com/github/docs/edit/main/content/rest/users/keys.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users/keys"} +{"url":"https://docs.github.com/cn/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/milestones"} +{"url":"https://docs.github.com/ja/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/milestones"} +{"url":"https://docs.github.com/es/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/milestones"} +{"url":"https://docs.github.com/pt/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/milestones"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://developer.github.com/changes/2012-09-05-watcher-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/activity/starring"} +{"url":"https://github.com/github/docs/edit/main/content/rest/issues/milestones.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/milestones"} +{"url":"https://docs.github.com/cn/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists"} +{"url":"https://docs.github.com/ja/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists"} +{"url":"https://docs.github.com/es/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists"} +{"url":"https://docs.github.com/pt/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-support/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/gists/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists"} +{"url":"https://docs.github.com/cn/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"http://en.wikipedia.org/wiki/Unix_time","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://github.com/octokit","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/assets/cb-46410/images/help/teams/list-of-teams-selected.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://code.google.com/archive/p/html5security/wikis/CrossOriginRequestSecurity.wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/hannesg/uri_template","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/cn/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/rest/commits/statuses"} +{"url":"https://docs.github.com/ja/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/rest/commits/statuses"} +{"url":"https://docs.github.com/es/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/rest/commits/statuses"} +{"url":"https://docs.github.com/pt/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/rest/commits/statuses"} +{"url":"https://docs.github.com/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/rest/commits/statuses.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/commits/statuses"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://datatracker.ietf.org/doc/html/rfc6570","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/disabling-project-boards-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/cn/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/ja/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/es/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/pt/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-30370/images/help/billing/settings_billing_managers_list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/assets/cb-18814/images/help/teams/select-and-confirm-new-visibility.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://datatracker.ietf.org/doc/html/rfc5988","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://github.com/github/docs/edit/main/content/rest/overview/permissions-required-for-github-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/cn/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/assets/cb-50180/images/help/teams/team-bulk-management-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/cn/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gitignore"} +{"url":"https://docs.github.com/ja/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gitignore"} +{"url":"https://docs.github.com/es/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gitignore"} +{"url":"https://docs.github.com/pt/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gitignore"} +{"url":"https://docs.github.com/assets/cb-93620/images/help/billing/billing_manager_invite.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/rest/gitignore.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gitignore"} +{"url":"https://docs.github.com/cn/rest/interactions/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/interactions/repos"} +{"url":"https://docs.github.com/ja/rest/interactions/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/interactions/repos"} +{"url":"https://docs.github.com/es/rest/interactions/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/interactions/repos"} +{"url":"https://docs.github.com/pt/rest/interactions/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/interactions/repos"} +{"url":"https://github.com/github/docs/edit/main/content/rest/interactions/repos.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/interactions/repos"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://github.com/blog/1204-notifications-stars","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/activity/starring"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/assets/cb-104148/images/help/organizations/choose_whether_to_restore_org_member_info.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/assets/cb-12746/images/help/teams/team-name-description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/removing-organization-members-from-a-team.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/cn/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/watching"} +{"url":"https://docs.github.com/ja/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/watching"} +{"url":"https://docs.github.com/es/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/watching"} +{"url":"https://docs.github.com/pt/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/watching"} +{"url":"https://github.com/github/docs/edit/main/content/rest/activity/watching.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/watching"} +{"url":"https://docs.github.com/cn/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/collaborators"} +{"url":"https://docs.github.com/ja/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/collaborators"} +{"url":"https://docs.github.com/es/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/collaborators"} +{"url":"https://docs.github.com/pt/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/rest/collaborators"} +{"url":"https://github.com/github/docs/edit/main/content/rest/collaborators/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/collaborators"} +{"url":"https://docs.github.com/cn/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/en/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/assets/cb-27916/images/help/organizations/add-user-to-teams.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/assets/cb-13924/images/help/teams/choose-parent-team.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/rest/overview/media-types/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/commits/comments"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/assets/cb-43873/images/help/organizations/choose-new-member-role.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/assets/cb-10994/images/help/teams/confirm-new-parent-team.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/assets/cb-108769/images/help/projects/disable-org-projects-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/assets/cb-38836/images/help/organizations/add-role-send-invitation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/developers/webhooks-and-events/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/rest/reference/codespaces","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/assets/cb-6877/images/help/teams/bulk-edit-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/assets/cb-57112/images/help/organizations/add-moderators.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/assets/cb-14408/images/help/teams/team-member-check-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/installations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/git/tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/changing-team-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/articles/repository-permission-levels-for-an-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/deploy-keys"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/activity/starring","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/activity/starring"} +{"url":"https://docs.github.com/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/installations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-the-github-enterprise-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/changing-team-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/admin/configuration/configuring-github-connect/enabling-server-statistics-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/en/articles/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"http://www.w3.org/TR/cors/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/en/articles/canceling-or-editing-an-invitation-to-join-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/articles/moving-a-team-in-your-organization-s-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/rest/reference/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-applications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/activity/watching"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/git/tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/git/tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/projects/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/projects/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/renaming-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/apps/installations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/apps/installations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/users/keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/users/keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/issues/milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/issues/milestones"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/commits/statuses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/commits/statuses"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/about-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/network-ports","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/overview/permissions-required-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/activity/watching","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/activity/watching"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/interactions/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/interactions/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-support/about-github-enterprise-support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/requesting-to-add-a-child-team.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/collaborators/invitations"} +{"url":"https://docs.github.com/ja/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/collaborators/invitations"} +{"url":"https://docs.github.com/es/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/collaborators/invitations"} +{"url":"https://docs.github.com/pt/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/collaborators/invitations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/collaborators/invitations.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/collaborators/invitations"} +{"url":"https://docs.github.com/cn/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/es/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependabot/secrets"} +{"url":"https://docs.github.com/ja/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependabot/secrets"} +{"url":"https://docs.github.com/es/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependabot/secrets"} +{"url":"https://docs.github.com/pt/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependabot/secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/dependabot/secrets.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/dependabot/secrets"} +{"url":"https://docs.github.com/cn/rest/enterprise-admin/scim","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/scim"} +{"url":"https://docs.github.com/ja/rest/enterprise-admin/scim","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/scim"} +{"url":"https://docs.github.com/es/rest/enterprise-admin/scim","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/scim"} +{"url":"https://docs.github.com/pt/rest/enterprise-admin/scim","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/scim"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-aws","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/scim.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin/scim"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/creating-a-codespace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/about-system-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-repository-management-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/about-teams.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/cn/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases/releases"} +{"url":"https://docs.github.com/ja/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases/releases"} +{"url":"https://docs.github.com/es/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases/releases"} +{"url":"https://docs.github.com/pt/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases/releases"} +{"url":"https://docs.github.com/assets/cb-30114/images/help/teams/team-teams-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/rest/releases/releases.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases/releases"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/assets/cb-1747/images/help/teams/add-a-team.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/assets/cb-31973/images/help/teams/type-child-team-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/cn/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/members"} +{"url":"https://docs.github.com/ja/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/members"} +{"url":"https://docs.github.com/es/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/members"} +{"url":"https://docs.github.com/pt/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/members"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-advanced-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/teams/members.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/members"} +{"url":"https://docs.github.com/cn/rest/migrations/source-imports","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/source-imports"} +{"url":"https://docs.github.com/ja/rest/migrations/source-imports","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/source-imports"} +{"url":"https://docs.github.com/es/rest/migrations/source-imports","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/source-imports"} +{"url":"https://docs.github.com/pt/rest/migrations/source-imports","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/source-imports"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/deleting-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-131756/images/help/organizations/new_organization_page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://github.com/github/docs/edit/main/content/rest/migrations/source-imports.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/source-imports"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/assets/cb-71857/images/help/organizations/org_profile_view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/assets/cb-116043/images/help/organizations/pinned_repo_dialog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/assets/cb-12557/images/help/organizations/customize_pins_link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/converting-an-organization-into-a-user.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/cn/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/comments"} +{"url":"https://docs.github.com/ja/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/comments"} +{"url":"https://docs.github.com/es/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/comments"} +{"url":"https://docs.github.com/pt/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/comments"} +{"url":"https://docs.github.com/assets/cb-60209/images/help/teams/nested-teams-eng-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-103102/images/help/organizations/pin_repositories_link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/rest/pulls/comments.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/comments"} +{"url":"https://docs.github.com/cn/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations"} +{"url":"https://docs.github.com/ja/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations"} +{"url":"https://docs.github.com/es/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations"} +{"url":"https://docs.github.com/pt/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations"} +{"url":"https://github.com/github/docs/edit/main/content/rest/migrations/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations"} +{"url":"https://docs.github.com/cn/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides"} +{"url":"https://docs.github.com/ja/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides"} +{"url":"https://docs.github.com/es/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides"} +{"url":"https://docs.github.com/pt/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/assets/cb-100556/images/help/organizations/team-page-discussions-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/assets/cb-56332/images/help/teams/org-list-of-teams.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/assets/cb-17424/images/help/teams/team-mention.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/guides"} +{"url":"https://docs.github.com/cn/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists/gists"} +{"url":"https://docs.github.com/ja/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists/gists"} +{"url":"https://docs.github.com/es/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists/gists"} +{"url":"https://docs.github.com/pt/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists/gists"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://github.com/github/docs/edit/main/content/rest/gists/gists.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/gists/gists"} +{"url":"https://docs.github.com/cn/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users"} +{"url":"https://docs.github.com/ja/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users"} +{"url":"https://docs.github.com/es/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users"} +{"url":"https://docs.github.com/pt/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users"} +{"url":"https://github.com/github/docs/edit/main/content/rest/users/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/users"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-112710/images/help/organizations/invite_outside_collaborator_to_organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-63400/images/help/organizations/select-outside-collaborators.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/assets/cb-1904688/images/help/organizations/org_public_readme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/managing-team-synchronization-for-organizations-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/all-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/adding-organization-members-to-a-team.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/articles/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-security-vulnerabilities/editing-a-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/rest/guides-53f37db70b9eab8cad82.js","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/cn/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/checks/runs"} +{"url":"https://docs.github.com/ja/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/checks/runs"} +{"url":"https://docs.github.com/es/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/checks/runs"} +{"url":"https://docs.github.com/pt/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/checks/runs"} +{"url":"https://docs.github.com/en/articles/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/articles/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-51763/images/help/teams/team-and-subteam-members.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/rest/checks/runs.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/checks/runs"} +{"url":"https://docs.github.com/cn/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/assignees"} +{"url":"https://docs.github.com/ja/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/assignees"} +{"url":"https://docs.github.com/es/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/assignees"} +{"url":"https://docs.github.com/pt/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/assignees"} +{"url":"https://docs.github.com/en/articles/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/articles/setting-your-team-s-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/articles/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/about-teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://github.com/github/docs/edit/main/content/rest/issues/assignees.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/assignees"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/articles/changing-a-person-s-role-to-owner","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/en/articles/disabling-team-discussions-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/assets/cb-54829/images/electrocat.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/guides"} +{"url":"https://docs.github.com/assets/cb-133450/images/help/organizations/base-permissions-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/assets/cb-5091/images/help/teams/members-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/assets/cb-45600/images/help/organizations/base-permissions-confirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps"} +{"url":"https://docs.github.com/ja/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps"} +{"url":"https://docs.github.com/es/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps"} +{"url":"https://docs.github.com/pt/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps"} +{"url":"https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/guides/basics-of-authentication/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-13467/images/help/teams/add-team-member-repo-perms.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://github.com/github/docs/edit/main/content/rest/apps/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/assets/cb-18869/images/help/teams/add-member-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/assets/cb-48725/images/help/discussions/click-save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-49534/images/help/discussions/toggle-allow-users-with-read-access-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/articles/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/assets/cb-29903/images/help/settings/settings-third-party-approve-review.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/introduction-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-50849/images/help/settings/settings-third-party-approve-grant.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/cn/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/ja/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/es/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/pt/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/discussions/managing-discussions-for-your-community/managing-categories-for-discussions-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/releases/releases"} +{"url":"https://github.com/github/platform-samples","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/collaborators/invitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/collaborators/invitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/dependabot/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/dependabot/secrets"} +{"url":"https://docs.github.com/en/github/importing-your-projects-to-github/importing-a-repository-with-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/migrations/source-imports"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/enterprise-admin/scim","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/enterprise-admin/scim"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop"} +{"url":"https://docs.github.com/cn/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/ja/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/es/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/pt/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/assets/cb-28960/images/help/teams/team-role-modal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/about-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://github.com/github/docs/edit/main/content/rest/code-scanning.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/assets/cb-15110/images/help/teams/confirm-remove-outside-collaborators-bulk.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/assets/cb-1555293/images/help/organizations/org_member_readme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/cn/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/ja/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/es/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/pt/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks/repo-deliveries"} +{"url":"https://github.com/github/docs/edit/main/content/rest/webhooks/repo-deliveries.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/cn/rest/actions/cache","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/cache"} +{"url":"https://docs.github.com/ja/rest/actions/cache","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/cache"} +{"url":"https://docs.github.com/es/rest/actions/cache","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/cache"} +{"url":"https://docs.github.com/pt/rest/actions/cache","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/cache"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-6499/images/help/organizations/remove-access-to-this-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://github.com/github/docs/edit/main/content/rest/actions/cache.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/cache"} +{"url":"https://docs.github.com/cn/rest/metrics/community","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/community"} +{"url":"https://docs.github.com/ja/rest/metrics/community","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/community"} +{"url":"https://docs.github.com/es/rest/metrics/community","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/community"} +{"url":"https://docs.github.com/pt/rest/metrics/community","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/community"} +{"url":"https://docs.github.com/rest/reference/migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/migrations/source-imports"} +{"url":"https://github.com/github/docs/edit/main/content/rest/metrics/community.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/community"} +{"url":"https://docs.github.com/cn/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/notifications"} +{"url":"https://docs.github.com/ja/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/notifications"} +{"url":"https://docs.github.com/es/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/notifications"} +{"url":"https://docs.github.com/pt/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/notifications"} +{"url":"https://github.com/github/docs/edit/main/content/rest/activity/notifications.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/activity/notifications"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/assets/cb-11429/images/help/teams/user-bulk-management-options-for-outside-collaborators.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/en/articles/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/assets/cb-41068/images/help/teams/list-of-outside-collaborators-selected-bulk.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin"} +{"url":"https://docs.github.com/ja/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin"} +{"url":"https://docs.github.com/es/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin"} +{"url":"https://docs.github.com/pt/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://support.github.com/contact?tags=dotcom-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/migrations/source-imports"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/enterprise-admin"} +{"url":"https://docs.github.com/cn/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/apps"} +{"url":"https://docs.github.com/ja/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/apps"} +{"url":"https://docs.github.com/es/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/apps"} +{"url":"https://docs.github.com/pt/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/apps"} +{"url":"https://docs.github.com/assets/cb-16246/images/help/teams/confirm-remove-outside-collaborator-from-a-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/pulls/comments"} +{"url":"https://github.com/github/docs/edit/main/content/rest/apps/apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/apps/apps"} +{"url":"https://docs.github.com/cn/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deployments"} +{"url":"https://docs.github.com/ja/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deployments"} +{"url":"https://docs.github.com/es/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deployments"} +{"url":"https://docs.github.com/pt/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deployments"} +{"url":"https://docs.github.com/en/articles/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/pulls/comments"} +{"url":"https://github.com/github/docs/edit/main/content/rest/deployments/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/deployments"} +{"url":"https://docs.github.com/cn/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/statistics"} +{"url":"https://docs.github.com/ja/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/statistics"} +{"url":"https://docs.github.com/es/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/statistics"} +{"url":"https://docs.github.com/pt/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/statistics"} +{"url":"https://github.com/github/docs/edit/main/content/rest/metrics/statistics.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/metrics/statistics"} +{"url":"https://docs.github.com/cn/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/comments"} +{"url":"https://docs.github.com/ja/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/comments"} +{"url":"https://docs.github.com/es/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/comments"} +{"url":"https://docs.github.com/pt/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/comments"} +{"url":"https://github.com/github/docs/edit/main/content/rest/issues/comments.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/comments"} +{"url":"https://docs.github.com/cn/rest/migrations/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/orgs"} +{"url":"https://docs.github.com/ja/rest/migrations/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/orgs"} +{"url":"https://docs.github.com/es/rest/migrations/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/orgs"} +{"url":"https://docs.github.com/pt/rest/migrations/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/orgs"} +{"url":"https://github.com/github/docs/edit/main/content/rest/migrations/orgs.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/orgs"} +{"url":"https://docs.github.com/cn/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-12157/images/help/organizations/second-manage-access-selection-for-collaborator.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/cn/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/users"} +{"url":"https://docs.github.com/ja/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/users"} +{"url":"https://docs.github.com/es/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/users"} +{"url":"https://docs.github.com/pt/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/users"} +{"url":"https://github.com/github/docs/edit/main/content/rest/migrations/users.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/migrations/users"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/teams/members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/teams/members"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/cn/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks/repos"} +{"url":"https://docs.github.com/ja/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks/repos"} +{"url":"https://docs.github.com/es/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks/repos"} +{"url":"https://docs.github.com/pt/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks/repos"} +{"url":"https://github.com/github/docs/edit/main/content/rest/webhooks/repos.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/webhooks/repos"} +{"url":"https://docs.github.com/cn/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/permissions"} +{"url":"https://docs.github.com/ja/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/permissions"} +{"url":"https://docs.github.com/es/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/permissions"} +{"url":"https://docs.github.com/pt/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/permissions"} +{"url":"https://github.com/github/docs/edit/main/content/rest/actions/permissions.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/permissions"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/setting-your-teams-profile-picture.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/cn/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/migrating-to-improved-organization-permissions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-17689/images/help/teams/review-assignment-number.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/cn/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/en/articles/requesting-organization-approval-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/assets/cb-25906/images/help/teams/review-assignment-algorithm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/articles/synchronizing-teams-between-your-identity-provider-and-github/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/teams/members"} +{"url":"https://docs.github.com/articles/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/checks/runs"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/deleting-an-organization-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/cn/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/rest/checks/suites"} +{"url":"https://docs.github.com/ja/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/rest/checks/suites"} +{"url":"https://docs.github.com/es/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/rest/checks/suites"} +{"url":"https://docs.github.com/pt/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/rest/checks/suites"} +{"url":"https://github.com/github/docs/edit/main/content/rest/checks/suites.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/checks/suites"} +{"url":"https://docs.github.com/cn/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/tags"} +{"url":"https://docs.github.com/ja/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/tags"} +{"url":"https://docs.github.com/es/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/tags"} +{"url":"https://docs.github.com/pt/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/tags"} +{"url":"https://github.com/github/docs/edit/main/content/rest/repos/tags.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/tags"} +{"url":"https://docs.github.com/cn/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"http://www.gnu.org/software/gzip/manual/gzip.html","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/migrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/migrations"} +{"url":"https://docs.github.com/articles/versioning-large-files/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/migrations/source-imports"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/checks/runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-project-boards/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/creating-a-team.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/cn/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/reviews"} +{"url":"https://docs.github.com/ja/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/reviews"} +{"url":"https://docs.github.com/es/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/reviews"} +{"url":"https://docs.github.com/pt/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/reviews"} +{"url":"https://docs.github.com/assets/cb-10915/images/help/teams/review-assignment-notifications.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://github.com/github/docs/edit/main/content/rest/pulls/reviews.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/reviews"} +{"url":"https://docs.github.com/cn/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-20968/images/help/teams/review-assignment-skip-members.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/assets/cb-16186/images/help/teams/review-assignment-enable.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/gists/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/gists/gists"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/cn/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/rest/projects"} +{"url":"https://docs.github.com/ja/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/rest/projects"} +{"url":"https://docs.github.com/es/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/rest/projects"} +{"url":"https://docs.github.com/pt/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/rest/projects"} +{"url":"https://github.com/github/docs/edit/main/content/rest/projects/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/projects"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/cn/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/articles/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/assets/cb-44765/images/help/repository/manage-access-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/assets/cb-13748/images/help/organizations/allow-members-to-view-full-names.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-18203/images/help/teams/confirm-outside-collaborator-bulk.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-162795/images/help/organizations/actions-policy-allow-list-with-workflows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/assets/cb-8083/images/help/teams/org-team-set-new-team-avatar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/en/articles/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/assets/cb-8415/images/help/teams/org-team-profile-picture-upload.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/assets/cb-92248/images/help/organizations/actions-policy-with-workflows.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-81580/images/help/settings/actions-workflow-permissions-organization-with-pr-creation-approval.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/articles/disabling-oauth-app-access-restrictions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/assets/cb-5837/images/help/settings/settings-organization-delete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/assets/cb-8426/images/help/teams/migrate-all-legacy-admin-teams.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/assets/cb-14791/images/help/teams/confirm-migrate-all-legacy-admin-teams.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/assets/cb-14005/images/help/teams/migrate-a-legacy-admin-team.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/articles/reviewing-your-organization-s-installed-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/en/articles/denying-access-to-a-previously-approved-oauth-app-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/cn/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/assets/cb-12266/images/help/issues/commenter-full-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-51225/images/help/organizations/people-tab-export.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/en/articles/enabling-oauth-app-access-restrictions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/assets/cb-20864/images/help/2fa/2fa_noncompliance_audit_log_search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/rest/reference/teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/teams/members"} +{"url":"https://docs.github.com/en/actions/advanced-guides/caching-dependencies-to-speed-up-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/cache"} +{"url":"https://docs.github.com/en/articles/downgrading-your-organization-s-paid-seats","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/assets/cb-48223/images/help/settings/settings-third-party-deny-confirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-6564/images/help/settings/settings-third-party-deny-edit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-140644/images/help/projects/org-project-team-choose-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/assets/cb-25354/images/help/projects/select-project.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/assets/cb-9499/images/help/organizations/team-project-board-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-44414/images/help/organizations/require-2fa-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-19217/images/help/organizations/confirm-require-2fa.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-29801/images/help/organizations/disallow-members-to-delete-repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/assets/cb-41451/images/help/projects/add-a-team.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/assets/cb-3958/images/help/organizations/update-profile-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/assets/cb-15718/images/help/sponsors/organization-update-email-textbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/articles/assigning-issues-and-pull-requests-to-other-github-users/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/issues/assignees"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/rest/reference/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/en/articles/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/assets/cb-29050/images/help/billing/settings_billing_managers_remove_manager.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/issues/comments"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github/visualizing-repository-data-with-graphs/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/metrics/statistics"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/network-ports","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/assets/cb-21507/images/help/organizations/trash-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/code-scanning"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/issues/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/issues/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/articles/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/rest/reference/apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/webhooks/repo-deliveries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/webhooks/repo-deliveries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/activity/notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/activity/notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/metrics/community","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/metrics/community"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/actions/cache","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/cache"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/enterprise-admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/enterprise-admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/apps/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/apps/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/articles/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/organizations/keeping-your-organization-secure/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/migrations/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/migrations/orgs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/rest/reference/dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/dependabot/secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/migrations/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/migrations/users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/about-system-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/actions/permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/webhooks/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/webhooks/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/deleting-an-organization-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/migrating-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/creating-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/pulls/reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/pulls/reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/webhooks/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/webhooks/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/cn/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/cn/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/ja/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/es/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/pt/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/actions/workflow-runs.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/cn/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/ja/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/es/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/pt/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/self-hosted-runner-groups"} +{"url":"https://github.com/github/docs/edit/main/content/rest/actions/self-hosted-runner-groups.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/cn/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/members"} +{"url":"https://docs.github.com/ja/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/members"} +{"url":"https://docs.github.com/es/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/members"} +{"url":"https://docs.github.com/pt/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/members"} +{"url":"https://github.com/github/docs/edit/main/content/rest/orgs/members.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/members"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/webhooks"} +{"url":"https://docs.github.com/ja/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/webhooks"} +{"url":"https://docs.github.com/es/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/webhooks"} +{"url":"https://docs.github.com/pt/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/rest/orgs/webhooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/webhooks"} +{"url":"https://docs.github.com/cn/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/ja/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/es/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/pt/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=language%3Ago&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=amazing+language%3Ago&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/all-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/release-notes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/search.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/cn/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/labels"} +{"url":"https://docs.github.com/ja/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/labels"} +{"url":"https://docs.github.com/es/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/labels"} +{"url":"https://docs.github.com/pt/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/assets/cb-11202/images/help/teams/confirm-remove-members-bulk.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/rest/issues/labels.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/labels"} +{"url":"https://docs.github.com/cn/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/review-requests"} +{"url":"https://docs.github.com/ja/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/review-requests"} +{"url":"https://docs.github.com/es/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/review-requests"} +{"url":"https://docs.github.com/pt/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/review-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/pulls/review-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls/review-requests"} +{"url":"https://docs.github.com/cn/rest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/rest/packages"} +{"url":"https://docs.github.com/ja/rest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/rest/packages"} +{"url":"https://docs.github.com/es/rest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/rest/packages"} +{"url":"https://docs.github.com/pt/rest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/rest/packages"} +{"url":"https://github.com/github/docs/edit/main/content/rest/packages.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/packages"} +{"url":"https://docs.github.com/cn/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/issues"} +{"url":"https://docs.github.com/ja/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/issues"} +{"url":"https://docs.github.com/es/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/issues"} +{"url":"https://docs.github.com/pt/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/assets/cb-185355/images/help/projects/org-project-collaborators-choose-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://en.wikipedia.org/wiki/Query_string","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://github.com/github/docs/edit/main/content/rest/issues/issues.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues/issues"} +{"url":"https://docs.github.com/cn/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/ja/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/es/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/pt/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/self-hosted-runners"} +{"url":"https://github.com/github/docs/edit/main/content/rest/actions/self-hosted-runners.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/cn/rest/codespaces/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/codespaces"} +{"url":"https://docs.github.com/ja/rest/codespaces/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/codespaces"} +{"url":"https://docs.github.com/es/rest/codespaces/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/codespaces"} +{"url":"https://docs.github.com/pt/rest/codespaces/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/rest/codespaces/codespaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/codespaces"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/cn/rest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces"} +{"url":"https://docs.github.com/ja/rest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces"} +{"url":"https://docs.github.com/es/rest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces"} +{"url":"https://docs.github.com/pt/rest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/rest/codespaces/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces"} +{"url":"https://docs.github.com/cn/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs"} +{"url":"https://docs.github.com/ja/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs"} +{"url":"https://docs.github.com/es/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs"} +{"url":"https://docs.github.com/pt/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs"} +{"url":"https://github.com/github/docs/edit/main/content/rest/orgs/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/cn/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://developer.github.com/changes/2014-04-07-understanding-search-results-and-potential-timeouts/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/webhooks/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/apps"} +{"url":"https://docs.github.com/assets/cb-45070/images/text-match-search-api.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/apps/apps"} +{"url":"https://docs.github.com/en/search-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://microsoft.com/powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://github.githubassets.com/images/icons/emoji/unicode/1f353.png","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/issues/labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-advanced-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/cn/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/en/articles/best-practices-for-leaving-your-company","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/assets/cb-41336/images/help/organizations/disallow-members-to-change-repo-visibility.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls"} +{"url":"https://docs.github.com/ja/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls"} +{"url":"https://docs.github.com/es/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls"} +{"url":"https://docs.github.com/pt/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls"} +{"url":"https://docs.github.com/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/rest/pulls/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/pulls"} +{"url":"https://docs.github.com/cn/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/explorer"} +{"url":"https://docs.github.com/ja/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/explorer"} +{"url":"https://docs.github.com/es/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/explorer"} +{"url":"https://docs.github.com/pt/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/explorer"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/articles/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/managing-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/workflow-runs"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/overview/explorer.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/explorer"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/orgs/members"} +{"url":"https://github.com/jquery/jquery","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/workflow-runs"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/cn/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference"} +{"url":"https://docs.github.com/ja/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference"} +{"url":"https://docs.github.com/es/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference"} +{"url":"https://docs.github.com/pt/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference"} +{"url":"https://docs.github.com/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/en/actions/reference/environments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/reference/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference"} +{"url":"https://docs.github.com/cn/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/ja/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/es/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/pt/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/assets/cb-37332/images/help/settings/scheduled-reminders-tracked-repos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/workflow-runs"} +{"url":"https://github.com/ikatyang/emoji-cheat-sheet","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/issues/labels"} +{"url":"https://docs.github.com/assets/cb-8885/images/help/settings/scheduled-reminders-slack-channel.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/guides/using-global-node-ids.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/cn/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://docs.github.com/ja/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://docs.github.com/es/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://docs.github.com/pt/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/assets/cb-28723/images/help/settings/scheduled-reminders-ignore-approved-prs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/assets/cb-11756/images/help/settings/scheduled-reminders-ignored-terms-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://github.com/github/docs/edit/main/content/rest/orgs/orgs.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://docs.github.com/cn/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos"} +{"url":"https://docs.github.com/ja/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos"} +{"url":"https://docs.github.com/es/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos"} +{"url":"https://docs.github.com/pt/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos"} +{"url":"https://github.com/github/docs/edit/main/content/rest/repos/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos"} +{"url":"https://docs.github.com/cn/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases/assets"} +{"url":"https://docs.github.com/ja/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases/assets"} +{"url":"https://docs.github.com/es/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases/assets"} +{"url":"https://docs.github.com/pt/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases/assets"} +{"url":"https://docs.github.com/assets/cb-13246/images/help/settings/scheduled-reminders-required-labels-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/assets/cb-49556/images/help/settings/scheduled-reminders-remind-authors.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/assets/cb-10280/images/help/settings/scheduled-reminders-min-staleness-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://github.com/github/docs/edit/main/content/rest/releases/assets.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases/assets"} +{"url":"https://docs.github.com/cn/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases"} +{"url":"https://docs.github.com/ja/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases"} +{"url":"https://docs.github.com/es/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases"} +{"url":"https://docs.github.com/pt/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases"} +{"url":"https://docs.github.com/assets/cb-11609/images/help/settings/scheduled-reminders-prs-without-requests.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://github.com/github/docs/edit/main/content/rest/releases/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/releases"} +{"url":"https://docs.github.com/cn/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues"} +{"url":"https://docs.github.com/ja/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues"} +{"url":"https://docs.github.com/es/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues"} +{"url":"https://docs.github.com/pt/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues"} +{"url":"https://docs.github.com/assets/cb-7880/images/help/settings/scheduled-reminders-ignore-drafts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://github.com/github/docs/edit/main/content/rest/issues/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/issues"} +{"url":"https://docs.github.com/cn/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://docs.github.com/ja/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://docs.github.com/es/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://docs.github.com/pt/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://docs.github.com/assets/cb-9909/images/help/settings/scheduled-reminders-min-age-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/assets/cb-12442/images/help/settings/scheduled-reminders-ignored-labels-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://github.com/github/docs/edit/main/content/rest/oauth-authorizations.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/assets/cb-19928/images/help/settings/scheduled-reminders-edit-existing.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/assets/cb-26510/images/help/organizations/pending-invitation-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/_next/static/css/0dd221d39b4f2cb4c844.css","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/explorer"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/renaming-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/cn/graphql/guides/using-the-graphql-api-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions"} +{"url":"https://docs.github.com/ja/graphql/guides/using-the-graphql-api-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions"} +{"url":"https://docs.github.com/es/graphql/guides/using-the-graphql-api-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions"} +{"url":"https://docs.github.com/pt/graphql/guides/using-the-graphql-api-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions"} +{"url":"https://docs.github.com/assets/cb-14497/images/help/organizations/edit-invitation-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/assets/cb-45452/images/help/organizations/update-cancel-invitation-buttons-for-dotcom-and-2.8.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/guides/using-the-graphql-api-for-discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions"} +{"url":"https://docs.github.com/cn/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/cn/rest/orgs/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/blocking"} +{"url":"https://docs.github.com/ja/rest/orgs/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/blocking"} +{"url":"https://docs.github.com/es/rest/orgs/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/blocking"} +{"url":"https://docs.github.com/pt/rest/orgs/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/blocking"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/graphql/overview/explorer-1e5120c1293a2de2e81e.js","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/explorer"} +{"url":"https://github.com/github/docs/edit/main/content/rest/orgs/blocking.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/blocking"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/en/articles/limiting-interactions-with-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://developer.github.com/changes/2017-12-19-graphql-node-id/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/autolinks"} +{"url":"https://docs.github.com/ja/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/autolinks"} +{"url":"https://docs.github.com/es/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/autolinks"} +{"url":"https://docs.github.com/pt/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/autolinks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/overview/explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/actions/self-hosted-runner-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/self-hosted-runner-groups"} +{"url":"https://github.com/github/docs/edit/main/content/rest/repos/autolinks.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/autolinks"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/actions/workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/assets/cb-8447/images/help/settings/settings-rename-organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/orgs/members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/orgs/members"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/reference","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/reference"} +{"url":"https://docs.github.com/en/articles/changing-the-duration-of-your-billing-cycle","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/search","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/assets/cb-24893/images/help/organizations/scheduled-reminders-add-teams.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/using-global-node-ids"} +{"url":"https://graphql.github.io/learn/queries/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/using-global-node-ids"} +{"url":"https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://docs.github.com/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/articles/searching-topics/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/cn/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/ja/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/es/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/pt/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-backups-on-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/articles/upgrading-to-the-corporate-terms-of-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-57835/images/help/teams/owners-team-delete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/assets/cb-22461/images/help/teams/owners-team-save-and-continue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/articles/reviewing-the-audit-log-for-your-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-43563/images/help/teams/owners-team-new-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/articles/searching-for-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://github.com/github/docs/edit/main/content/rest/repos/repos.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/cn/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/ja/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/es/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/pt/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-your-scheduled-reminders","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/assets/cb-37477/images/help/teams/okay-got-it.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/using-concurrency.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/cn/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/ja/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/es/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/pt/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/assets/cb-33383/images/help/teams/owners-team.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/articles/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/running-jobs-in-a-container.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/cn/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/ja/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/es/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/pt/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/defining-outputs-for-jobs.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/en/articles/removing-a-billing-manager-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"http://en.wikipedia.org/wiki/Server_Name_Indication","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/releases/assets"} +{"url":"https://docs.github.com/articles/transferring-an-issue-to-another-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/issues/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/cn/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams"} +{"url":"https://docs.github.com/ja/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams"} +{"url":"https://docs.github.com/es/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams"} +{"url":"https://docs.github.com/pt/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams"} +{"url":"https://github.com/github/docs/edit/main/content/rest/teams/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams"} +{"url":"https://docs.github.com/cn/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/ja/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/es/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/pt/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://www.iana.org/assignments/media-types/media-types.xhtml","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/releases/assets"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://graphql.github.com/explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/explorer"} +{"url":"https://docs.github.com/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/canceling-a-workflow.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/cn/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/ja/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/es/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/pt/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/cn/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/ja/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/es/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/pt/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/issues/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/issues/issues"} +{"url":"https://developer.github.com/changes/2019-12-03-internal-visibility-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/issues/labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/issues/labels"} +{"url":"https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/manually-running-a-workflow.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/cn/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/ja/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/es/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/pt/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/guides/migrating-from-rest-to-graphql.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/cn/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/ja/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/es/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/pt/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/disabling-and-enabling-a-workflow.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/cn/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/ja/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/es/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/pt/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/search"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/overview/public-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/cn/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/contents"} +{"url":"https://docs.github.com/ja/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/contents"} +{"url":"https://docs.github.com/es/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/contents"} +{"url":"https://docs.github.com/pt/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/contents"} +{"url":"https://github.com/github/docs/edit/main/content/rest/repos/contents.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/repos/contents"} +{"url":"https://docs.github.com/cn/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/ja/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/es/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/pt/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/environment-variables"} +{"url":"https://github.com/github/docs/edit/main/content/actions/learn-github-actions/environment-variables.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/cn/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/ja/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/es/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/pt/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/codespaces/codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/codespaces/codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/actions/self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/self-hosted-runners"} +{"url":"https://github.com/github/docs/edit/main/content/actions/publishing-packages/about-packaging-with-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/cn/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://docs.github.com/ja/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://docs.github.com/es/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://docs.github.com/pt/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/orgs"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/guides/migrating-from-rest-to-graphql","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/cn/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/ja/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/es/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/pt/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/reference/scalars","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-peoples-access-to-your-organization-with-roles/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/cn/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time"} +{"url":"https://docs.github.com/ja/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time"} +{"url":"https://docs.github.com/es/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time"} +{"url":"https://docs.github.com/pt/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time"} +{"url":"https://docs.github.com/en/github/managing-security-vulnerabilities/editing-a-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/developers/apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/en/articles/about-authentication-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://docs.github.com/en/articles/managing-team-access-to-an-organization-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-22591/images/help/settings/actions-runner-active-jobs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs/using-concurrency"} +{"url":"https://github.com/github/docs/edit/main/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.docker.com/engine/reference/commandline/create/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-groups-in-organizations/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/using-global-node-ids"} +{"url":"https://docs.docker.com/engine/reference/commandline/login/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/cn/desktop/installing-and-configuring-github-desktop/overview","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview"} +{"url":"https://docs.github.com/ja/desktop/installing-and-configuring-github-desktop/overview","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview"} +{"url":"https://docs.github.com/es/desktop/installing-and-configuring-github-desktop/overview","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview"} +{"url":"https://docs.github.com/pt/desktop/installing-and-configuring-github-desktop/overview","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/installing-and-configuring-github-desktop/overview/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/articles/publicizing-or-concealing-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://docs.github.com/articles/creating-an-access-token-for-command-line-use","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/assets/cb-82256/images/help/repository/in-progress-run.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/rest/branches/branches"} +{"url":"https://docs.github.com/ja/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/rest/branches/branches"} +{"url":"https://docs.github.com/es/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/rest/branches/branches"} +{"url":"https://docs.github.com/pt/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/rest/branches/branches"} +{"url":"https://github.com/github/docs/edit/main/content/rest/branches/branches.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/branches/branches"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/articles/about-identity-and-access-management-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/assets/cb-72540/images/actions-select-workflow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/assets/cb-25547/images/help/repository/cancel-check-suite-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/assets/cb-22017/images/actions-manually-run-workflow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/assets/cb-5805/images/help/repository/actions-find-disabled-workflow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/assets/cb-34430/images/help/repository/actions-disable-workflow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/assets/cb-57703/images/actions-workflow-dispatch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-your-team/creating-a-team-discussion.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-30299/images/help/repository/actions-workflow-menu-kebab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/assets/cb-21494/images/help/images/workflow-template-files.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://rtyley.github.io/bfg-repo-cleaner/","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/assets/cb-14669/images/help/2fa/filter-outside-collaborators-by-2fa.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/assets/cb-48725/images/help/repository/superlinter-workflow-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/assets/cb-44923/images/help/2fa/filter-org-members-by-2fa.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-your-team/pinning-a-team-discussion.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/assets/cb-21443/images/help/organizations/account-context-switcher-selected-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/assets/cb-7139/images/help/organizations/account_context_switcher.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/assets/cb-6879/images/help/organizations/app-managers-sidebar-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/cn/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/ja/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/es/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/pt/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/overview/explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/overview/explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/pulls"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/cn/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides"} +{"url":"https://docs.github.com/ja/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides"} +{"url":"https://docs.github.com/es/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides"} +{"url":"https://docs.github.com/pt/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/guides/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/en/github/administering-a-repository/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/autolinks"} +{"url":"https://docs.github.com/assets/cb-35408/images/help/repository/actions-enable-workflow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/cn/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/ja/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/es/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/pt/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/en/code-security/secret-security/about-secret-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/rest/teams/discussion-comments.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/cn/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/ja/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/es/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/pt/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-concurrency","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://git-scm.com/docs/gitk","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-65841/images/help/projects/edit-team-discussions-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/assets/cb-11128/images/help/dashboard/repositories-from-organization-dashboard.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://github.com/newren/git-filter-repo/blob/main/INSTALL.md","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/about-workflows.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/cn/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/ja/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/es/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/pt/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/assets/cb-106784/images/help/repository/run-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time"} +{"url":"https://docs.github.com/en/articles/managing-an-individual-s-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-90765/images/help/projects/update-comment-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/overview/breaking-changes.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/cn/actions/using-github-hosted-runners/monitoring-your-current-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/ja/actions/using-github-hosted-runners/monitoring-your-current-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/es/actions/using-github-hosted-runners/monitoring-your-current-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/pt/actions/using-github-hosted-runners/monitoring-your-current-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/assets/cb-12358/images/help/teams/org-team-page-discussions-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/assets/cb-35110/images/help/repository/actions-select-disabled-workflow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/rest/reference/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-github-hosted-runners/monitoring-your-current-jobs.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/cn/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/ja/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/es/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/pt/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/en/articles/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/apps/building-oauth-apps/authorizing-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://github.com/github/docs/edit/main/content/rest/orgs/custom-roles.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/cn/rest/codespaces/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/secrets"} +{"url":"https://docs.github.com/ja/rest/codespaces/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/secrets"} +{"url":"https://docs.github.com/es/rest/codespaces/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/secrets"} +{"url":"https://docs.github.com/pt/rest/codespaces/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/secrets"} +{"url":"https://docs.github.com/assets/cb-11176/images/help/organizations/github-app-manager-revoke-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/rest/codespaces/secrets.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/codespaces/secrets"} +{"url":"https://docs.github.com/cn/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/ja/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/es/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/pt/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/assets/cb-16001/images/help/organizations/github-app-manager-revoke-permissions-individual-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://github.com/github/docs/edit/main/content/rest/actions/workflow-jobs.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/cn/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/ja/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/es/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/pt/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/assets/cb-55972/images/help/organizations/repo-default-name-update.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-57682/images/help/organizations/repo-default-name-text.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-140342/images/help/organizations/repo-access-security-managers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-32498/images/help/organizations/add-security-managers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/guides/using-global-node-ids","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/assets/cb-8849/images/help/organizations/select-github-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/learn-github-actions/finding-and-customizing-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference"} +{"url":"https://docs.github.com/assets/cb-54400/images/help/organizations/repo-default-name-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-93187/images/help/organizations/business-name-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/assets/cb-88062/images/help/organizations/accept-terms-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/assets/cb-23097/images/help/dashboard/dashboard-context-switcher.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/ja/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/es/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/pt/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/assets/cb-51553/images/help/organizations/button-sign-corporate-tos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/github/getting-started-with-github/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/assets/cb-150789/images/help/organizations/account-settings-tos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/assets/cb-68531/images/help/organizations/sign-on-behalf-business.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/assets/cb-35131/images/help/organizations/remove-security-managers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-41724/images/help/projects/team-discussions-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/assets/cb-50791/images/help/projects/team-discussions-comment-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/assets/cb-25843/images/help/projects/team-discussions-privacy-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/releases/assets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/releases/assets"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/orgs/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/oauth-authorizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/renaming-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/security-guides/security-hardening-for-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/cn/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages"} +{"url":"https://docs.github.com/ja/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages"} +{"url":"https://docs.github.com/es/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages"} +{"url":"https://docs.github.com/pt/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages"} +{"url":"https://docs.github.com/rest/reference/oauth-authorizations/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/oauth-authorizations"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/environment-variables"} +{"url":"https://github.com/github/docs/edit/main/content/actions/publishing-packages/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages"} +{"url":"https://docs.github.com/cn/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/ja/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/es/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/pt/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/articles/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/orgs/blocking","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/orgs/blocking"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/guides/using-the-graphql-api-for-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions"} +{"url":"https://docs.github.com/assets/cb-25535/images/help/images/overview-actions-simple.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/assets/cb-54215/images/help/pull_requests/actions-approve-and-run-workflows-from-fork.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/articles/about-security-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/en/articles/following-people","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/code-security/secret-scanning/protecting-pushes-with-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/managing-remote-repositories"} +{"url":"https://docs.github.com/assets/cb-51606/images/help/images/learn-github-actions-run.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/assets/cb-69522/images/help/images/overview-actions-result-updated-2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/assets/cb-51456/images/help/images/learn-github-actions-workflow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/assets/cb-54153/images/help/images/overview-actions-result-navigate.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/assets/cb-28129/images/help/images/learn-github-actions-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/assets/cb-33882/images/help/images/overview-actions-event.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/assets/cb-11047/images/help/organizations/add-github-app-manager-for-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/workflow-syntax-for-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/rest/teams/team-sync","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/team-sync"} +{"url":"https://docs.github.com/ja/rest/teams/team-sync","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/team-sync"} +{"url":"https://docs.github.com/es/rest/teams/team-sync","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/team-sync"} +{"url":"https://docs.github.com/pt/rest/teams/team-sync","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/team-sync"} +{"url":"https://github.com/github/docs/edit/main/content/rest/teams/team-sync.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/teams/team-sync"} +{"url":"https://docs.github.com/cn/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/ja/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/es/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/pt/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://graphql.github.io/graphql-spec/June2018/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/security-hardening-your-deployments/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/assets/cb-204462/images/help/projects/baseline-project-permissions-for-organization-members.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/assets/cb-24920/images/help/images/example-script-injection-pr-title.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/assets/cb-28350/images/help/images/example-script-injection-result.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-java-with-maven.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/en/packages/publishing-and-managing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/cn/graphql/guides/migrating-graphql-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/ja/graphql/guides/migrating-graphql-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/es/graphql/guides/migrating-graphql-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/pt/graphql/guides/migrating-graphql-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/assets/cb-111070/images/help/repository/audit-log-entries.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-11534/images/help/organizations/add-github-app-manager.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/guides/migrating-graphql-global-node-ids.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/cn/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/ja/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/es/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/pt/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/en/articles/configuring-automated-security-fixes","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/assets/cb-60200/images/help/repository/actions-sidebar-detailed-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/assets/cb-21760/images/help/repository/actions-edit-workflow-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/repos/autolinks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/repos/autolinks"} +{"url":"https://docs.github.com/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://github.com/github/docs/edit/main/content/actions/learn-github-actions/essential-features-of-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/cn/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/ja/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/es/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/pt/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/assets/cb-1626/images/help/projects/pin-discussion-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-118376/images/help/repository/actions-marketplace-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/cn/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/ja/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/es/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/pt/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/code-security/secret-security/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/actions/using-jobs/using-concurrency","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/using-concurrency"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/using-jobs-in-a-workflow.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/cn/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/ja/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/es/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/pt/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/articles/securing-your-account-with-two-factor-authentication-2fa/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://docs.github.com/graphql/guides/using-the-graphql-api-for-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/rest/repos/contents","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/contents"} +{"url":"https://docs.github.com/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/environment-variables"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-swift.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/repos/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/assets/cb-46807/images/help/images/example-script-injection-mitigated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/reusing-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-net.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/cn/actions/creating-actions/publishing-actions-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/ja/actions/creating-actions/publishing-actions-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/es/actions/creating-actions/publishing-actions-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/pt/actions/creating-actions/publishing-actions-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/teams"} +{"url":"https://docs.github.com/en/packages/publishing-and-managing-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/removing-sensitive-data-from-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-jobs/using-concurrency","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/using-concurrency"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-jobs/running-jobs-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-jobs/defining-outputs-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/learn-github-actions/environment-variables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/en/rest/reference/actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://github.com/actions/starter-workflows","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/en/articles/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-60063/images/help/images/workflow-graph-job.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/publishing-actions-in-github-marketplace.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/cn/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/ja/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/es/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/pt/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/en/codespaces/about-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://github.com/actions/starter-workflows/blob/main/ci/docker-image.yml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/github-ae@latest/get-started/quickstart/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://github.com/marketplace/actions/","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://github.com/actions/toolkit/tree/main/packages/core","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/cn/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-containerized-services"} +{"url":"https://docs.github.com/ja/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-containerized-services"} +{"url":"https://docs.github.com/es/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-containerized-services"} +{"url":"https://docs.github.com/pt/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-containerized-services"} +{"url":"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/articles/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/branches/branches"} +{"url":"https://github.com/marketplace/actions/ossf-scorecard-action","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-containerized-services/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-containerized-services"} +{"url":"https://docs.github.com/cn/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/ja/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/es/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/pt/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/articles/licensing-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/overview/about-the-graphql-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/cn/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/ja/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/es/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/pt/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/about-deployments"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/about-deployments/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/cn/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/ja/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/es/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/pt/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/managing-your-deployments/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/cn/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs"} +{"url":"https://docs.github.com/ja/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs"} +{"url":"https://docs.github.com/es/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs"} +{"url":"https://docs.github.com/pt/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs"} +{"url":"https://docs.github.com/en/articles/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-workflow-runs/canceling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs"} +{"url":"https://docs.github.com/cn/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/scalars"} +{"url":"https://docs.github.com/ja/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/scalars"} +{"url":"https://docs.github.com/es/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/scalars"} +{"url":"https://docs.github.com/pt/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/scalars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-workflow-runs/manually-running-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/reference/scalars.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/scalars"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/guides/migrating-from-rest-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/creating-starter-workflows-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/publishing-packages/about-packaging-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://github.com/github/roadmap/issues/74","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/about-continuous-integration.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/ja/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/es/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/pt/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://github.com/ossf/scorecard","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/actions/getting-started-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/articles/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://github.com/koalaman/shellcheck/wiki/SC2086","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/articles/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs"} +{"url":"https://github.com/github/docs/edit/main/content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/cn/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/ja/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/es/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/pt/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/repos/contents","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/repos/contents"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/en/articles/customizing-your-repositorys-social-media-preview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/guides/using-the-explorer.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/cn/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/ja/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/es/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/pt/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-your-team/creating-a-team-discussion","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/en/articles/events-that-trigger-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/articles/deleting-an-issue","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/guides/introduction-to-graphql.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/cn/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-issues-and-pull-requests/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment"} +{"url":"https://docs.github.com/ja/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment"} +{"url":"https://docs.github.com/es/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment"} +{"url":"https://docs.github.com/pt/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment"} +{"url":"https://docs.github.com/cn/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/queries"} +{"url":"https://docs.github.com/ja/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/queries"} +{"url":"https://docs.github.com/es/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/queries"} +{"url":"https://docs.github.com/pt/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/reference/queries.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/queries"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-apps/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/cn/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/en/actions/guides/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/orgs/custom-roles"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/cn/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/ja/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/es/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/pt/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/guides/forming-calls-with-graphql.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/cn/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/ja/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/es/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/pt/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/using-conditions-to-control-job-execution.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/cn/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/ja/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/es/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/pt/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/targeting-different-environments/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/cn/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/ja/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/es/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/pt/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-groups-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-peoples-access-to-your-organization-with-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart/set-up-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://github.com/github/docs/edit/main/content/actions/learn-github-actions/contexts.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization"} +{"url":"https://docs.github.com/cn/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/ja/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/es/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/pt/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-your-team/creating-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://github.com/search?q=%22uses%3A+actions%2Fstale%22&type=code","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-issues-and-pull-requests/closing-inactive-issues.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/cn/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/ja/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/es/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/pt/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/assets/cb-63715/images/help/images/workflow-graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/cn/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview"} +{"url":"https://docs.github.com/ja/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview"} +{"url":"https://docs.github.com/es/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview"} +{"url":"https://docs.github.com/pt/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview"} +{"url":"https://github.com/github/docs/edit/main/content/rest/overview/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/overview"} +{"url":"https://docs.github.com/cn/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/ja/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/es/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/pt/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/learn-github-actions/understanding-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/cn/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/ja/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/es/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/pt/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://hub.docker.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://graphql.org/learn/queries/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://github.com/search?q=%22uses:+andymckay/labeler%22&type=code","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/ja/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/es/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/pt/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/migrating-to-github-actions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/cn/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/es/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/assets/cb-137051/images/help/repository/marketplace_actions_fixerrors.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"http://maven.apache.org/guides/getting-started/index.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/assets/cb-27796/images/help/repository/actions-marketplace-unpublish.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://developer.apple.com/documentation/swift_packages","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/assets/cb-232652/images/help/repository/ci-with-actions-template-picker.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/cn/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/ja/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/es/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/pt/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/assets/cb-6722/images/help/repository/actions-workflow-status-badge.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/assets/cb-76318/images/developer/graphiql-headers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/assets/cb-20133/images/help/repository/marketplace_actions_version.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/creating-a-composite-action.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/cn/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/ja/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/es/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/pt/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/reference/interfaces","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://github.com/marketplace/actions/setup-java-jdk","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://github.com/actions/cache","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/cn/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/ja/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/es/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/pt/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://github.com/actions/starter-workflows/blob/main/ci/maven.yml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://en.wikipedia.org/wiki/IEEE_floating_point","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/reference/scalars"} +{"url":"https://github.com/actions/setup-java","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/assets/cb-17644/images/help/repository/publish-github-action-to-markeplace-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/cn/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/ja/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/es/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/pt/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/assets/cb-47052/images/help/repository/marketplace_actions_looksgood.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/assets/cb-30205/images/help/releases/release-edit-btn.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-corporate-terms-of-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://nodejs.org/en/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/assets/cb-12773/images/help/repository/marketplace_actions_categories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/assets/cb-30828/images/help/repository/marketplace_actions_publish.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/assets/cb-6553/images/help/repository/marketplace_actions_publishrelease.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/en/articles/transferring-an-issue-to-another-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/assets/cb-33559/images/help/repository/actions-marketplace-update-release.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/fork-a-repo","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/cn/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://github.com/marketplace/actions/setup-swift","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://github.com/actions/starter-workflows/blob/main/ci/swift.yml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/en/actions/creating-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://graphql.github.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/assets/cb-38483/images/help/repository/skipped-required-run-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://graphql.github.io/learn/pagination/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://graphql.github.io/learn/introspection/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://graphql.github.io/learn/validation/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://graphql.github.io/learn/execution/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/dockerfile-support-for-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/assets/cb-26489/images/help/settings/settings-third-party-confirm-disable.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://graphql.github.io/learn/schema/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-swift","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/assets/cb-35029/images/help/settings/settings-third-party-remove-restrictions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-32851/images/help/repository/view-run-billable-time.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/en/actions/guides/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/about-deployments"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/getting-started-with-apps/activating-optional-features-for-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/ja/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/es/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/pt/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/actions/workflow-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/en/actions/guides/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/assets/cb-48049/images/help/organizations/toggle-integration-repo-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/rest/overview-0ec03bdae3b0945993a8.js","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/overview"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-containerized-services"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://github.com/marketplace/actions/cache","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/articles/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://github.com/actions/setup-dotnet","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://github.com/ruby/setup-ruby","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/cn/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/ja/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/es/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/pt/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://github.com/actions/setup-python","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://github.com/marketplace/actions/setup-net-core-sdk","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs"} +{"url":"https://docs.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/en/actions/guides/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://github.blog/2016-09-14-the-github-graphql-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/about-the-graphql-api"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/cn/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://docs.github.com/ja/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://docs.github.com/es/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://docs.github.com/pt/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://graphql.org/learn/pagination/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://stedolan.github.io/jq/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://docs.github.com/cn/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions"} +{"url":"https://docs.github.com/ja/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions"} +{"url":"https://docs.github.com/es/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions"} +{"url":"https://docs.github.com/pt/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions"} +{"url":"https://github.blog/2021-02-10-new-global-id-format-coming-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment"} +{"url":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/about-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://github.com/github/docs/edit/main/content/actions/learn-github-actions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/teams/discussion-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/teams/discussion-comments"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise"} +{"url":"https://docs.github.com/cn/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/ja/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/es/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/pt/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/codespaces/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/codespaces/secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/overview/breaking-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/overview/breaking-changes"} +{"url":"https://mywiki.wooledge.org/BashPitfalls","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/learn-github-actions/finding-and-customizing-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/orgs/custom-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/orgs/custom-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/security-guides/security-hardening-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/quickstart.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/cn/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/public-schema"} +{"url":"https://docs.github.com/ja/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/public-schema"} +{"url":"https://docs.github.com/es/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/public-schema"} +{"url":"https://docs.github.com/pt/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/public-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/overview/public-schema.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/public-schema"} +{"url":"https://docs.github.com/cn/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/ja/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/es/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/pt/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/publishing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/publishing-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/security-hardening-your-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/ja/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/es/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/pt/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-swift","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/cn/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/ja/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/es/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/pt/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-jobs/using-jobs-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/teams/team-sync","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/teams/team-sync"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/cn/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/unions"} +{"url":"https://docs.github.com/ja/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/unions"} +{"url":"https://docs.github.com/es/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/unions"} +{"url":"https://docs.github.com/pt/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/workflow-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/reference/unions.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/unions"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action"} +{"url":"https://www.npmjs.com/package/bats","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.gradle.org/current/userguide/getting_started.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/assets/cb-15751/images/help/settings/github-hosted-runners-max-jobs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://github.com/actions/setup-node","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/cn/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/ja/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/es/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/pt/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-net","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/publishing-packages"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/cn/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/ja/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/es/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/pt/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/en/articles/creating-a-docker-container-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/actions/guides/moving-assigned-issues-on-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/github-ae@latest/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-1862/images/github-apps/enable-optional-features.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/assets/cb-23137/images/help/repository/re-run-selected-job.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://github.com/github/docs/edit/main/content/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://en.wikipedia.org/wiki/Shebang_(Unix)","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://github.com/skevy/graphiql-app","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/using-the-explorer"} +{"url":"https://en.wikipedia.org/wiki/POSIX","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://github.com/facebook/relay/issues/112","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/queries"} +{"url":"https://github.com/actions/starter-workflows/tree/main/ci","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://github.com/actions/labeler","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/ja/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/es/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/pt/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/assets/cb-13293/images/help/repository/re-run-single-job-from-log.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/assets/cb-33780/images/help/repository/previous-run-attempts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/assets/cb-13531/images/help/organizations/allow-members-to-create-teams.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://github.com/graphql/graphiql","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/using-the-explorer"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://github.com/octocat/Hello-World/issues/349","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/forming-calls-with-graphql"} +{"url":"https://github.community/c/code-to-cloud/github-actions/41","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://github.com/marketplace/actions/close-stale-issues","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://github.com/marketplace/actions/simple-issue-labeler","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://github.com/github/feedback/discussions/categories/actions-and-packages-feedback","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://git.io/v1YCW","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/rest/repos/contents"} +{"url":"https://docs.docker.com/engine/reference/run/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://github.com/gradle/gradle-build-action","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://github.com/actions/starter-workflows/blob/main/ci/gradle.yml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/v3/media/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/assets/cb-5435/images/help/organizations/configure-installed-integration-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/assets/cb-45439/images/help/repository/rerun-checks-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://dotnet.microsoft.com/learn","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://github.com/hashicorp/vault-action","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/assets/cb-57054/images/help/repository/actions-quickstart-run-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/actions/using-workflows/caching-dependencies-to-speed-up-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://www.vaultproject.io/docs/auth/jwt","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/assets/cb-55861/images/help/repository/actions-quickstart-workflow-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/assets/cb-46973/images/help/repository/actions-quickstart-job.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/assets/cb-6064/images/help/settings/developer-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://developer.apple.com/documentation/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/assets/cb-67235/images/help/repository/actions-quickstart-commit-new-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/assets/cb-102539/images/help/repository/actions-quickstart-logs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/assets/cb-39565/images/help/repository/actions-quickstart-log-detail.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/forming-calls-with-graphql"} +{"url":"https://www.debian.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://github.com/actions/toolkit/","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/assets/cb-17884/images/help/repository/rerun-failed-jobs-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/cn/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/ja/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/es/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/pt/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-github-hosted-runners"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-github-hosted-runners/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/actions/reference/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments"} +{"url":"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-idp_oidc.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"http://man7.org/linux/man-pages/man7/capabilities.7.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions"} +{"url":"https://docs.github.com/en/articles/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/graphql/guides/migrating-graphql-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/reference/scalars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/scalars"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/assets/cb-23185/images/help/images/deploy-graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/articles/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://github.com/aws-actions/configure-aws-credentials","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/publishing-actions-in-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/managing-your-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://github.com/marketplace/actions/github-project-automation","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/guides/forming-calls-with-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/learn-github-actions/understanding-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests"} +{"url":"https://github.com/marketplace?type=actions","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/overview/about-the-graphql-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/overview/about-the-graphql-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/about-continuous-integration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/about-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/about-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/guides/using-the-explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/using-the-explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/targeting-different-environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-containerized-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-containerized-services"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-jobs/using-conditions-to-control-job-execution","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/reference/queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/queries"} +{"url":"https://docs.github.com/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/reference/scalars"} +{"url":"https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell?view=azure-devops","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/migrating-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/migrating-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/guides/introduction-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/introduction-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/transferring-organization-ownership.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/creating-a-composite-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://github.com/marketplace/actions/create-or-update-comment","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/removing-sensitive-data-from-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/events-that-trigger-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/guides/managing-enterprise-accounts.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://help.apple.com/xcode/mac/current/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/managing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/managing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/managing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/managing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/assets/cb-35758/images/github-apps/github_apps_transfer_integration.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/assets/cb-32173/images/github-apps/github_apps_transfer_app_name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/cn/actions/creating-actions/developing-a-third-party-cli-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://docs.github.com/ja/actions/creating-actions/developing-a-third-party-cli-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://docs.github.com/es/actions/creating-actions/developing-a-third-party-cli-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://docs.github.com/pt/actions/creating-actions/developing-a-third-party-cli-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/developing-a-third-party-cli-action.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://jenkins.io/doc/book/pipeline/syntax/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/developers/overview/viewing-deployment-history","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/ja/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/es/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/pt/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-an-organization/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/skipping-workflow-runs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-containerized-services/creating-postgresql-service-containers.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/cn/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/ja/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/es/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/pt/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/actions/using-jobs/running-jobs-in-a-container","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/publishing-packages/publishing-java-packages-with-gradle.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/enterprise-admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-personal-access-token-for-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-custom-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/cn/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/ja/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/es/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/pt/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events"} +{"url":"https://docs.github.com/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/orgs/orgs"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-a-matrix-for-your-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/actions/using-github-hosted-runners/monitoring-your-current-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/deleting-a-workflow-run","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-oauth-apps/creating-an-oauth-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/creating-redis-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-your-team/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash?view=azure-devops","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/articles/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/dockerfile-support-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/overview/about-githubs-apis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/about-githubs-apis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-java-with-ant.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://ruby-doc.org/core-2.5.1/File.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/managing-github-apps/making-a-github-app-public-or-private","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/cn/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/ja/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/es/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/pt/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/reference/queries"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/overview/resource-limitations.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/cn/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/ja/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/es/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/pt/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/articles/about-repository-transfers/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/repos/repos"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-environments-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-xcode-applications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/webhooks/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/articles/accessing-your-organization-s-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/actions/creating-actions/publishing-actions-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/assets/cb-14951/images/developer/graphql/json-content-type-header.png","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/assets/cb-17032/images/developer/graphql/insomnia-base-url-and-pat.png","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhook-events-and-payloads","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/reference/unions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/public/schema.docs.graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/public-schema"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/assets/cb-70560/images/environments-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.gradle.org/current/userguide/publishing_maven.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/learn-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/articles/disabling-issues/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/issues/issues"} +{"url":"https://docs.github.com/assets/cb-18977/images/github-apps/github_apps_transfer_ownership.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/cn/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/ja/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/es/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/pt/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/using-environments-for-jobs.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/overview/github-developer-program","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/overview/github-developer-program","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/overview/github-developer-program","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/github-developer-program"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/overview/github-developer-program","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/github-developer-program"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/overview/public-schema","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/overview/public-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-docker-container-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/cn/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/ja/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/es/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/pt/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps"} +{"url":"https://docs.github.com/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/reusing-workflows.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/cn/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/ja/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/es/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/pt/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/assets/cb-63262/images/help/images/oidc-architecture.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/webhooks/testing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/quickstart"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/assets/cb-33944/images/github-apps/github_apps_transfer_new_owner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://ant.apache.org/manual/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://github.com/google-github-actions/setup-gcloud","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://github.com/actions/toolkit","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://github.com/hashicorp/setup-terraform","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://hub.docker.com/_/node","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://hub.docker.com/_/postgres","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://github.com/actions-runner-controller/actions-runner-controller","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://github.com/actions/toolkit/tree/main/packages/tool-cache","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://github.com/actions/runner/releases","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://github.com/philips-labs/terraform-aws-github-runner","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://github.com/github-developer/example-setup-gh","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://docs.github.com/assets/cb-28643/images/developer/graphql/insomnia-bearer-token-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/actions/creating-actions/developing-a-third-party-cli-action","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://docs.github.com/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://github.com/actions/starter-workflows/blob/main/ci/ant.yml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/assets/cb-34427/images/help/images/reusable-workflows-ci-cd.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/reusing-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/overview/replacing-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/guides.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/cn/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/ja/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/es/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/pt/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/generating-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://support.insomnia.rest/article/176-graphql-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://www.postgresqltutorial.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/cn/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/ja/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/es/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/pt/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/managing-github-apps/editing-a-github-app-s-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/receiving-notifications-about-activity-on-github/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-oauth-apps/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/about-packaging-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://openid.net/specs/openid-connect-core-1_0.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/transferring-organization-ownership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/guides/using-ssh-agent-forwarding","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/assets/cb-21870/images/help/organizations/member-privileges.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/developing-a-third-party-cli-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/developing-a-third-party-cli-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/assets/cb-12746/images/help/repository/allow-disable-forking-fpt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/migrating-oauth-apps-to-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/overview/replacing-github-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-containerized-services/creating-postgresql-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/webhooks/securing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/cn/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions"} +{"url":"https://docs.github.com/es/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/cn/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/managing-your-deployments/viewing-deployment-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/ja/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/es/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/pt/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://learning.getpostman.com/docs/postman/sending_api_requests/graphql/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/overview/github-developer-program","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/github-developer-program"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/about-deployments/deploying-with-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/ja/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/es/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/pt/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python-d1b3efd03a1b345eab96.js","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/about-deployments/about-continuous-deployment.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/cn/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/ja/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/es/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/pt/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/reusing-workflows"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/setting-default-values-for-jobs.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/cn/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/ja/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/es/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/pt/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://github.com/github/docs/edit/main/content/actions/monitoring-and-troubleshooting-workflows/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/assets/cb-13735/images/help/package-registry/org-tab-for-packages.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/cn/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows"} +{"url":"https://docs.github.com/ja/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows"} +{"url":"https://docs.github.com/es/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows"} +{"url":"https://docs.github.com/pt/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/overview/resource-limitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/overview/resource-limitations"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/using-starter-workflows.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows"} +{"url":"https://docs.github.com/cn/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/ja/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/es/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/pt/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/overview/managing-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://github.com/search?q=%22uses%3A+imjohnbo%2Fissue-bot%22&type=code","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/cn/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/ja/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/es/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/pt/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/choosing-the-runner-for-a-job.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-xcode-applications/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://nodejs.org/en/docs/guides/getting-started-guide/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/rate-limit","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/installing-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/workflow-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://token.actions.githubusercontent.com/.well-known/openid-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-your-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/oauth-authorizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/articles/command-line-utilities/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/creating-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/authenticating-with-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/actions/using-workflows/reusing-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/reusing-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/cn/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/ja/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/es/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/pt/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-your-team/about-team-discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/cn/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/ja/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/es/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/pt/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/assets/cb-19535/images/help/organizations/github-pages-creation-checkboxes-fpt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/downloading-workflow-artifacts.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/assets/cb-21444/images/help/settings/actions-create-starter-workflow-updated-ui.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/guides/using-content-attachments.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/cn/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/ja/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/es/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/pt/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://github.com/actions/setup-node/","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://github.com/actions/starter-workflows/blob/main/ci/node.js.yml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/deleting-a-team.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/cn/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/ja/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/es/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/pt/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-jobs/using-environments-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://github.com/github/docs/edit/main/content/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/ja/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/es/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/pt/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/workflow-commands-for-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/cn/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/ja/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/es/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/pt/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/triggering-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/triggering-a-workflow.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/cn/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/ja/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/es/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/pt/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://blog.npmjs.org/post/171556855892/introducing-npm-ci-for-faster-more-reliable","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/reusing-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/webhooks/configuring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/security-guides/automatic-token-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/security-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://github.com/github/docs/edit/main/content/actions/security-guides/encrypted-secrets.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/cn/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/ja/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/es/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/pt/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/reusing-workflows?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://github.com/github/docs/edit/main/content/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/assets/cb-19233/images/help/settings/enable-team-discussions-for-org-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://www.gatsbyjs.org/docs/running-queries-with-graphiql/","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/assets/cb-108966/images/help/organizations/team-discussions-pinned.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/assets/cb-4489/images/actions-log-group.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/assets/cb-33066/images/actions-job-summary-simple-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-your-first-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/hosting-your-own-runners/removing-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.npmjs.com/cli/ci.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/cn/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.npmjs.com/cli/install","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/ja/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/es/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/pt/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://aws.amazon.com/ecr/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://aws.amazon.com/ecs/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.npmjs.com/misc/scope","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/assets/cb-29111/images/github-apps/github_apps_content_reference.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/getting-started-fargate.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/selling-your-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/selling-your-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace"} +{"url":"https://docs.github.com/es/developers/github-marketplace/selling-your-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/selling-your-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace"} +{"url":"https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://github.com/marketplace/actions/issue-bot-action","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/selling-your-app-on-github-marketplace/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://github.com/actions/starter-workflows/tree/main/deployments","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://github.com/marketplace?category=deployment&type=actions","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-container-images-with-github-container-registry/pushing-and-pulling-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://github.com/actions/starter-workflows/blob/main/deployments/aws.yml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://yarnpkg.com/en/docs/cli/install","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://www.npmjs.com/package/pg","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/actions/guides/caching-dependencies-to-speed-up-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://aws.amazon.com/cli/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization"} +{"url":"https://docs.github.com/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://github.com/aws-actions/amazon-ecr-login","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/managing-github-apps/modifying-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/publishing-nodejs-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/publishing-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://www.gnupg.org/gph/de/manual/r1023.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/inviting-collaborators-to-a-personal-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/articles/pinning-an-issue-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/understanding-rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://github.com/aws-actions/amazon-ecs-render-task-definition","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/en/articles/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows"} +{"url":"https://docs.github.com/actions/using-workflows/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows"} +{"url":"https://docs.github.com/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/cn/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/ja/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/es/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/pt/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-oauth-apps"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/cn/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/ja/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/es/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/pt/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://github.com/google-github-actions/setup-gcloud/tree/master/example-workflows/gke","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.microsoft.com/windows-server/identity/ad-ds/manage/component-updates/command-line-process-auditing","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://github.com/kubernetes-sigs/kustomize","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://github.com/actions/starter-workflows/blob/main/deployments/google.yml","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://github.com/github/docs/edit/main/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://github.com/google-github-actions/setup-gcloud/tree/master/example-workflows/","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/using-starter-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/publishing-java-packages-with-gradle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/publishing-java-packages-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/publishing-docker-images","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/assets/cb-91887/images/help/organizations/continue-verifying-domain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-43633/images/help/organizations/add-a-domain-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://us-east-2.console.aws.amazon.com/ecs/home?region=us-east-2","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-jobs/choosing-the-runner-for-a-job","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://www.npmjs.com/package/@actions/core/v/1.6.0","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/cn/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/rest/branches"} +{"url":"https://docs.github.com/ja/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/rest/branches"} +{"url":"https://docs.github.com/es/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/rest/branches"} +{"url":"https://docs.github.com/pt/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/rest/branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/actions/deployment/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/rest/branches/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://github.com/thoughtbot/administrate","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/authenticating-with-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/creating-github-apps-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/connecting-your-identity-provider-to-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/managing-bots-and-service-accounts-with-saml-single-sign-on","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/repos/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/guides/using-content-attachments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/secret-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/access-permissions-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://cloud.google.com/sdk/gcloud","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-powershell.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-container-images-with-github-container-registry/pushing-and-pulling-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://kustomize.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/about-deployments/about-continuous-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/about-deployments/deploying-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/monitoring-and-troubleshooting-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/about-githubs-apis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-jobs/setting-default-values-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/cn/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://docs.github.com/ja/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://docs.github.com/es/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://docs.github.com/pt/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-xcode-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-40986/images/help/repository/download-logs-drop-down-updated-2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/assets/cb-39677/images/help/repository/delete-all-logs-updated-2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/assets/cb-44518/images/help/repository/superlinter-lint-code-base-job-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://github.com/github/docs/edit/main/content/actions/publishing-packages/publishing-nodejs-packages.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/assets/cb-25545/images/help/repository/workflow-run-kebab-horizontal-icon-updated-2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/assets/cb-58712/images/help/repository/actions-failed-pester-test-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/receiving-notifications-about-activity-on-github/about-email-notifications-for-pushes-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/differences-between-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/permissions-required-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-content-attachments"} +{"url":"https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-workflow-runs/downloading-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/publishing-docker-images","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/articles/workflow-syntax-for-github-actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/overview/replacing-github-services","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-an-access-token-for-command-line-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/viewing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/migrating-oauth-apps-to-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/publishing-java-packages-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/graphql/reference/unions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/unions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/actions/reference/context-and-expression-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-a-user-account-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/cn/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://cloud.google.com/sdk/gcloud/reference","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/assets/cb-21433/images/developer/graphql/preview-header-for-2.18.png","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/metadata-syntax-for-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/deleting-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/security-guides/encrypted-secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/encrypted-secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/collaborating-with-your-team/about-team-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/triggering-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://github.com/PowerShell/PSScriptAnalyzer","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/overview/managing-deploy-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/webhooks/event-payloads/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://github.com/Azure/login","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.microsoft.com/en-us/azure/developer/github/connect-from-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.microsoft.com/en-us/azure/active-directory/develop/workload-identity-federation","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-your-organization-s-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://github.com/actions/upload-artifact","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://pester.dev/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://cloud.google.com/sdk/gcloud/reference/auth/login","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.npmjs.com/creating-a-package-json-file","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://docs.github.com/assets/cb-59762/images/help/repository/copy-link-button-updated-2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/assets/cb-15942/images/help/teams/confirm-delete-teams-bulk.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/hosting-your-own-runners/adding-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-18684/images/help/repository/search-log-box-updated-2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/selling-your-app-on-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.npmjs.com/files/package.json","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://docs.npmjs.com/creating-node-js-modules","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/overview/replacing-github-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-github-apps/editing-a-github-app-s-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/actions/reference/specifications-for-github-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/guides/using-ssh-agent-forwarding","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python?langId=py","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/assets/cb-12710/images/homepage-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/assets/cb-58109/images/private_key.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/assets/cb-12301/images/webhook-secret.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/assets/cb-114047/images/create_app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/assets/cb-16538/images/webhook-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/assets/cb-39289/images/sinatra-404.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/assets/cb-9470/images/app_id.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/assets/cb-34085/images/smee-new-channel.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://localtunnel.github.io/www/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"http://octokit.github.io/octokit.rb/Octokit/Client/Apps.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"http://octokit.github.io/octokit.rb/Octokit/Client.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/assets/cb-71257/images/smee-unique-domain.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://github.com/github-developer/github-app-template","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/assets/cb-49839/images/new-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/differences-between-github-apps-and-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/articles/command-line-utilities/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://feathericons.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-powershell","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-oauth-apps/understanding-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps/understanding-rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/assets/cb-14333466/images/github-apps/github_apps_checks_api_ci_server.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/guides/creating-ci-tests-with-the-checks-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/webhooks/testing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/activating-optional-features-for-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-github-apps/making-a-github-app-public-or-private/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/downloading-your-organizations-saml-single-sign-on-recovery-codes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/publishing-java-packages-with-gradle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/emojis","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-packages-with-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-your-first-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/quickstart-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/authentication-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/overview/about-githubs-apis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/cn/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/mutations"} +{"url":"https://docs.github.com/ja/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/mutations"} +{"url":"https://docs.github.com/es/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/mutations"} +{"url":"https://docs.github.com/pt/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/mutations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/reference/mutations.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/mutations"} +{"url":"https://docs.github.com/cn/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/ja/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/es/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/pt/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/overview/managing-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/publishing-packages/publishing-nodejs-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides/publishing-nodejs-packages"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/events-that-trigger-workflows.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://smee.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/cn/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/input-objects"} +{"url":"https://docs.github.com/ja/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/input-objects"} +{"url":"https://docs.github.com/es/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/input-objects"} +{"url":"https://docs.github.com/pt/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/input-objects"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/reference/input-objects.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/input-objects"} +{"url":"https://docs.github.com/cn/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/changelog"} +{"url":"https://docs.github.com/ja/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/changelog"} +{"url":"https://docs.github.com/es/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/changelog"} +{"url":"https://docs.github.com/pt/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/changelog"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/differences-between-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/overview/changelog.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/overview/changelog"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/oauth-authorizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/about-authentication-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/actions/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/permission-levels-for-a-user-account-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/v3/media/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/assets/cb-98207/images/github-apps/github_apps_complete_check_run.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/objects"} +{"url":"https://docs.github.com/ja/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/objects"} +{"url":"https://docs.github.com/es/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/objects"} +{"url":"https://docs.github.com/pt/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://cloud.google.com/kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/assets/cb-85127/images/github-apps/github_apps_queued_check_run.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/reference/objects.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/organizations/restricting-access-to-your-organizations-data","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/ja/organizations/restricting-access-to-your-organizations-data","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/es/organizations/restricting-access-to-your-organizations-data","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/pt/organizations/restricting-access-to-your-organizations-data","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-powershell","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/restricting-access-to-your-organizations-data/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/quickstart-guides/setting-up-your-development-environment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.microsoft.com/powershell/scripting/learn/ps101/01-getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-an-access-token-for-command-line-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/listing-an-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/listing-an-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://docs.github.com/es/developers/github-marketplace/listing-an-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/listing-an-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/listing-an-app-on-github-marketplace/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://docs.github.com/cn/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/ja/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/es/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/pt/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python?langId=nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-oauth-apps/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/installing-a-package"} +{"url":"https://github.com/github-developer/creating-ci-tests-with-the-checks-api","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://github.com/marketplace/category/continuous-integration","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/assets/cb-72770/images/github-apps/github_apps_new_requested_action_commit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://docs.github.com/es/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://rdoc.info/gems/octokit/Octokit%2FClient%2FChecks:update_check_run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/about-githubs-apis"} +{"url":"https://rdoc.info/gems/octokit/Octokit%2FClient%2FChecks:create_check_run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://developer.github.com/changes/2018-05-23-request-actions-on-checks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.rubocop.org/rubocop/formatters.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.rubocop.org/rubocop/usage/basic_usage.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.rubocop.org/rubocop/cops.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/assets/cb-127089/images/github-apps/github_apps_checks_api_success.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/assets/cb-159156/images/github-apps/github_apps_checks_annotation_diff.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/installing-a-package"} +{"url":"https://crontab.guru/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/metadata-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://crontab.guru/examples.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/assets/cb-242883/images/github-apps/github_apps_checks_annotations.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://ruby-doc.org/core-2.3.0/doc/syntax/control_expressions_rdoc.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/assets/cb-93002/images/help/images/workflow-dispatch-inputs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://github.com/search?q=user%3Acodertocat&type=RegistryPackages","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://github.com/search?q=org%3Agithub&type=RegistryPackages","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://github.com/search?q=is%3Apublic+angular&type=RegistryPackages","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://github.com/search?q=is%3Aprivate+php&type=RegistryPackages","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-for-packages.md","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://jsonformatter.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/authentication-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://github.com/octocat/Hello-World","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://github.com/ruby-git/ruby-git","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://github.com/rubocop-hq/ruby-style-guide","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/webhooks/securing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"http://en.wikipedia.org/wiki/Globally_unique_identifier","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-integrations/setting-up-and-registering-github-apps/about-authentication-options-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/actions/configuring-and-managing-workflows/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/webhooks/configuring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-your-commit-email-address-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/webhooks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/repository-metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://rubocop.readthedocs.io/en/latest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/webhooks/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/actions/learn-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/github/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-66581/images/help/repository/super-linter-workflow-results-updated-2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-packages-with-github-packages/installing-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/licenses","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/repository-metrics","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/creating-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/installing-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-packages-with-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-packages-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-in-forks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/permissions-required-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/learn-github-packages/installing-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-status-checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/setting-up-your-development-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/articles/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/assets/cb-7169/images/help/settings/personal_access_tokens_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://spdx.org/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/webhooks/configuring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://docs.github.com/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/reference/mutations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/assets/cb-10912/images/help/settings/generate_token.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events"} +{"url":"https://docs.github.com/assets/cb-43299/images/help/settings/token_scopes.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/assets/cb-39847/images/help/settings/token_expiration.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/assets/cb-3880/images/help/settings/token_description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/events-that-trigger-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/assets/cb-6922/images/help/settings/generate_new_token.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/assets/cb-33474/images/help/settings/personal_access_tokens.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/webhooks/configuring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/webhooks/creating","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/setting-up-your-development-environment/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/en/github/getting-started-with-github/updating-credentials-from-the-macos-keychain","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/disabling-project-boards-in-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/overview/changelog","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/overview/changelog"} +{"url":"https://docs.github.com/cn/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/ja/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/es/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/pt/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/reference/input-objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/input-objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/learn-github-packages/installing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/managing-github-apps/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/github-ae@latest/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/reference/objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/activity","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/webhooks/event-payloads/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/enterprise-admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/restricting-access-to-your-organizations-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/orgs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks/configuring","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/webhooks/configuring","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/quickstart-guides/setting-up-your-development-environment/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/learn-github-packages/installing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/permission-levels-for-an-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/apps/building-oauth-apps/scopes-for-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/listing-an-app-on-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/overview/about-githubs-apis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/learn-github-packages/installing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/searching-for-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/learn-github-packages/installing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/v3/media/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/github-marketplace-overview","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/github-marketplace-overview","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/es/developers/github-marketplace/github-marketplace-overview","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/github-marketplace-overview","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api/github-marketplace-webhook-events","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/github-marketplace-overview/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/learn-github-packages/installing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/refreshing-user-to-server-access-tokens","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/collaborators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-packages-with-github-packages/publishing-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/creating-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/guides/basics-of-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-github-apps/editing-a-github-app-s-permissions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","state":"SKIPPED","parent":"https://docs.github.com/en/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","state":"SKIPPED","parent":"https://docs.github.com/en/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace"} +{"url":"https://docs.github.com/es/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","state":"SKIPPED","parent":"https://docs.github.com/en/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","state":"SKIPPED","parent":"https://docs.github.com/en/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers.md","state":"SKIPPED","parent":"https://docs.github.com/en/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-github-apps/making-a-github-app-public-or-private","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/cn/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/ja/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/es/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/pt/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://github.com/GitCredentialManager/git-credential-manager","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/inviting-collaborators-to-a-personal-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/managing-deploy-keys"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-content-attachments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/learn-github-packages/installing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/installing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://github.com/git-for-windows/git/releases/latest","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/authorizing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/actions/deployment/about-deployments/about-continuous-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/graphql/reference/input-objects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/input-objects"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/creating-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://dashboard.ngrok.com/get-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps"} +{"url":"https://github.com/github/docs/edit/main/content/packages/learn-github-packages/publishing-a-package.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/applying-for-publisher-verification-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/managing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/assets/cb-19645/images/marketplace/edit-marketplace-listing-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-oauth-apps/creating-an-oauth-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/webhooks/securing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/handling-new-purchases-and-free-trials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/listing-on-github-marketplace/setting-a-github-marketplace-listing-s-pricing-plan","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/assets/cb-46958/images/marketplace/publish-your-app-checklist-and-submission.png","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps"} +{"url":"https://docs.github.com/assets/cb-76298/images/help/package-registry/packages-diagram-without-container-registry.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/cn/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/ja/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/es/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/pt/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/building-github-apps/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/receiving-notifications-about-activity-on-github/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/authentication-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-oauth-apps/understanding-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-packages-with-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-your-first-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/webhooks/testing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks/securing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/installing-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/requirements-for-listing-an-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/webhooks/configuring","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/creating-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/about-github-marketplace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/webhooks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/reactions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/overview/replacing-github-services","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/migrating-oauth-apps-to-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/authenticating-with-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/managing-github-apps/making-a-github-app-public-or-private/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/creating-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/creating-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions"} +{"url":"https://github.com/Codertocat/hello-world-npm/packages/10696?version=1.0.1","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/events-that-trigger-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/differences-between-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-github-apps/making-a-github-app-public-or-private","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/overview/changelog"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/enterprise-server@3.4/packages/learn-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/guides/using-content-attachments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","status":200,"state":"OK","parent":"https://docs.github.com/en/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/cn/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/ja/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/es/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/pt/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/security-best-practices-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://aka.ms/gcmcore-linuxcredstores","status":429,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://github.com/github/docs/edit/main/content/actions/publishing-packages/publishing-java-packages-with-maven.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/setting-pricing-plans-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/about-authentication-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/creating-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/listing-on-github-marketplace/creating-a-draft-github-marketplace-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/submitting-your-listing-for-publication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/managing-github-apps/making-a-github-app-public-or-private/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/viewing-transactions-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/viewing-metrics-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/github/managing-your-work-on-github/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github/managing-your-work-on-github/about-issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/drafting-a-listing-for-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/building-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/overview/replacing-github-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/generating-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/managing-github-apps/making-a-github-app-public-or-private/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/transferring-ownership-of-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/guides/using-content-attachments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/github-marketplace-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"http://maven.apache.org/repository/guide-central-repository-upload.html","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/webhooks-and-events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/creating-github-apps-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/marketplace/creating-and-submitting-your-app-for-approval/requirements-for-listing-an-app-on-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/activity","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks/event-payloads/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/rate-limits-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/listing-on-github-marketplace/writing-github-marketplace-listing-descriptions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/oauth-authorizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/learn-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/guides/using-ssh-agent-forwarding","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/working-with-ssh-key-passphrases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/listing-on-github-marketplace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/migrating-oauth-apps-to-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/v3/media/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/permission-levels-for-an-organization/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-github-marketplace"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/managing-github-apps/editing-a-github-app-s-permissions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-packages-with-github-packages/publishing-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/developers/github-marketplace/webhook-events-for-the-github-marketplace-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-content-attachments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/en/marketplace/integrating-with-the-github-marketplace-api/upgrading-and-downgrading-plans/","status":200,"state":"OK","parent":"https://docs.github.com/en/apps/marketplace/administering-listing-plans-and-user-accounts/billing-customers-in-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks/testing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/transferring-ownership-of-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/cn/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/ja/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/es/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/pt/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-docker-images"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/overview/managing-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/articles/command-line-utilities/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/v3/media/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/selling-your-app/github-marketplace-pricing-plans","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/pricing-plans-for-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/customer-experience-best-practices-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/purchasing-and-installing-apps-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/listing-on-github-marketplace/writing-github-marketplace-listing-descriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/overview/about-githubs-apis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/publishing-packages/publishing-docker-images.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/overview/about-githubs-apis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/building-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/webhooks/testing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-outside-collaborators-to-repositories-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/listing-on-github-marketplace/configuring-the-github-marketplace-webhook","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/getting-started/requirements-for-listing-an-app-on-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/quickstart-guides/setting-up-your-development-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/billing-customers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/managing-github-apps/making-a-github-app-public-or-private/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/quickstart-guides/setting-up-your-development-environment/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.docker.com/docker-hub/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/publishing-docker-images"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-large-files/about-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-large-files/about-git-large-file-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/publishing-packages/publishing-java-packages-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/guides/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-an-access-token-for-command-line-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/manage-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/configuring-packages-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://github.com/marketplace/actions/build-and-push-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/publishing-docker-images"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/permissions-required-for-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-authorization-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/receiving-notifications-about-activity-on-github/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api/upgrading-and-downgrading-plans/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/selling-your-app/billing-customers-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/differences-between-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication"} +{"url":"https://docs.github.com/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/generating-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/handling-plan-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/actions/publishing-packages/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/publishing-docker-images"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-a-custom-badge-for-your-oauth-app"} +{"url":"https://docs.github.com/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/handling-plan-cancellations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/webhook-events-for-the-github-marketplace-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/overview/replacing-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/configuring-and-managing-workflows/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/overview/replacing-github-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/publishing-packages/publishing-docker-images","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/webhooks/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/differences-between-github-apps-and-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/migrating-oauth-apps-to-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/managing-github-apps/editing-a-github-app-s-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/configuring-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/selling-your-app/billing-customers-in-github-marketplace/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/cn/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github"} +{"url":"https://docs.github.com/ja/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github"} +{"url":"https://docs.github.com/es/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github"} +{"url":"https://docs.github.com/pt/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github"} +{"url":"https://github.com/github/docs/edit/main/content/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-your-first-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://microsoft.com/windows/microsoft-edge","status":200,"state":"OK","parent":"https://docs.github.com/en/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/differences-between-github-apps-and-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/about-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps"} +{"url":"https://github.com/github/docs/edit/main/content/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/installing-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/publishing-and-managing-packages/viewing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/about-authentication-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/permission-levels-for-an-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/webhooks-and-events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/managing-large-files/about-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/cn/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/ja/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/es/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/pt/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/getting-started-with-apps/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/quickstart-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/guides/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/understanding-rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-outside-collaborators-to-repositories-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.gradle.org/current/userguide/declaring_dependencies.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/guides/using-content-attachments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/permission-levels-for-an-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-your-first-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/webhooks/securing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/creating-github-apps-from-a-manifest","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/authenticating-with-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/overview/about-githubs-apis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/webhooks/event-payloads","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/differences-between-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/assets/cb-27723/images/help/package-registry/packages-from-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/cn/github-ae@latest/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/ja/github-ae@latest/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/es/github-ae@latest/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/pt/github-ae@latest/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/overview/managing-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/cn/github-ae@latest/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/ja/github-ae@latest/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/es/github-ae@latest/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/pt/github-ae@latest/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api/handling-new-purchases-and-free-trials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/understanding-rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-an-access-token-for-command-line-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/differences-between-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/publishing-and-managing-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/github-cli/github-cli/github-cli-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-cloud@latest/github-cli/github-cli/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/github-cli/github-cli/using-github-cli-extensions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/connecting-to-github-with-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/about-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://github.com/github/docs/edit/main/content/packages/learn-github-packages/introduction-to-github-packages.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-packages-with-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/github-cli/github-cli/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/basic-writing-and-formatting-syntax/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/permissions-required-for-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/overview/about-githubs-apis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/marketplace/creating-and-submitting-your-app-for-approval","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/creating-github-apps-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-content-attachments"} +{"url":"https://github.com/github/docs/edit/main/content/packages/learn-github-packages/about-permissions-for-github-packages.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-large-files/working-with-large-files"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-large-files/working-with-large-files"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-large-files/working-with-large-files"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-large-files/working-with-large-files"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-large-files/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-large-files/working-with-large-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/enterprise-server@3.2/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/authentication-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/v3/media/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/getting-started-with-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/github-cli/github-cli/github-cli-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/guides/using-content-attachments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/authorizing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/managing-github-apps/modifying-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/guides/using-content-attachments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.3/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/v3/media/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/about-githubs-apis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/setting-up-your-development-environment/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/assets/cb-41394/images/help/organizations/organization-settings-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/overview/about-githubs-apis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/about-githubs-apis"} +{"url":"https://github.com/github/docs/edit/main/content/packages/working-with-a-github-packages-registry/working-with-the-docker-registry.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/managing-allowed-ip-addresses-for-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/github-cli/github-cli/github-cli-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/github-cli-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://github.com/github/docs/edit/main/content/packages/working-with-a-github-packages-registry/working-with-the-npm-registry.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/github-cli/github-cli/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/github-cli/github-cli/github-cli-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/github-cli-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/github-cli/github-cli/github-cli-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/github-cli-reference"} +{"url":"https://github.com/github/docs/edit/main/content/packages/quickstart.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.4/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/github-cli/github-cli/github-cli-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/github-cli-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/permission-levels-for-an-organization/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/setting-up-your-development-environment/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/github-cli/github-cli/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/deleting-an-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://github.com/github/docs/edit/main/content/packages/learn-github-packages/viewing-packages.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.docker.com/engine/reference/commandline/tag/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/manage-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-large-files/working-with-large-files"} +{"url":"https://docs.github.com/enterprise-server@3.1/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/assets/cb-23988/images/help/package-registry/package-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/configuring-packages-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/assets/cb-7013/images/enterprise/settings/top_right_avatar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/github-cli/github-cli/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/github-cli/github-cli/github-cli-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/github-cli-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/github-cli/github-cli/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/assets/cb-101579/images/help/package-registry/user-packages-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-commit-email-address-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/learn-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/codes-of-conduct","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/github-ae@latest/github-cli/github-cli/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/repository-metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/repos/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/using-content-attachments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/setting-up-your-development-environment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/permission-levels-for-an-organization/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-subdomain-isolation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/reactions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/guides/using-content-attachments"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.npmjs.com/getting-started/using-a-package.json","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.npmjs.com/getting-started/creating-node-modules","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/connecting-to-github-with-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/activity","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-large-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/managing-large-files/working-with-large-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/github-cli/github-cli/about-github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/installing-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/publishing-and-managing-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://github.com/github/roadmap/issues/72","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/migrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/activating-optional-features-for-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/learn-github-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/search","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/publishing-and-managing-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-packages-with-github-packages/publishing-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/setting-up-your-development-environment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/markdown","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/refreshing-user-to-server-access-tokens","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/webhooks/testing","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/repos/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/automating-your-workflow-with-github-actions/configuring-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/automating-your-workflow-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/managing-github-apps/editing-a-github-app-s-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/interactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/scim","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/enterprise-server@3.3/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/repository-metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/generating-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-18985/images/github-apps/github_apps_user_authorization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/github-ae@latest/developers/overview/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/repository-metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-17145/images/help/settings/settings-sidebar-ssh-keys.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps/understanding-rate-limits-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/applying-labels-to-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/assets/cb-65669/images/enterprise/3.3/repository/repo-tabs-pull-requests.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events"} +{"url":"https://docs.github.com/assets/cb-11237/images/help/pull_requests/pull_request_show_command_line_merge.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/assets/cb-17942/images/help/desktop/open-pr-in-desktop.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/managing-github-apps/making-a-github-app-public-or-private","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/differences-between-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/publishing-and-managing-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/transferring-ownership-of-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-issues-and-pull-requests-to-a-project-board/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/configuring-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/assets/cb-35568/images/enterprise/settings/enterprise-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/webhooks/securing","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/configuring-and-managing-workflows/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-unused-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/deleting-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/installing-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/learn-github-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli"} +{"url":"https://docs.github.com/cn/github-ae@latest/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli"} +{"url":"https://docs.github.com/ja/github-ae@latest/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli"} +{"url":"https://docs.github.com/es/github-ae@latest/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli"} +{"url":"https://docs.github.com/pt/github-ae@latest/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/github-cli/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/learn-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart/create-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/managing-remote-repositories/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://github.com/github/docs/edit/main/content/packages/working-with-a-github-packages-registry/working-with-the-container-registry.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/cn/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/ja/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/es/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/pt/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/cn/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/ja/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/es/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/pt/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/packages/manage-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/overview/replacing-github-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-packages-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-an-access-token-for-command-line-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/packages/publishing-and-managing-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-pull-request-merges/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.docker.com/registry/spec/manifest-v2-2/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/publishing-and-managing-packages/viewing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/authentication-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/manage-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/configuring-packages-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/https-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/webhooks/testing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/quickstart-guides/setting-up-your-development-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-an-access-token-for-command-line-use","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/enterprise-admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/configuring-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/permissions-required-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/publishing-and-managing-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/quickstart-guides","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/getting-started-with-github-actions/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://github.com/opencontainers/image-spec","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/github-ae@latest/developers/webhooks-and-events/events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/cn/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/interfaces"} +{"url":"https://docs.github.com/ja/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/interfaces"} +{"url":"https://docs.github.com/es/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/interfaces"} +{"url":"https://docs.github.com/pt/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/interfaces"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/codes-of-conduct","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/quickstart-guides/setting-up-your-development-environment/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/reference/interfaces.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/interfaces"} +{"url":"https://docs.github.com/cn/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/ja/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/es/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/pt/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/actions/reference/authentication-in-a-workflow"} +{"url":"https://github.com/github/docs/edit/main/content/actions/security-guides/automatic-token-authentication.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-advisors","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-advisors","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-advisors","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-advisors","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-advisors.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/configuring-packages-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/manage-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/packages/learn-github-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/creating-a-personal-access-token","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events"} +{"url":"https://github.com/github/docs/edit/main/content/developers/webhooks-and-events/events/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://github.com/github/docs/edit/main/content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry"} +{"url":"https://docs.github.com/cn/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/enums"} +{"url":"https://docs.github.com/ja/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/enums"} +{"url":"https://docs.github.com/es/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/enums"} +{"url":"https://docs.github.com/pt/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/enums"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/applying-labels-to-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/migrating-oauth-apps-to-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/reference/enums.md","state":"SKIPPED","parent":"https://docs.github.com/en/graphql/reference/enums"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/configuring-and-managing-workflows/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/receiving-notifications-about-activity-on-github/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/reference/authentication-in-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/quickstart"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-packages-with-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/disabling-project-boards-in-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/reactions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/error-repository-not-found","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/quickstart"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/quickstart"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/quickstart"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/repository-metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-packages-with-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/education/teach-and-learn-with-github-education/use-github-for-your-schoolwork","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/assets/cb-110578/images/help/classroom/assignments-import-starter-assignment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/en/github-ae@latest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/assets/cb-48603/images/help/classroom/assignments-click-new-starter-assignment-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events"} +{"url":"https://docs.github.com/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/manage-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/actions/security-guides/automatic-token-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/setting-your-commit-email-address-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleting-unused-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://github.com/github/docs/edit/main/content/pages/getting-started-with-github-pages/using-submodules-with-github-pages.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/webhooks/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-releases-in-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/articles/command-line-utilities/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/ja/github-ae@latest/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/es/github-ae@latest/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/pt/github-ae@latest/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-your-first-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-issues-and-pull-requests-to-a-project-board/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/manage-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-54225/images/help/classroom/roster-hero.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/applying-labels-to-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-github-pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-issues-and-pull-requests-to-a-project-board/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/reference/interfaces"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/assets/cb-13836/images/help/classroom/click-students.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/assets/cb-29952/images/help/classroom/click-import-from-a-learning-management-system-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/github-cli/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli"} +{"url":"https://docs.github.com/assets/cb-12814/images/help/classroom/click-create-roster-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/assets/cb-80524/images/help/classroom/type-or-upload-student-identifiers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/assets/cb-28077/images/help/classroom/click-update-students-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/authentication-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/managing-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/be-social","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-pull-request-merges/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.4/github-cli/github-cli/about-github-cli","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/github-ae@latest/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/cn/github-ae@latest/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/ja/github-ae@latest/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/es/github-ae@latest/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/pt/github-ae@latest/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-using-url-parameters"} +{"url":"https://docs.github.com/en/education/teach-and-learn-with-github-education/use-github-in-your-classroom-and-research","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-19257/images/help/classroom/settings-type-classroom-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/assets/cb-12871/images/help/classroom/click-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/assets/cb-38562/images/help/classroom/use-drop-down-then-click-archive.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/github-ae@latest/packages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/quickstart"} +{"url":"https://docs.github.com/assets/cb-211432/images/help/classroom/students-click-delete-roster-button-in-modal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/assets/cb-36797/images/help/classroom/click-delete-classroom-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-new-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/quickstart"} +{"url":"https://docs.github.com/assets/cb-82547/images/help/classroom/delete-classroom-click-delete-classroom-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/assets/cb-43647/images/help/classroom/students-click-delete-roster-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/assets/cb-50030/images/help/classroom/delete-classroom-modal-with-warning.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/github-ae@latest/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/getting-started-with-github-actions/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/assets/cb-18418/images/help/classroom/settings-click-rename-classroom-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages"} +{"url":"https://support.github.com/contact?form%5Bsubject%5D=Re:%20GitHub%20Packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-23501/images/help/classroom/click-new-classroom-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/using-github-cli-in-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/using-github-cli-in-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/cloning-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.1/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-67530/images/help/classroom/classroom-add-students-to-your-roster.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/searching-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/searching-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/searching-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/searching-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/publishing-and-managing-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/assets/cb-21963/images/help/classroom/use-drop-down-then-click-unarchive.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/securing-your-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/github-ae@latest/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-github-marketplace.md","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/github-cli/github-cli/about-github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/about-github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/learn-github-packages/viewing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/assets/cb-26125/images/help/search/search-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/working-with-a-github-packages-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/assets/cb-10774/images/help/search/marketplace-apps-and-actions-search-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/assets/cb-80920/images/help/search/marketplace-left-side-navigation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/assets/cb-147719/images/help/package-registry/container-registry-details-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/using-submodules-with-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/using-github-cli-in-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/assets/cb-13009/images/help/search/marketplace-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/en/github-ae@latest/github/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/github-cli/github-cli/about-github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://github.com/search","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/about-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/github-cli/github-cli/using-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/about-apps"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/learn-github-packages/viewing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reverting-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-github-pages-site-with-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/getting-started-with-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/github-cli/github-cli/about-github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app"} +{"url":"https://docs.github.com/cn/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/ja/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/es/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/pt/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-container-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/deleting-unused-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/getting-started-with-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps/setting-permissions-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-github-pages-and-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-a-theme-to-your-github-pages-site-using-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-issues-and-pull-requests-to-a-project-board/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/search-github/searching-on-github/searching-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/github-cli/github-cli/about-github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/about-github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github/customizing-your-github-workflow/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-pull-request-merges/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/learn-github-packages/introduction-to-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/assets/cb-14937/images/help/pages/pages-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/quickstart"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/managing-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.5/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/using-actions-from-github-marketplace-in-your-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/using-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/assets/cb-81472/images/help/classroom/classroom-hero.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/manage-classrooms"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/github-cli/github-cli/about-github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/cn/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/getting-started-with-git"} +{"url":"https://docs.github.com/ja/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/getting-started-with-git"} +{"url":"https://docs.github.com/es/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/getting-started-with-git"} +{"url":"https://docs.github.com/pt/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/getting-started-with-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/getting-started-with-git/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/getting-started-with-github/getting-started-with-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/github-ae@latest/github-cli/github-cli/about-github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/about-github-cli"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/https-cloning-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-a-publishing-source-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/getting-started-with-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/authenticating-with-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/quickstart"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/security-guides/automatic-token-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/reference/authentication-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/reference/interfaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/interfaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/searching-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/securing-your-github-pages-site-with-https","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-29469/images/help/pages/public-or-private-visibility.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/downgrading-your-github-billing-plan","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-custom-domains-and-github-pages/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-a-custom-domain-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/applying-labels-to-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/github-cli/github-cli/about-github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/about-github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/learn-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-campus-advisors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/github-ae@latest/packages/learn-github-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/learn-github-packages/viewing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/github-ae@latest/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-custom-domains-and-github-pages/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/error-repository-not-found","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/webhooks-and-events/events/issue-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/using-github-cli-in-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-connectivity-problems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/webhooks-and-events/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/cn/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/working-with-ssh-key-passphrases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/verifying-your-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/testing-your-github-pages-site-locally-with-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-and-deleting-branches-within-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/cloning-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/overview/replacing-github-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/publishing-and-managing-packages/viewing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://github.com/docker/metadata-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart/create-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-disrupting-the-experience-of-other-users","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-disrupting-the-experience-of-other-users"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-disrupting-the-experience-of-other-users","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-disrupting-the-experience-of-other-users"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-disrupting-the-experience-of-other-users","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-disrupting-the-experience-of-other-users"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-disrupting-the-experience-of-other-users","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-disrupting-the-experience-of-other-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-disrupting-the-experience-of-other-users.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-disrupting-the-experience-of-other-users"} +{"url":"https://docs.github.com/cn/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-bug-bounty-program-legal-safe-harbor"} +{"url":"https://docs.github.com/ja/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-bug-bounty-program-legal-safe-harbor"} +{"url":"https://docs.github.com/es/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-bug-bounty-program-legal-safe-harbor"} +{"url":"https://docs.github.com/pt/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-bug-bounty-program-legal-safe-harbor"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-bug-bounty-program-legal-safe-harbor"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://search.maven.org/artifact/net.nicoulaj.maven.plugins/checksum-maven-plugin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/graphql/reference/enums"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/cn/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/ja/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/es/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/pt/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/getting-started-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/getting-started-with-github/getting-started-with-git"} +{"url":"https://docs.github.com/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://github.com/docker/build-push-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-a-publishing-source-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/configuring-and-managing-workflows/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/generating-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/configuring-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/assets/cb-22877/images/help/repository/code-of-conduct-tool.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/why-wasnt-my-application-for-a-student-developer-pack-approved","state":"SKIPPED","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-a-student-developer-pack-approved"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/why-wasnt-my-application-for-a-student-developer-pack-approved","state":"SKIPPED","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-a-student-developer-pack-approved"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/why-wasnt-my-application-for-a-student-developer-pack-approved","state":"SKIPPED","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-a-student-developer-pack-approved"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/why-wasnt-my-application-for-a-student-developer-pack-approved","state":"SKIPPED","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-a-student-developer-pack-approved"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/github-ae@latest/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/why-wasnt-my-application-for-a-student-developer-pack-approved.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-a-student-developer-pack-approved"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages"} +{"url":"https://docs.github.com/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/overview/replacing-github-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/replacing-github-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/github/automating-your-workflow-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/publishing-and-managing-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-issues-and-pull-requests-to-a-project-board/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/reference/workflow-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/assets/cb-28397/images/help/repository/code-of-conduct-tool-picker.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/assets/cb-13201/images/help/repository/new-code-of-conduct-file-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/assets/cb-30752/images/help/repository/code-of-conduct-tool-review.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/github/automating-your-workflow-with-github-actions/configuring-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://github.blog/2019-07-30-how-to-get-the-github-student-developer-pack-without-a-student-id/","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-a-student-developer-pack-approved"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/learn-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/free-pro-team@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/deleting-unused-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-pull-request-merges","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/working-with-a-github-packages-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/fork-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart/fork-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-bug-bounty-program-legal-safe-harbor"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/managing-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/configuring-and-managing-workflows/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/applying-labels-to-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/learning-about-github/githubs-products","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/fork-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/learn-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/packages/learn-github-packages/publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/packages/learn-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-pull-request-merges/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows/using-github-cli-in-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/create-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/create-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-packages-with-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/assigning-issues-and-pull-requests-to-other-github-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-github-pages-site-with-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-disrupting-the-experience-of-other-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/site-policy/github-disrupting-the-experience-of-other-users"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-and-deleting-branches-within-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-github-pages-and-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/why-wasnt-my-application-for-a-student-developer-pack-approved","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-a-student-developer-pack-approved"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/ja/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/es/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/pt/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-packages-with-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/github-bug-bounty-program-legal-safe-harbor"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/adding-a-code-of-conduct-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/fork-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/managing-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-packages-with-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/ja/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-packages-with-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/es/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-packages-with-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/pt/packages/learn-github-packages/publishing-a-package","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-packages-with-github-packages/publishing-a-package"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/https-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://education.github.com/schools/terms","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/deleting-unused-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/error-repository-not-found","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://support.github.com/contact/education","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork/why-wasnt-my-application-for-a-student-developer-pack-approved","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-a-student-developer-pack-approved"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/github-ae@latest/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-pull-request-merges/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/learn-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/getting-started-with-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/https-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/cn/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/why-wasnt-my-application-for-an-educator-or-researcher-discount-approved","state":"SKIPPED","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-an-educator-or-researcher-discount-approved"} +{"url":"https://docs.github.com/ja/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/why-wasnt-my-application-for-an-educator-or-researcher-discount-approved","state":"SKIPPED","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-an-educator-or-researcher-discount-approved"} +{"url":"https://docs.github.com/es/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/why-wasnt-my-application-for-an-educator-or-researcher-discount-approved","state":"SKIPPED","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-an-educator-or-researcher-discount-approved"} +{"url":"https://docs.github.com/pt/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/why-wasnt-my-application-for-an-educator-or-researcher-discount-approved","state":"SKIPPED","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-an-educator-or-researcher-discount-approved"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://github.com/github/docs/edit/main/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/why-wasnt-my-application-for-an-educator-or-researcher-discount-approved.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-an-educator-or-researcher-discount-approved"} +{"url":"https://docs.github.com/cn/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/guides"} +{"url":"https://docs.github.com/ja/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/guides"} +{"url":"https://docs.github.com/es/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/guides"} +{"url":"https://docs.github.com/pt/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/guides"} +{"url":"https://github.com/github/docs/edit/main/content/developers/apps/guides/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/developers/apps/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/managing-github-apps/editing-a-github-app-s-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-a-publishing-source-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/cloning-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-jekyll-build-errors-for-github-pages-sites","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/error-repository-not-found","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/importing-a-repository-with-github-importer","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/getting-started-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/webhooks/securing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/quickstart"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/quickstart"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/quickstart"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps/transferring-ownership-of-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/packages/learn-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-packages-with-github-packages/publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/installing-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks/creating","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-hate-speech-and-discrimination","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-hate-speech-and-discrimination"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-hate-speech-and-discrimination","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-hate-speech-and-discrimination"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-hate-speech-and-discrimination","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-hate-speech-and-discrimination"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-hate-speech-and-discrimination","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-hate-speech-and-discrimination"} +{"url":"https://docs.github.com/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-hate-speech-and-discrimination.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-hate-speech-and-discrimination"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-integrations/setting-up-and-registering-github-apps/about-authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/getting-started-with-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/guides/using-the-graphql-api-for-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/site-policy/acceptable-use-policies/github-threats-of-violence-and-gratuitously-violent-content","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-threats-of-violence-and-gratuitously-violent-content"} +{"url":"https://docs.github.com/ja/site-policy/acceptable-use-policies/github-threats-of-violence-and-gratuitously-violent-content","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-threats-of-violence-and-gratuitously-violent-content"} +{"url":"https://docs.github.com/es/site-policy/acceptable-use-policies/github-threats-of-violence-and-gratuitously-violent-content","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-threats-of-violence-and-gratuitously-violent-content"} +{"url":"https://docs.github.com/pt/site-policy/acceptable-use-policies/github-threats-of-violence-and-gratuitously-violent-content","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-threats-of-violence-and-gratuitously-violent-content"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/acceptable-use-policies/github-threats-of-violence-and-gratuitously-violent-content.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/github-threats-of-violence-and-gratuitously-violent-content"} +{"url":"https://docs.github.com/cn/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/apps"} +{"url":"https://docs.github.com/ja/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/apps"} +{"url":"https://docs.github.com/es/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/apps"} +{"url":"https://docs.github.com/pt/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-packages-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/why-wasnt-my-application-for-an-educator-or-researcher-discount-approved","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-an-educator-or-researcher-discount-approved"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/packages/learn-github-packages/publishing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/managing-packages-with-github-packages/publishing-a-package"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/getting-started-with-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/webhooks/event-payloads/"} +{"url":"https://docs.github.com/ja/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/webhooks/event-payloads/"} +{"url":"https://docs.github.com/es/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/webhooks/event-payloads/"} +{"url":"https://docs.github.com/pt/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/webhooks/event-payloads/"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-a-publishing-source-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/cn/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/ja/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/es/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/pt/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/github-cli/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github-cli/github-cli"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-corporate-terms-of-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-organization-members-to-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/github-cli/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/github-cli/github-cli/about-github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/about-github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/github-cli/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github-cli/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://education.github.com/pack/join","status":200,"state":"OK","parent":"https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/creating-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/github-ae@latest/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-integrations/setting-up-and-registering-github-apps/about-authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/understanding-rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/cn/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/rate-limit"} +{"url":"https://docs.github.com/ja/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/rate-limit"} +{"url":"https://docs.github.com/es/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/rate-limit"} +{"url":"https://docs.github.com/pt/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/rate-limit"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/rest/rate-limit.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/why-wasnt-my-application-for-an-educator-or-researcher-discount-approved","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/why-wasn-t-my-application-for-an-educator-or-researcher-discount-approved"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/overview/managing-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/guides"} +{"url":"https://docs.github.com/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/webhooks/creating","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/checks"} +{"url":"https://docs.github.com/ja/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/checks"} +{"url":"https://docs.github.com/es/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/checks"} +{"url":"https://docs.github.com/pt/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/checks"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/rest/checks/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/about-saved-replies"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/about-saved-replies"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/about-saved-replies"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-saved-replies/about-saved-replies.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/about-saved-replies"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/getting-started-with-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/guides/using-ssh-agent-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-git-rebase","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-a-theme-to-your-github-pages-site-using-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-to-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-to-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-to-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-to-github-classroom","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/en/apps/building-integrations/setting-up-and-registering-github-apps/about-authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/webhooks/event-payloads/"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-integrations/setting-up-and-registering-github-apps/about-authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/create-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/setting-up-your-development-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/webhooks/event-payloads/"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-to-github-classroom.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/github/managing-packages-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/webhooks/event-payloads/"} +{"url":"https://docs.github.com/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-oauth-apps/understanding-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-an-access-token-for-command-line-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/configuring-a-publishing-source-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/managing-oauth-apps/troubleshooting-authorization-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/articles/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/creating-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://github.com/enterprise-legal","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/en/github-ae@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-git-rebase","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/differences-between-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/setting-up-your-development-environment/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/contact/","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides/using-the-github-api-in-your-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/webhooks/creating","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/webhooks/event-payloads/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-packages-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/github-ae@latest/webhooks/creating","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/github/site-policy/github-enterprise-service-level-agreement","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-corporate-terms-of-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/assets/cb-66642/images/help/classroom/classroom-settings-click-lms.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/en/github/site-policy/github-data-protection-agreement-non-enterprise-customers","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/webhooks/event-payloads/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/site-policy/github-terms/github-corporate-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-corporate-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-github-pages-and-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry"} +{"url":"https://docs.github.com/assets/cb-79809/images/help/classroom/classroom-copy-credentials.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/create-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://github.com/search?q=fix+typo&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=author%3Adefunkt&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=committer%3Adefunkt&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=author-name%3Awanstrath&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=committer-name%3Awanstrath&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=author-email%3Achris%40github.com&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"mailto:chris@github.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=committer-email%3Achris%40github.com&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=author-date%3A%3C2016-01-01&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=committer-date%3A%3E2016-01-01&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=merge%3Atrue&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=merge%3Afalse&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/github/gitignore/search?q=hash%3A124a9a0ee1d8f1e15e833aff432fbb3b02632105&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/github/gitignore/search?q=parent%3A124a9a0ee1d8f1e15e833aff432fbb3b02632105&type=Commits&utf8=%E2%9C%93","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/github/gitignore/search?q=tree%3A99ca967&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=gibberish+user%3Adefunkt&type=Commits&utf8=%E2%9C%93","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=test+org%3Agithub&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=language+repo%3Adefunkt%2Fgibberish&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=is%3Apublic&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/search?q=is%3Aprivate&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-commits.md","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/cn/get-started/signing-up-for-github/verifying-your-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/articles/verifying-your-email-address"} +{"url":"https://docs.github.com/ja/get-started/signing-up-for-github/verifying-your-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/articles/verifying-your-email-address"} +{"url":"https://docs.github.com/es/get-started/signing-up-for-github/verifying-your-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/articles/verifying-your-email-address"} +{"url":"https://docs.github.com/pt/get-started/signing-up-for-github/verifying-your-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/articles/verifying-your-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/signing-up-for-github/verifying-your-email-address.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/verifying-your-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/assets/cb-23246/images/help/classroom/classroom-settings-click-connection-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/assets/cb-53065/images/help/settings/email-verify-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/verifying-your-email-address"} +{"url":"https://docs.github.com/assets/cb-45467/images/help/classroom/classroom-settings-click-disconnect-from-your-lms-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/assets/cb-8084/images/help/settings/email-verification-confirmation-banner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/verifying-your-email-address"} +{"url":"https://moodle.org/login/","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://moodle.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/assets/cb-13022/images/help/repository/sidebar-secrets.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/secret-scanning/managing-alerts-from-secret-scanning.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-a-publishing-source-for-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/assets/cb-13642/images/enterprise/3.1/help/repository/repo-tabs-pull-requests.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://github.com/logout","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/verifying-your-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"http://www.imsglobal.org/aboutims.html","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/assets/cb-67671/images/help/repository/secret-scanning-click-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/assets/cb-104959/images/help/repository/secret-scanning-resolve-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-packages-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/cloning-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-a-publishing-source-for-your-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://www.instructure.com/canvas/","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-pull-requests/addressing-merge-conflicts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-pull-request/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/deleting-and-restoring-a-package"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-to-github-classroom","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/rate-limit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/writing-on-github/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-to-github-classroom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/en/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/deleting-unused-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/requesting-a-pull-request-review","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-and-highlighting-code-blocks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-proposed-changes-in-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/apps/quickstart-guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/working-with-forks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/webhooks/event-payloads/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/tracking-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-pull-request-merges/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/quickstart/create-a-repo","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-an-email-address-to-your-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-pull-request/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-pull-request-merges/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/tracking-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://www.imsglobal.org/activity/learning-tools-interoperability","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://community.canvaslms.com/t5/Canvas-Basics-Guide/How-do-I-contact-Canvas-Support/ta-p/389767","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-unused-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/searching-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/cn/pages/getting-started-with-github-pages/using-submodules-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/articles/using-submodules-with-github-pages"} +{"url":"https://docs.github.com/ja/pages/getting-started-with-github-pages/using-submodules-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/articles/using-submodules-with-github-pages"} +{"url":"https://docs.github.com/es/pages/getting-started-with-github-pages/using-submodules-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/articles/using-submodules-with-github-pages"} +{"url":"https://docs.github.com/pt/pages/getting-started-with-github-pages/using-submodules-with-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/articles/using-submodules-with-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/signing-up-for-github/verifying-your-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/verifying-your-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/create-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/tracking-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/github-glossary","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/tracking-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/create-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/administering-a-repository/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-pull-request/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-repository-from-a-template","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-a-projects-contributors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/using-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/categories/getting-started-with-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/github-ae@latest/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/get-started/signing-up-for-github/verifying-your-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/verifying-your-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/tracking-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/using-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/categories/getting-started-with-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/create-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/create-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/using-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/categories/getting-started-with-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/tracking-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/using-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/using-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart/git-and-github-learning-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-up-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/working-with-advanced-formatting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/categories/getting-started-with-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/setting-up-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/enabling-anonymous-git-read-access-for-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/categories/getting-started-with-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/access-permissions-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/using-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/why-are-my-contributions-not-showing-up-on-my-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches"} +{"url":"https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches"} +{"url":"https://docs.github.com/es/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches"} +{"url":"https://docs.github.com/pt/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pages/getting-started-with-github-pages/using-submodules-with-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/using-submodules-with-github-pages"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-11743/images/help/pull_requests/pull-request-update-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-2058/images/help/branches/pr-retargeting-diagram1.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/signing-commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-contributions-on-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/resolving-a-merge-conflict-using-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-2583/images/help/branches/pr-retargeting-diagram2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/cloning-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/committing-changes-to-your-project/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/enabling-anonymous-git-read-access-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/committing-changes-to-your-project/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/using-ldap","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-repository-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-repository-management-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/cloning-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/duplicating-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/access-permissions-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/es/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/using-git/splitting-a-subfolder-out-into-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/using-files/viewing-a-file.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/managing-remote-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/githubs-products"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/assets/cb-4138/images/help/repository/blame-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/assets/cb-146929/images/help/repository/blame-ignore-revs-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/assets/cb-135736/images/help/repository/git_blame.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/assets/cb-9553/images/help/repository/prior-blame-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-support"} +{"url":"https://docs.github.com/ja/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-support"} +{"url":"https://docs.github.com/es/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-support"} +{"url":"https://docs.github.com/pt/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/managing-the-forking-policy-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/enabling-anonymous-git-read-access-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/assets/cb-46588/images/help/repository/view-git-blame-specific-line.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/committing-changes-to-your-project/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/enabling-anonymous-git-read-access-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/assets/cb-3714/images/help/repository/raw-file-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/github/site-policy-deprecated/github-enterprise-service-level-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-addendum"} +{"url":"https://docs.github.com/ja/github/site-policy-deprecated/github-enterprise-service-level-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-addendum"} +{"url":"https://docs.github.com/es/github/site-policy-deprecated/github-enterprise-service-level-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-addendum"} +{"url":"https://docs.github.com/pt/github/site-policy-deprecated/github-enterprise-service-level-agreement","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-addendum"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-the-forking-policy-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/github/site-policy-deprecated/github-enterprise-service-level-agreement.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-addendum"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/enabling-anonymous-git-read-access-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://git-scm.com/docs/git-blame","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://github.com/github/docs/edit/main/content/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site.md","state":"SKIPPED","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site"} +{"url":"https://docs.github.com/cn/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/commits"} +{"url":"https://docs.github.com/ja/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/commits"} +{"url":"https://docs.github.com/es/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/commits"} +{"url":"https://docs.github.com/pt/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://github.com/github/docs/edit/main/content/rest/commits/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/support/learning-about-github-support/github-marketplace-support","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-support"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/committing-changes-to-your-project/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/assets/cb-13907/images/help/pages/click-private-pages-url-to-preview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/support/learning-about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-support"} +{"url":"https://docs.github.com/en/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/about-github-advanced-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/en/github/site-policy-deprecated/github-enterprise-service-level-agreement","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-addendum"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-a-commit-message","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/committing-changes-to-your-project/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/learning-about-github/githubs-products","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/about-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/cloning-a-repository/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/github-ae@latest/get-started/learning-about-github/githubs-products","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/signing-commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-repository-from-a-template","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-comparing-branches-in-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://github.blog/2013-04-09-yummy-cookies-across-domains/","status":200,"state":"OK","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/managing-remote-repositories/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/cloning-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://www.github.com/enterprise-legal","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-addendum"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/checking-out-pull-requests-locally","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/learning-about-github/githubs-products","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/cn/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/using-files/viewing-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/tracking-changes-in-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/committing-changes-to-your-project/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/cloning-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/cloning-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/learning-about-github/githubs-products","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/learning-about-github/githubs-products","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/assets/cb-62760/images/help/organizations/start-a-free-trial-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-21329/images/help/organizations/finish-trial-buttons.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/assets/cb-24386/images/help/organizations/suggested-tasks-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/learning-about-github/githubs-products","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/assets/cb-42088/images/help/organizations/enterprise-cloud-trial-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/assets/cb-67480/images/help/settings/ssh-sso-authorize.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/assets/cb-27993/images/help/settings/ssh-sso-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/applying-labels-to-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/github/site-policy-deprecated/github-enterprise-service-level-agreement","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-addendum"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github/site-policy-deprecated/github-enterprise-service-level-agreement","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-addendum"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-authentication-with-saml-single-sign-on","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/github/committing-changes-to-your-project/comparing-commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://github.com/enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/assets/cb-13503/images/enterprise/3.1/help/repository/repo-tabs-issues.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/comparing-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://github.com/github/docs/edit/main/content/support/contacting-github-support/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/learning-about-github/githubs-products","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/cn/github-ae@latest/support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support"} +{"url":"https://docs.github.com/ja/github-ae@latest/support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support"} +{"url":"https://docs.github.com/es/github-ae@latest/support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support"} +{"url":"https://docs.github.com/pt/github-ae@latest/support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/commits"} +{"url":"https://docs.github.com/cn/site-policy/content-removal-policies/guide-to-submitting-a-dmca-takedown-notice","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/guide-to-submitting-a-dmca-takedown-notice"} +{"url":"https://docs.github.com/ja/site-policy/content-removal-policies/guide-to-submitting-a-dmca-takedown-notice","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/guide-to-submitting-a-dmca-takedown-notice"} +{"url":"https://docs.github.com/es/site-policy/content-removal-policies/guide-to-submitting-a-dmca-takedown-notice","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/guide-to-submitting-a-dmca-takedown-notice"} +{"url":"https://docs.github.com/pt/site-policy/content-removal-policies/guide-to-submitting-a-dmca-takedown-notice","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/guide-to-submitting-a-dmca-takedown-notice"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/content-removal-policies/guide-to-submitting-a-dmca-takedown-notice.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/guide-to-submitting-a-dmca-takedown-notice"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-issues-and-pull-requests-to-a-project-board/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/support/learning-about-github-support/about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/github-enterprise-cloud-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://en.wikipedia.org/wiki/Online_Copyright_Infringement_Liability_Limitation_Act","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/guide-to-submitting-a-dmca-takedown-notice"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/signing-up-for-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://github.com/github/docs/edit/main/content/support/learning-about-github-support/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support"} +{"url":"https://docs.github.com/cn/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/ja/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/es/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/pt/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://github.com/github/docs/edit/main/content/actions/learn-github-actions/usage-limits-billing-and-administration.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/searching-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/viewing-branches-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/associating-milestones-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-a-commit-message","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support/about-ticket-priority","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/applying-labels-to-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support"} +{"url":"https://docs.github.com/en/support/contacting-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/support"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/viewing-branches-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-the-automatic-deletion-of-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/site-policy/content-removal-policies/guide-to-submitting-a-dmca-takedown-notice","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/guide-to-submitting-a-dmca-takedown-notice"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/githubs-products"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/troubleshooting-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/ja/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/es/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/pt/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/managing-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/managing-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/learning-about-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/githubs-products"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/onboarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/onboarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-additional-product-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/using-github-cli-in-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/managing-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-20800/images/help/issues/new-issue-page-with-multiple-templates.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/learning-about-github/githubs-products","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/githubs-products"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/support/contacting-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-issues/about-automation-for-issues-and-pull-requests-with-query-parameters","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/actions/learn-github-actions/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/managing-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-28259/images/help/pull_requests/pr-template-sample.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/support"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/content-removal-policies/guide-to-submitting-a-dmca-takedown-notice","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/site-policy/guide-to-submitting-a-dmca-takedown-notice"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/opening-an-issue-from-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-issues/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/opening-an-issue-from-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/managing-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/support/learning-about-github-support/about-ticket-priority.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-proposed-changes-in-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/support/learning-about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/learn-github-actions/usage-limits-billing-and-administration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/articles/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/articles/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://github.com/github/docs/edit/main/content/support/contacting-github-support/viewing-and-updating-support-tickets.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/fork-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/committing-changes-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/opening-an-issue-from-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/assets/cb-10195/images/help/support/my-tickets-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/assets/cb-14787/images/help/support/ticket-context.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/assets/cb-10091/images/help/support/my-tickets-header.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-37451/images/help/support/support-recent-response.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/assets/cb-16110/images/help/support/close-ticket.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/assets/cb-16081/images/help/support/new-comment-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-16192/images/help/support/add-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-issues-and-pull-requests-to-a-project-board/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/opening-an-issue-from-a-comment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reviewing-proposed-changes-in-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-issues/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/support/contacting-github-support/creating-a-support-ticket.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/committing-changes-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/assets/cb-4524/images/help/support/from-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://enterprise.github.com/license","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/assets/cb-4660/images/help/support/installation-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/assets/cb-7717/images/help/support/release-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/assets/cb-4062/images/help/support/priority-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"mailto:supportcredits@github.com","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://github.com/github/docs/edit/main/content/support/learning-about-github-support/about-github-premium-support.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/assets/cb-24005/images/help/support/account-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://github.com/search?q=cat+type%3Apr&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=github+commenter%3Adefunkt+type%3Aissue&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=event+is%3Apr&type=","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=is%3Aissue+label%3Abug+is%3Aclosed&type=","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=warning+in%3Atitle&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=error+in%3Atitle%2Cbody&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=shipit+in%3Acomment&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=user%3Adefunkt+ubuntu&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=org%3Agithub&type=Issues&utf8=%E2%9C%93","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=repo%3Amozilla%2Fshumway+created%3A%3C2012-03-01&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=libraries+state%3Aopen+mentions%3Avmg&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=design+state%3Aclosed+in%3Abody&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=performance+is%3Aopen+is%3Aissue&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=android+is%3Aclosed&type=","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=is%3Apublic&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=is%3Aprivate+cupcake&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=cool+author%3Agjtorikian&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=bootstrap+in%3Abody+author%3Amdo&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=author%3Aapp%2Frobot&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=assignee%3Avmg+repo%3Alibgit2%2Flibgit2&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=resque+mentions%3Adefunkt&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=github+commenter%3Adefunkt+org%3Agithub&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=involves%3Adefunkt+involves%3Ajlord&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=NOT+bootstrap+in%3Abody+involves%3Amdo&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=repo%3Adesktop%2Fdesktop+is%3Aopen+linked%3Apr","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=repo%3Adesktop%2Fdesktop+is%3Aclosed+linked%3Aissue","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=repo%3Adesktop%2Fdesktop+is%3Aopen+-linked%3Apr","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=repo%3Adesktop%2Fdesktop+is%3Aopen+-linked%3Aissue","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=label%3A%22help+wanted%22+language%3Aruby&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=broken+in%3Abody+-label%3Abug+label%3Apriority&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?l=&q=label%3Abug+label%3Aresolved&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=label%3Abug%2Cresolved&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=milestone%3A%22overhaul%22&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=milestone%3A%22bug+fix%22&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=language%3Ago+status%3Apending","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=is%3Aopen+status%3Asuccess+finally+in%3Abody&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=created%3A2015-05-01..2015-05-30+status%3Afailure&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=e1109ab&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=0eff326d+is%3Amerged&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=head%3Achange+is%3Aclosed+is%3Aunmerged","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=base%3Agh-pages","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=language%3Aruby+state%3Aopen&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=state%3Aclosed+comments%3A%3E100&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=comments%3A500..1000&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=interactions%3A%3E2000","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=interactions%3A500..1000","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=reactions%3A%3E1000&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=reactions%3A500..1000","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=draft%3Atrue","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=draft%3Afalse","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review%3Anone&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review%3Arequired&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review%3Aapproved&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review%3Achanges_requested&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+reviewed-by%3Agjtorikian&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review-requested%3Abenbalter&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=is%3Apr+user-review-requested%3A%40me+","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=type%3Apr+team-review-requested%3Aatom%2Fdesign&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=language%3Ac%23+created%3A%3C2011-01-01+state%3Aopen&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=weird+in%3Abody+updated%3A%3E%3D2013-02-01&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=language%3Aswift+closed%3A%3E2014-06-11&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=data+in%3Abody+closed%3A%3C2012-10-01+&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=language%3Ajavascript+merged%3A%3C2011-01-01+&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=fast+in%3Atitle+language%3Aruby+merged%3A%3E%3D2014-05-01+&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=bugfix+is%3Apr+is%3Amerged&type=","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=error+is%3Aunmerged&type=","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=archived%3Atrue+GNOME&type=","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=archived%3Afalse+GNOME&type=","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=code+of+conduct+is%3Alocked+is%3Aissue+archived%3Afalse","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=code+of+conduct+is%3Aunlocked+archived%3Afalse","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=priority+no%3Alabel&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=sprint+no%3Amilestone+type%3Aissue&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?q=important+no%3Aassignee+language%3Ajava+type%3Aissue&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=build+no%3Aproject&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-issues-and-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/configuring-commit-squashing-for-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/assets/cb-2264/images/help/support/subject-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/assets/cb-12301/images/help/support/how-can-we-help-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-2698/images/help/support/send-request-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/opening-an-issue-from-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/using-github/github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-9369/images/enterprise/management-console/unlock-password.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/cn/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/glossary"} +{"url":"https://docs.github.com/ja/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/glossary"} +{"url":"https://docs.github.com/es/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/glossary"} +{"url":"https://docs.github.com/pt/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/glossary"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/opening-an-issue-from-a-comment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary.md","state":"SKIPPED","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/glossary"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/customizing-how-changed-files-appear-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-13884/images/enterprise/support/download-diagnostics-info-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/assets/cb-16294/images/enterprise/management-console/open-support-request.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/support/about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/assets/cb-14341/images/enterprise/management-console/support-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/assets/cb-5317/images/help/support/product-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/enterprise-server@3.3/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/categories/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/customizing-how-changed-files-appear-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/assets/cb-11864/images/help/support/request-callback.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-proposed-changes-in-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/reviewing-proposed-changes-in-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reviewing-proposed-changes-in-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-proposed-changes-in-a-pull-request/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/fork-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/managing-issues/assigning-issues-and-pull-requests-to-other-github-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/categories/writing-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review.md","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-license-for-github-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/public-schema"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/public-schema"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/public-schema"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/public-schema"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/opening-an-issue-from-a-comment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-commit-rebasing-for-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-data-protection-agreement","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/assets/cb-79344/images/help/graphs/dependency-review-action.png","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review"} +{"url":"https://docs.github.com/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/overview/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/categories/writing-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/categories/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/categories/writing-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reviewing-proposed-changes-in-a-pull-request/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/glossary"} +{"url":"https://docs.github.com/assets/cb-26893/images/help/repository/repository-options-defaultbranch-change.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/assets/cb-23842/images/help/repository/repository-options-defaultbranch-update.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-37384/images/help/repository/repository-options-defaultbranch-i-understand.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-68610/images/help/repository/repository-options-defaultbranch-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/explorer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/explorer"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/explorer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/explorer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/support/learning-about-github-support/about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-31064/images/help/billing/ghas-orgs-list-enterprise-ghes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/assets/cb-60969/images/help/enterprises/settings-security-analysis-ghas-repos-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-18601/images/help/business-accounts/download-ghes-license.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-13021/images/enterprise/enterprise-server/license.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-support/overview/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/assets/cb-13757/images/help/billing/ghas-orgs-list-enterprise-click-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-issues/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/categories/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/assets/cb-19106/images/help/enterprises/enterprise-licensing-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-48009/images/enterprise/management-console/upload-license.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-5140/images/enterprise/management-console/begin-upload.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/public/ghes-3.3/schema.docs-enterprise.graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/public-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/breaking-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features"} +{"url":"https://enterprise.github.com/releases/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/assets/cb-10029/images/enterprise/business-accounts/update-license-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://github.com/github/docs/edit/main/content/graphql/overview/schema-previews.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/education/manage-coursework-with-github-classroom/glossary"} +{"url":"https://docs.github.com/assets/cb-46146/images/enterprise/enterprise-server/enterprise-server-billing-license-info.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/rest/reference/dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review"} +{"url":"https://docs.github.com/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/resource-limitations"} +{"url":"https://git-scm.com/docs/git-ls-remote.html","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://github.com/actions/dependency-review-action","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/assets/cb-5708/images/help/pull_requests/pull-request-information-fields-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/quickstart/be-social","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/managing-scheduled-reminders-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/assets/cb-27610/images/help/business-accounts/upload-ghe-server-usage-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/assets/cb-22309/images/help/business-accounts/upload-ghe-server-usage-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/assets/cb-9928/images/enterprise/business-accounts/export-license-usage-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://developer.github.com/changes/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/schema-previews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://enterprise.githubsupport.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin"} +{"url":"https://docs.github.com/assets/cb-9740/images/enterprise/business-accounts/settings-options-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-15725/images/enterprise/site-admin-settings/default-repository-visibility-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-code-owners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleting-your-user-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/assets/cb-62979/images/help/business-accounts/repository-creation-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-commit-squashing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/how-to-transfer-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-commit-rebasing-for-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/setting-guidelines-for-repository-contributors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/assets/cb-28527/images/enterprise/site-admin-settings/all-repo-upload-limit-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/guides/using-the-explorer","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/assets/cb-21895/images/help/business-accounts/repository-creation-policy-repo-types.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/en/github-ae@latest/categories/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-65885/images/enterprise/business-accounts/repository-invitation-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/assets/cb-46801/images/enterprise/site-admin-settings/repo-upload-limit-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/assets/cb-4996/images/enterprise/site-admin-settings/click-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/articles/about-code-owners"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/articles/about-code-owners"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/articles/about-code-owners"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/articles/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://enterprise.github.com/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/assets/cb-3909/images/enterprise/site-admin-settings/user/user-admin-tab-top.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-20919/images/enterprise/site-admin-settings/search-for-things.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://docs.github.com/assets/cb-3847/images/enterprise/site-admin-settings/click-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-12095/images/enterprise/site-admin-settings/user/user-block-all-force-pushes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-40813/images/enterprise/site-admin-settings/user/user-block-force-pushes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-32524/images/enterprise/site-admin-settings/repo/repo-block-force-pushes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-66343/images/enterprise/settings/conflict-editor-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/about-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/assets/cb-80335/images/enterprise/site-admin-settings/site-admin-enable-anonymous-git-read-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-23038/images/enterprise/site-admin-settings/enable-anonymous-git-read-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-32997/images/enterprise/site-admin-settings/confirm-anonymous-git-read-access-for-specific-repo-as-site-admin.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/committing-changes-to-your-project/creating-and-editing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/overview/public-schema","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/public-schema"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/assets/cb-27319/images/enterprise/site-admin-settings/lock_anonymous_git_access_for_specific_repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/assets/cb-10929/images/enterprise/site-admin-settings/globally-lock-repos-from-changing-anonymous-git-read-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/assets/cb-3848/images/help/settings/settings-sidebar-emails.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/assets/cb-28017/images/help/repository/code-owner-for-a-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/assets/cb-4632/images/help/oauth/register-application-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/assets/cb-22142/images/help/oauth/client-id-and-secret.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/assets/cb-23752/images/help/settings/settings-sidebar-account-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/assets/cb-24350/images/enterprise/site-admin-settings/force-pushes-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/assets/cb-6165/images/enterprise/site-admin-settings/user/user-admin-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/assets/cb-7547/images/help/settings/settings-sidebar-repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/assets/cb-12022/images/help/settings/repos-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/assets/cb-3620/images/help/settings/settings-user-orgs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/scalars"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/scalars"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/scalars"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/scalars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/assets/cb-4003/images/help/repository/repo-settings-collaborators.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/overview/explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/explorer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-an-internal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/filtering-pull-requests-by-review-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/assets/cb-19036/images/help/organizations/Collaborator-Remove.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/assets/cb-56056/images/help/organizations/view-list-of-people-in-org-by-role.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/assets/cb-2771/images/help/repository/repo-settings-collab-add.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/assets/cb-4905/images/help/repository/user-account-repo-settings-collaborators.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/assets/cb-44882/images/help/repository/repo-settings-collab-autofill.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/overview/about-the-graphql-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/about-the-graphql-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/overview/breaking-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/breaking-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/overview/schema-previews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/assets/cb-10155/images/help/organizations/context-leave-organization-with-roles-shown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/assets/cb-7067/images/help/pull_requests/pre-receive-hook-failed-error.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/overview/resource-limitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/about-code-owners"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/guides/using-the-explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-protected-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-commit-signature-verification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/permission-levels-for-user-owned-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/guides/introduction-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/introduction-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/guides/using-global-node-ids","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/what-is-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/assets/cb-69190/images/help/settings/github.com_end_user_connection.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/assets/cb-11602/images/help/settings/github-connect-tab-user-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/queries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/queries"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/queries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/queries"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/basic-writing-and-formatting-syntax/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/assets/cb-74901/images/help/settings/authorize-ghe-to-connect-to-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/assets/cb-48748/images/help/settings/send-and-update-contributions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/removing-yourself-from-a-collaborator-s-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/overview/openapi-description","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/openapi-description"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/permission-levels-for-a-user-account-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/scalars"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/what-is-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/about-code-owners"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-contributions-on-your-profile-page","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/how-do-i-set-up-my-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/managing-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://confluence.atlassian.com/adminjiracloud/connect-jira-cloud-to-github-814188429.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/what-is-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/reference/scalars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/scalars"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/addressing-merge-conflicts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/personalizing-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/unions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/unions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/unions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides/getting-started-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-access-to-your-organization-s-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides/basics-of-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-25218/images/enterprise/repos/repo-change-confirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides/building-a-ci-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/categories/visualizing-repository-data-with-graphs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-protected-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/queries"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-79089/images/enterprise/repos/repo-change-select.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/categories/collaborating-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/reference/queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/queries"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/pinning-repositories-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/assets/cb-5553/images/help/settings/notifications_menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/categories/administering-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/categories/managing-your-work-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-a-bio-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/assets/cb-28645/images/help/repository/autolink-references-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-automation-for-issues-and-pull-requests-with-query-parameters","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-your-security-log","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/renaming-a-branch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/what-is-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-43333/images/help/releases/compare-tags-menu-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/managing-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/editing-files-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/moving-a-file-in-your-repository-to-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-a-summary-of-repository-activity","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/queries"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-an-individual-s-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/archiving-a-github-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/labeling-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/unions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/moving-a-file-to-a-new-location-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/assets/cb-11115/images/help/releases/release-title-old.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/assets/cb-5585/images/help/settings/settings-applications.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/assets/cb-7796/images/help/releases/release_latest_release_tag.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/reference/unions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-38165/images/help/releases/compare-tags-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/actions/workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/actions/workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/filtering-pull-requests-by-review-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/apps/marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/apps/marketplace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/users/gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/users/gpg-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/orgs/outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/git/refs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/git/refs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/git/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/git/commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/metrics/traffic","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/metrics/traffic"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/assets/cb-37524/images/enterprise/3.5/repository/pr-merge-squash.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/filtering-pull-requests-by-review-status","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/what-is-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/duplicating-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/assets/cb-6771/images/help/settings/settings-sidebar-deploy-keys.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/assets/cb-31397/images/help/repository/security-and-analysis-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/using-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/guides/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/assets/cb-124577/images/enterprise/3.3/repository/security-and-analysis-disable-or-enable-ghes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/releasing-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/extending-github/getting-started-with-the-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-6595/images/help/settings/settings-sidebar-account-security.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/assets/cb-21916/images/enterprise/settings/password-recovery-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/assets/cb-31676/images/help/settings/personal_access_tokens_ghe.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-files-in-a-repository/managing-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/assets/cb-18272/images/help/2fa/2fa_recovery_dialog_box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-a-file-to-a-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/assets/cb-7197/images/help/branches/specify-branch-protection-rule.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-57405/images/help/branches/add-branch-protection-rule.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/assets/cb-13636/images/help/repository/PR-reviews-required.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/assets/cb-20875/images/help/repository/PR-reviews-required-dismiss-stale.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-20426/images/help/repository/repository-options-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/authorizing-github-apps.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/filtering-pull-requests-by-review-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-29155/images/help/repository/require-conversation-resolution.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/assets/cb-8360/images/help/repository/require-signed-commits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/assets/cb-16239/images/help/repository/protecting-branch-loose-status.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-34110/images/help/repository/PR-review-required-dismissals.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-25534/images/help/repository/required-status-checks.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-69776/images/help/repository/include-admins-protected-branches.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-20747/images/help/repository/PR-review-required-code-owner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-9045/images/help/repository/required-statuses-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-27255/images/help/repository/allow-branch-deletions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-6318/images/help/repository/delete-branch-protection-rule.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-1417/images/help/repository/save-branch-protection-rule.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-6406/images/help/repository/edit-branch-protection-rule.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-11194/images/help/repository/restrict-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-10675/images/help/repository/required-linear-history.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-issues-and-pull-requests/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/assets/cb-22872/images/help/repository/restrict-branch-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/assets/cb-27455/images/help/repository/allow-force-pushes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/archiving-a-github-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/assets/cb-54858/images/help/apps/github-apps-new-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"error: Permission to user/repo denied to user/other-repo - GitHub Docs","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/filtering-pull-requests-by-review-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/assets/cb-26826/images/help/platform/oauth_access_types.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/managing-commit-signature-verification/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/assets/cb-43282/images/help/platform/oauth_owner_bar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/assets/cb-17338/images/help/platform/oauth_existing_access_pane.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/generating-an-ssh-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://support.1password.com/one-time-passwords/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/managing-commit-signature-verification/signing-tags.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/assets/cb-32935/images/help/2fa/security-key-register.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/assets/cb-38984/images/help/2fa/enable-two-factor-authentication-dialoge.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/assets/cb-67995/images/help/2fa/2fa-recover-during-setup.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/assets/cb-62783/images/help/2fa/2fa_wizard_download_recovery_codes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/assets/cb-42686/images/help/2fa/security-key-prompt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/assets/cb-31218/images/help/2fa/security-key-nickname.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/assets/cb-25264/images/help/2fa/2fa_wizard_app_enter_code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/assets/cb-23268/images/help/2fa/2fa_wizard_app_click_code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/assets/cb-10514/images/help/2fa/add-security-keys-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/renaming-a-file-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-people-s-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-security/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/assets/cb-15400/images/help/organizations/organization-people-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-21562/images/help/graphs/repo_members_graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://authy.com/guides/github/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/guides/managing-deploy-keys/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/assets/cb-85327/images/help/repository/actions-policy-allow-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/assets/cb-45438/images/help/repository/actions-policy.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/error-ssh-add-illegal-option-k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/overview/resources-in-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/error-we-re-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/assets/cb-51832/images/help/settings/actions-workflow-permissions-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-yourself-from-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/assets/cb-19705/images/help/repository/number-of-required-review-approvals.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/troubleshooting-commit-signature-verification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/assets/cb-76918/images/help/releases/releases-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-your-repositorys-tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-a-user-account-repository/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/transferring-organization-ownership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://github.com/blog/2384-git-lfs-2-2-0-released","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-oauth-apps/authorizing-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/basic-writing-and-formatting-syntax/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/assets/cb-25326/images/help/settings/audit-log-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/assets/cb-37119/images/help/repository/enable-git-read-access-for-a-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-yourself-from-a-collaborator-s-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/getting-started-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/cn/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/ja/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/es/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/pt/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/assets/cb-16541/images/help/platform/oauth_app_info.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/assets/cb-55610/images/help/profile/org_profile.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/managing-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/removing-yourself-from-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/signing-commits-and-tags-using-gpg","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/assets/cb-22381/images/help/issues/issues_filter_dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/assets/cb-10311/images/help/issues/issues_assignee_dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/assets/cb-31188/images/help/issues/labels-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/assets/cb-12370/images/help/pull_requests/pr-review-filters.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/making-a-private-repository-public","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-22625/images/help/issues/issues_sort_dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/how-can-i-reset-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/assets/cb-9846/images/help/pull_requests/reviews-filter-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/cn/github/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users","state":"SKIPPED","parent":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users"} +{"url":"https://docs.github.com/ja/github/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users","state":"SKIPPED","parent":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users"} +{"url":"https://docs.github.com/es/github/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users","state":"SKIPPED","parent":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users"} +{"url":"https://docs.github.com/pt/github/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users","state":"SKIPPED","parent":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users"} +{"url":"https://github.com/github/docs/edit/main/content/github/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users"} +{"url":"https://docs.github.com/cn/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/ja/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/es/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/pt/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/how-to-transfer-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://lastpass.com/auth/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/assets/cb-16111/images/help/repository/PR-reviews-required-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-33739/images/help/repository/number-of-required-review-approvals-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/assets/cb-25434/images/help/repository/PR-bypass-requirements.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-contributions-on-your-profile-page","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/articles/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/importing-your-projects-to-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/assets/cb-6396/images/help/repository/require-merge-queue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/github/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/en/articles/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/how-do-i-set-up-my-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/assets/cb-40668/images/help/repository/require-successful-deployment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/assets/cb-15476/images/help/repository/restrict-branch-create.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/assets/cb-30821/images/help/repository/restrict-branch-search-with-create.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/assets/cb-29520/images/help/repository/allow-force-pushes-specify-who.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/gitignore","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/gitignore"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/managing-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/labeling-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/personalizing-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/changing-project-board-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/privacy","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/assets/cb-53892/images/help/settings/theme-choose-a-day-and-night-theme-to-sync.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/assets/cb-29828/images/help/settings/theme-choose-a-single-theme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/assets/cb-10509/images/help/settings/appearance-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/removing-yourself-from-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-access-to-your-user-account-s-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/linking-a-repository-to-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-access-to-your-user-account-s-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/assets/cb-50283/images/help/releases/delete-release.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/assets/cb-16939/images/help/repository/environments.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/assets/cb-47870/images/help/releases/edit-release.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/assets/cb-39251/images/help/releases/release-name-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/assets/cb-155560/images/help/releases/releases-overview-with-contributors.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/linking-a-repository-to-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/closing-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-access-to-your-user-account-s-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-access-to-your-user-account-s-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-access-to-your-user-account-s-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://github.com/marketplace/category/deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/access-permissions-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/pinning-repositories-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-a-bio-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/removing-yourself-from-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-13818/images/help/projects/reopen-and-sync-project.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/how-do-i-set-up-my-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/removing-an-outside-collaborator-from-an-organization-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/setting-repository-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/setting-git-push-limits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/assets/cb-41298/images/help/projects/reopen-closed-project-board-drop-down-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-20726/images/enterprise/github-ae/settings/github.com-end-user-connection.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/assets/cb-43726/images/enterprise/github-ae/settings/authorize-ghae-to-connect-to-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/permission-levels-for-a-user-account-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/labeling-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-packages-with-github-packages/publishing-and-managing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/personalizing-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/basic-writing-and-formatting-syntax/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/managing-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile-page","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/releases/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/releases/releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-your-work-on-github/filtering-pull-requests-by-review-status"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/how-do-i-set-up-my-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/configuring-notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/reopening-a-closed-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-a-bio-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/managing-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/labeling-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/configuring-notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/basic-writing-and-formatting-syntax/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/pulls/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/pulls/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-yourself-from-a-collaborator-s-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/migrations/source-imports","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/migrations/source-imports"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/personalizing-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/mutations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/mutations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/mutations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/mutations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://docs.github.com/github/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/removing-yourself-from-a-collaborator-s-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/creating-a-template-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/assets/cb-47769/images/help/notifications-v2/watch-repository-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/supported-browsers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/updating-your-github-access-credentials","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/troubleshooting-commits-on-your-timeline","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/checks/runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/checks/runs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/permission-levels-for-a-user-account-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/assets/cb-4157/images/help/settings/saved-replies-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/permission-levels-for-a-user-account-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-yourself-from-a-collaborator-s-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-contributions-on-your-profile-page","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/issues/assignees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/issues/assignees"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/be-social"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-yourself-from-a-collaborator-s-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/assets/cb-42604/images/help/pull_requests/select-bar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/keyboard-shortcuts/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/assets/cb-726253/images/help/pull_requests/dragging_images.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-your-milestone-s-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/mutations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/permission-levels-for-a-user-account-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/assets/cb-35176/images/help/projects/select-automation-options-existing-column.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/assets/cb-4683/images/help/projects/edit-column-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/assets/cb-18259/images/help/projects/manage-automation-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-github/github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/opening-an-issue-from-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/removing-yourself-from-a-collaborator-s-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/be-social"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/en/enterprise-server/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-changes-in-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/reference/mutations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/mutations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/permission-levels-for-a-user-account-repository/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/contributing-to-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reopening-a-closed-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/metrics/statistics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/metrics/statistics"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/importing-your-projects-to-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-files-in-a-repository/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-github/supported-browsers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/supported-browsers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-github/github-mobile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-mobile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/checks/suites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/checks/suites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-github/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/signing-up-for-a-new-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/learning-about-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/searching-for-information-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart/be-social","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github-ae@latest/github/using-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/github-ae@latest/github/writing-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/repos/tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/repos/tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-files-in-a-repository/managing-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart/github-flow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/github/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/assets/cb-445047/images/enterprise/writing/task-lists-reorder.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/github-ae@latest/github/extending-github/getting-started-with-the-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github/following-people"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/allowing-people-to-delete-issues-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-new-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/using-search-to-filter-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/cn/site-policy/other-site-policies/github-username-policy","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-username-policy"} +{"url":"https://docs.github.com/ja/site-policy/other-site-policies/github-username-policy","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-username-policy"} +{"url":"https://docs.github.com/es/site-policy/other-site-policies/github-username-policy","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-username-policy"} +{"url":"https://docs.github.com/pt/site-policy/other-site-policies/github-username-policy","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-username-policy"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/other-site-policies/github-username-policy.md","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-username-policy"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart/contributing-to-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/about-organization-membership"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/about-organization-membership"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/about-organization-membership"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/about-organization-membership"} +{"url":"https://docs.github.com/assets/cb-4261/images/help/pull_requests/linked-issues.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/visualizing-repository-data-with-graphs/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/what-is-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/basic-writing-and-formatting-syntax/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-git/about-git-rebase","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://github.com/github/docs/edit/main/content/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/assets/cb-20036/images/help/billing/settings_organization_billing_plans_tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/cn/site-policy/privacy-policies/global-privacy-practices","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://docs.github.com/ja/site-policy/privacy-policies/global-privacy-practices","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://docs.github.com/es/site-policy/privacy-policies/global-privacy-practices","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://docs.github.com/pt/site-policy/privacy-policies/global-privacy-practices","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/assets/cb-191433/images/help/issues/quickstart-creating-readme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/assets/cb-119545/images/help/issues/quickstart-creating-issue-template.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/privacy-policies/global-privacy-practices.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/assets/cb-59397/images/help/issues/quickstart-issue-creation-menu-with-template.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/basic-writing-and-formatting-syntax/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/assets/cb-216187/images/help/issues/quickstart-collaborating-on-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/assets/cb-519789/images/help/issues/quickstart-project-board.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/assets/cb-102356/images/help/issues/quickstart-add-task-list-to-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git/about-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/assets/cb-94617/images/help/issues/quickstart-add-label-to-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/onboarding/getting-started-with-github-enterprise-server.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/showing-an-overview-of-your-activity-on-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/how-do-i-set-up-my-profile-picture","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/disabling-project-boards-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/searching-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/site-policy/other-site-policies/github-username-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-username-policy"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://ec.europa.eu/info/law/law-topic/data-protection/international-dimension-data-protection_en","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-default-labels-for-repositories-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git/about-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/using-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/assets/cb-167438/images/help/issues/quickstart-create-large-initiative-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ec.europa.eu/info/law/law-topic/data-protection/international-dimension-data-protection/standard-contractual-clauses-scc_en","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/filtering-issues-and-pull-requests-by-assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/tracing-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/filtering-issues-and-pull-requests-by-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-an-issues-only-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/articles/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/about-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/articles/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/about-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/filtering-issues-and-pull-requests-by-assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/autolinked-references-and-urls/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/orgs/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/orgs/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/site-policy/privacy-policies/global-privacy-practices","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/searching-for-information-on-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/writing-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/using-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-support/overview/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/managing-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/other-site-policies/github-username-policy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-username-policy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/about-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/extending-github/getting-started-with-the-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/personalizing-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/filtering-issues-and-pull-requests-by-assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/commenting-on-the-diff-of-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reopening-a-closed-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-contributions-on-your-profile-page","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-files-in-a-repository/managing-files-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-contributions-on-your-profile-page","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/pulls/review-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/pulls/review-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-your-billing-email","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/publicizing-or-hiding-your-private-contributions-on-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/enums"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/enums"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/enums"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/enums"} +{"url":"https://docs.github.com/assets/cb-44103/images/help/enterprises/license-sync-now-ghes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/how-do-i-set-up-my-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-marketing-emails-from-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","state":"SKIPPED","parent":"https://docs.github.com/en/articles/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","state":"SKIPPED","parent":"https://docs.github.com/en/articles/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","state":"SKIPPED","parent":"https://docs.github.com/en/articles/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","state":"SKIPPED","parent":"https://docs.github.com/en/articles/managing-marketing-emails-from-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/privacy-policies/global-privacy-practices","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/guides"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/guides"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/guides"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/types-of-emails-github-sends"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/guides"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/guides"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/guides"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/guides"} +{"url":"https://docs.github.com/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/showing-an-overview-of-your-activity-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/assets/cb-29828/images/help/notifications/save_email_preferences.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/accessing-an-organization"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/accessing-an-organization"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/accessing-an-organization"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/accessing-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/input-objects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/input-objects"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/input-objects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/input-objects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/assets/cb-9977/images/help/billing/download-organization-GHAS-usage-data.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/saving-repositories-with-stars","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/how-do-i-set-up-my-profile-picture","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/removing-organization-members-from-a-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-contributions-on-your-profile-page","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/filtering-issues-and-pull-requests-by-assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/assets/cb-21418/images/help/notifications/email_preferences.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/explorer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/explorer"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/explorer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/assets/cb-14857/images/help/billing/download-enterprise-GHAS-usage-data.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/ja/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/es/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/pt/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+stars%3A%3E1000&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+topics%3A%3E%3D5&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+size%3A%3C10000&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+stars%3A%3C%3D50&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+stars%3A10..*&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+stars%3A%22*..10%22&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+stars%3A10..50&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+created%3A%3E2016-04-29&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+created%3A%3E%3D2017-04-01&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?q=cats+pushed%3A%3C2012-07-05&type=Code&utf8=%E2%9C%93","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+created%3A%3C%3D2012-07-04&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+pushed%3A2016-04-30..2016-07-04&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+created%3A2012-04-30..*&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+created%3A*..2012-07-04&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+created%3A2017-01-01T01%3A00%3A00%2B07%3A00..2017-03-01T15%3A30%3A15%2B07%3A00&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+created%3A2016-03-21T14%3A11%3A00Z..2016-04-07T20%3A45%3A00Z&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?q=hello+NOT+world&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?q=cats+stars%3A%3E10+-language%3Ajavascript&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=mentions%3Adefunkt+-org%3Agithub&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=cats+NOT+%22hello+world%22&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=build+label%3A%22bug+fix%22&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?q=author%3Anat&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/search?q=is%3Aissue+assignee%3A%40me&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/personalizing-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/public-schema"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/public-schema"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/public-schema"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/public-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://www.privacyshield.gov/article?id=ANNEX-I-introduction","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/what-is-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://www.privacyshield.gov/","status":200,"state":"OK","parent":"https://docs.github.com/en/github/site-policy/global-privacy-practices"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/articles/types-of-emails-github-sends","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/changing-your-github-username","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/personalizing-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/reference/input-objects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/input-objects"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/assets/cb-82180/images/enterprise/3.1/help/repository/enable-ghas.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/reference/enums","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/enums"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview"} +{"url":"https://docs.github.com/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/onboarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/onboarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/assets/cb-36327/images/help/repository/enable-secret-scanning-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-billing-for-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/exploring-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-email-preferences","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/managing-marketing-emails-from-github"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-version-updates/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/getting-started/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/public/ghes-3.5/schema.docs-enterprise.graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/public-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/assets/cb-8906/images/help/repository/secret-scanning-click-alert-ghe.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/getting-started-with-searching-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github"} +{"url":"https://docs.github.com/assets/cb-69580/images/enterprise/3.4/repository/code-scanning-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/desktop/installing-and-configuring-github-desktop/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/assets/cb-23231/images/help/repository/secret-scanning-resolve-alert-ghe.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/signing-up-for-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/inviting-users-to-join-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-security/managing-alerts-from-secret-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/accessing-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-code-scanning-for-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/reference/input-objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/input-objects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-security/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/scalars"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/scalars"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/scalars"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/scalars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/getting-started/github-security-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/getting-started/securing-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/running-codeql-runner-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/assets/cb-6283/images/help/organizations/security-overview-icons.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-new-organization-from-scratch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/assets/cb-124413/images/enterprise/3.4/repository/code-security-and-analysis-enable-ghas-3.4.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/overview/explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/explorer"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/working-with-dependabot/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/schema-previews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/branches/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/branches/branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/customizing-your-github-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/enums"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/overview/public-schema","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/public-schema"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/accessing-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/building-and-testing-code-with-continuous-integration/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/assets/cb-19324/images/help/repository/dependabot-alert-dismiss-drop-down-ungrouped.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Acurated&type=Topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Afeatured&type=Topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Anot-curated&type=Topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Anot-featured&type=Topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://github.com/search?q=repositories%3A%3E5000","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://github.com/search?q=Serverless+created%3A%3E2019-01-01&type=Topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/assets/cb-35804/images/help/repository/create-dependabot-security-update-button-ungrouped.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-topics.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/finding-files-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-security-vulnerabilities/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/assets/cb-23223/images/enterprise/repository/dependabot-alerts-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/assets/cb-41577/images/help/graphs/click-alert-in-alerts-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/overview/about-the-graphql-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/assets/cb-16615/images/help/search/find-file-search-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://github.com/search?q=org%3Agithub+sort%3Ainteractions&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Ainteractions-asc&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?q=org%3Agithub+sort%3Areactions&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?q=org%3Agithub+sort%3Areactions-asc&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?q=org%3Agithub+sort%3Areactions-%2B1&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions--1&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-smile&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-tada&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-heart&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=feature+org%3Agithub+sort%3Aauthor-date&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=feature+org%3Agithub+sort%3Aauthor-date-asc&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=feature+org%3Agithub+sort%3Acommitter-date&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=feature+org%3Agithub+sort%3Acommitter-date-asc&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=feature+sort%3Aupdated&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=feature+sort%3Aupdated-asc&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/getting-started-with-searching-on-github/sorting-search-results.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://github.com/search?q=github+fork%3Atrue&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://github.com/search?q=android+language%3Ajava+fork%3Atrue&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://github.com/search?q=github+fork%3Aonly&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://github.com/search?q=forks%3A%3E500+fork%3Aonly&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-in-forks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/assets/cb-46233/images/help/graphs/dependencies_graph_server.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/assets/cb-25839/images/help/search/find-file-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/guides/migrating-graphql-global-node-ids","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/learn-github-actions/essential-features-of-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/finding-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/scalars"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/assets/cb-54694/images/help/search/repo-search-sort.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-github-hosted-runners/monitoring-your-current-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://github.com/search?q=user%3Adefunkt&type=Wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://github.com/search?q=org%3Agithub&type=Wikis&utf8=%E2%9C%93","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://github.com/search?q=usage+in%3Atitle&type=Wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://github.com/search?q=installation+in%3Abody&type=Wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://github.com/search?q=usage+updated%3A%3E2016-01-01&type=Wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-wikis.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/specifications-for-github-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/assets/cb-41641/images/help/search/topic-left-side-navigation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-security-vulnerabilities/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-in-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/reference/scalars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/scalars"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/introduction-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/getting-started-with-searching-on-github/about-searching-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/overview/schema-previews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/schema-previews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/assets/cb-23678/images/help/search/advanced_search_demo.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/learn-github-actions/contexts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/guides/introduction-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/assets/cb-55823/images/enterprise/3.4/repository/code-scanning-pr-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/guides/using-the-explorer","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/using-the-explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/configuration-options-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/introduction-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/en/free-pro-team@latest/developers/overview/secret-scanning-partner-program","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://github.com/search?q=is%3Ainternal&type=Commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/getting-started/securing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/allowing-people-to-delete-issues-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://github.com/search?q=mike+in:name+created%3A%3C2011-01-01+type%3Auser&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=data+in%3Aemail+type%3Aorg&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=user%3Aoctocat&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=org%3Aelectron+type%3Ausers&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=kenya+in%3Alogin&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=bolton+in%3Afullname&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=fullname%3Anat+friedman&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=data+in%3Aemail&type=Users&utf8=%E2%9C%93","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=repos%3A%3E%3D9000&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=bert+repos%3A10..30&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=repos%3A1+location%3Aiceland&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=language%3Ajavascript+location%3Arussia&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=jenny+language%3Ajavascript+in%3Afullname&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=created%3A%3C2011-01-01&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=created%3A%3E%3D2013-05-11&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=created%3A2013-03-06+location%3Alondon&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=created%3A2010-01-01..2011-01-01+john+in%3Ausername&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=followers%3A%3E%3D1000&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=sparkle+followers%3A1..10&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-users.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-access-to-your-organizations-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/guides/using-the-explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/using-the-explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/overview/resource-limitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/support/contacting-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/support/learning-about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/assets/cb-55523/images/enterprise/3.4/repository/code-scanning-free-text-search-areas.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/assets/cb-45218/images/enterprise/3.4/repository/code-scanning-show-paths.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-47075/images/help/repository/code-scanning-filter-by-rule.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/closing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/allowing-people-to-delete-issues-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/allowing-people-to-delete-issues-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/unions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/unions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/unions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/unions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/configuring-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/queries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/queries"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/queries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/disabling-project-boards-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://github.com/search?q=jquery+in%3Aname&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=jquery+in%3Aname%2Cdescription&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=jquery+in%3Areadme&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=repo%3Aoctocat%2Fhello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=octocat+in%3Areadme&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=user%3Adefunkt+forks%3A%3E%3D100&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=size%3A1000&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=size%3A%3E%3D30000&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=size%3A%3C50&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=size%3A50..120&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=node+followers%3A%3E%3D10000","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=styleguide+linter+followers%3A1..10&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=forks%3A5&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=forks%3A%3E%3D205&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=forks%3A%3C90&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=forks%3A10..20&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=stars%3A500&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=stars%3A10..20+size%3A%3C1000&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=stars%3A%3E%3D500+fork%3Atrue+language%3Aphp&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=webos+created%3A%3C2011-01-01&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=css+pushed%3A%3E2013-02-01&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=case+pushed%3A%3E%3D2013-03-06+fork%3Aonly&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=rails+language%3Ajavascript&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=topic%3Ajekyll&type=Repositories&ref=searchresults","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=topics%3A5&type=Repositories&ref=searchresults","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=topics%3A%3E3&type=Repositories&ref=searchresults","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=license%3Aapache-2.0&type=Repositories&ref=searchresults","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=is%3Apublic+org%3Agithub&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=is%3Ainternal+test&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=is%3Aprivate+pages&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=archived%3Atrue+GNOME&type=","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=archived%3Afalse+GNOME&type=","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-for-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/enabling-debug-logging","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=language%3Ajavascript&type=Code&ref=searchresults","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=amazing+language%3Ajavascript&type=Code&ref=searchresults","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=octocat+in%3Afile&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=octocat+in%3Apath&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=octocat+in%3Afile%2Cpath&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=user%3Agithub+extension%3Arb&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+extension%3Ajs&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=repo%3Amozilla%2Fshumway+extension%3Aas&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=octocat+filename%3Areadme+path%3A%2F&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=form+path%3Acgi-bin+language%3Aperl&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=console+path%3A%22app%2Fpublic%22+language%3Ajavascript&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=element+language%3Axml+size%3A100&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=display+language%3Ascss&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=org%3Amozilla+language%3Amarkdown&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=function+size%3A%3E10000+language%3Apython&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=filename%3Alinguist&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=filename%3A.vimrc+commands&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=minitest+filename%3Atest_helper+path%3Atest+language%3Aruby&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?q=form+path%3Acgi-bin+extension%3Apm&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=icon+size%3A%3E200000+extension%3Acss&type=Code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-code.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/allowing-people-to-delete-issues-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/assets/cb-13753/images/enterprise/3.3/dependabot/dependabot-secrets.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-code","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github/searching-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-github-apps/setting-permissions-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/assets/cb-25142/images/help/organizations/org-settings-security-and-analysis.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github/searching-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://github.com/github/docs/edit/main/content/support/contacting-github-support/providing-data-to-github-support.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/guides/managing-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/assets/cb-73890/images/enterprise/3.2/repository/secret-scanning-create-custom-pattern.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"http://intel.github.io/hyperscan/dev-reference/compilation.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/interfaces"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/interfaces"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/interfaces"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/interfaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/assets/cb-25731/images/enterprise/support/support-bundle-account.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/assets/cb-35266/images/enterprise/support/upload-support-bundle.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/queries"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/allowing-people-to-delete-issues-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://github.com/intel/hyperscan","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/troubleshooting-required-status-checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-security/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/reference/unions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/unions"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/reference/interfaces","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/interfaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/allowing-people-to-delete-issues-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.5/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/reference/queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://github.com/search?q=is%3Ainternal&type=Issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/publishing-packages/publishing-java-packages-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-oauth-apps/modifying-an-oauth-app"} +{"url":"https://docs.github.com/cn/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/repository-metrics"} +{"url":"https://docs.github.com/ja/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/repository-metrics"} +{"url":"https://docs.github.com/es/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/repository-metrics"} +{"url":"https://docs.github.com/pt/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/repository-metrics"} +{"url":"https://docs.github.com/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/assets/cb-25825/images/enterprise/support/choose-support-bundle-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://github.com/github/docs/edit/main/content/rest/metrics/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/repository-metrics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/support/about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/queries"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github/searching-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://thegithubshop.com/products/github-branded-yubikey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/troubleshooting-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/overview/github-developer-program","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/github-developer-program"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/autolinked-references-and-urls/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-contribution-graphs-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/cn/rest/interactions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/interactions"} +{"url":"https://docs.github.com/ja/rest/interactions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/interactions"} +{"url":"https://docs.github.com/es/rest/interactions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/interactions"} +{"url":"https://docs.github.com/pt/rest/interactions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/interactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://github.com/github/docs/edit/main/content/rest/interactions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/interactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-groups-in-organizations/about-organizations.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/using-search-to-filter-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/assets/cb-23090/images/help/organizations/Organization-add-team.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/using-search-to-filter-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/keyboard-shortcuts/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://support.github.com/uploads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/assets/cb-23445/images/help/organizations/org-settings-member-privileges.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/basic-writing-and-formatting-syntax","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/_next/static/css/dd306679c9f68cf52b62.css","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/assets/cb-36105/images/help/organizations/people-tab-invite-member-ghe.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/reference/interfaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/interfaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/using-search-to-filter-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-31513/images/help/organizations/add-role-add-member.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-git-access-to-your-organizations-repositories/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-38915/images/help/organizations/choose_whether_to_restore_org_member_info_ghe.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/assets/cb-39744/images/help/repository/secret-scanning-confirm-deletion-custom-pattern.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/_next/static/chunks/pages/404-503e6d2ce35f2fd4bc3c.js","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/moving-a-team-in-your-organization-s-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/using-search-to-filter-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/filtering-issues-and-pull-requests-by-milestone","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/assets/cb-50680/images/help/organizations/repo-creation-perms-radio-buttons.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-dependabot-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-access-to-a-project-board-for-organization-members","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-membership-in-your-organization/adding-people-to-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-35259/images/help/organizations/add-role-add-member-2.7-lower.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/accessing-your-organization-s-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/assets/cb-17005/images/enterprise/orgs-and-teams/invite_outside_collabs_to_org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-a-person-s-role-to-owner","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/developers","status":200,"state":"OK","parent":"https://docs.github.com/en/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/cn/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/licenses"} +{"url":"https://docs.github.com/ja/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/licenses"} +{"url":"https://docs.github.com/es/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/licenses"} +{"url":"https://docs.github.com/pt/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/licenses"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/rest/licenses.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/licenses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/assets/cb-55936/images/help/organizations/choose-user-license.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/interactions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/interactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-an-individual-s-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/assets/cb-13977/images/help/organizations/repo-defaults-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/using-search-to-filter-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-team-s-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/assets/cb-8803/images/help/repository/manage-access-invite-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/assets/cb-12917/images/help/repository/manage-access-invite-search-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-93690/images/help/repository/manage-access-invite-choose-role-add.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/assets/cb-13242/images/help/organizations/repository-manage-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/assets/cb-43538/images/help/organizations/repository-access-matrix-for-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/assets/cb-30042/images/help/repository/manage-access-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/assets/cb-9558/images/help/repository/org-repo-settings-collaborators-and-teams.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/assets/cb-9897/images/help/repository/org-repo-collaborators-find-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/workflow-commands-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/assets/cb-36458/images/help/repository/org-repo-collaborators-choose-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-15278/images/help/repository/allow-disable-forking-organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/assets/cb-21661/images/help/repository/accessing-repository-people.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/assets/cb-5780/images/help/organizations/org-settings-installed-github-apps.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/assets/cb-20305/images/help/repository/export-repository-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/assets/cb-32955/images/help/organizations/verified-domains-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/assets/cb-10538/images/help/organizations/new-label-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-142365/images/help/repository/repository-permissions-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://spdx.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/reference/licenses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/assets/cb-7487/images/help/teams/review-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/creating-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/assets/cb-4211/images/help/settings/organization-settings-from-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-5536/images/help/organizations/org-oauth-applications-ghe.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/assets/cb-22051/images/help/organizations/repo-invitations-checkbox-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/verifying-your-organization-s-domain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/keeping-your-organization-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/licenses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-security-vulnerabilities/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/searching-for-information-on-github/understanding-the-search-syntax","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/creating-teams/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/renaming-a-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-your-organizations-ssh-certificate-authorities","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/filtering-issues-and-pull-requests-by-milestone","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/assets/cb-35558/images/help/organizations/security-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://github.com/benbalter/licensee","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/reference/licenses"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/learning-about-github/about-github-advanced-security.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/assets/cb-4981/images/help/organizations/github-apps-settings-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-36520/images/help/organizations/org-settings-pages-disable-publication-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/assets/cb-69218/images/enterprise/3.3/dependabot/dependabot-version-update-error.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/searching-for-information-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/free-pro-team@latest/code-security/supply-chain-security/browsing-security-vulnerabilities-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-people-with-access-to-your-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/supported-browsers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/visualizing-repository-data-with-graphs/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/overview-of-github-advanced-security-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-new-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/cn/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/pages"} +{"url":"https://docs.github.com/ja/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/pages"} +{"url":"https://docs.github.com/es/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/pages"} +{"url":"https://docs.github.com/pt/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/pages"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/rest/pages.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-github/supported-browsers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-licensing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/assets/cb-18506/images/help/settings/issue-deletion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/communicating-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/assets/cb-16396/images/help/organizations/add-repositories-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/assets/cb-18353/images/help/teams/remove-team-repo-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/assets/cb-6685/images/help/organizations/team-repositories-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/assets/cb-29738/images/help/teams/select-team-repositories-bulk.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/assets/cb-25717/images/help/organizations/team-repositories-add.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-membership-in-your-organization/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps/scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/collaborating-with-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-glossary"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-glossary"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-glossary"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-glossary"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-5425/images/help/settings/settings-sidebar-team-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-mobile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/github/working-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/reference/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/assets/cb-6164/images/help/organizations/org-settings-audit-log.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-29586/images/help/organizations/org-security-settings-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/communicating-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-cheatsheet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/reference/pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/communicating-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/be-social"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/opening-an-issue-from-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/generating-an-ssh-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-github/github-mobile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-glossary"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-files-in-a-repository/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-cheatsheet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/be-social","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/be-social"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/communicating-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-contributions-on-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-glossary"} +{"url":"https://docs.github.com/assets/cb-22066/images/help/teams/confirm-remove-team-repos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/assets/cb-43060/images/help/organizations/team-repositories-change-permission-level.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-glossary"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/github-flow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/editing-a-saved-reply","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/assets/cb-50802/images/help/repository/code-scanning-delete-alerts.png","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/deploying-github-advanced-security-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart/github-glossary","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/github-glossary"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/reference/mutations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/mutations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/importing-your-projects-to-github/what-are-the-differences-between-subversion-and-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/git-cheatsheet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-and-editing-milestones-for-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-notes-to-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-organization-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/viewing-whether-users-in-your-organization-have-2fa-enabled","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/quickstart/hello-world","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/changing-project-board-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-the-audit-log-for-your-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/using-github/github-desktop","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/importing-your-projects-to-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-your-milestone-s-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git-subtree-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-github/github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/rest/scim","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/scim"} +{"url":"https://docs.github.com/ja/rest/scim","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/scim"} +{"url":"https://docs.github.com/es/rest/scim","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/scim"} +{"url":"https://docs.github.com/pt/rest/scim","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/scim"} +{"url":"https://github.com/github/docs/edit/main/content/rest/scim.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/scim"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-58782/images/help/organizations/dependabot-private-repository-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps/suspending-a-github-app-installation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gitignore","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-44445/images/help/organizations/dependabot-private-repo-choose.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/codes-of-conduct","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/assets/cb-14515/images/enterprise/github-ae/organizations/security-and-analysis-enable-secret-scanning-existing-repos-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/assets/cb-162389/images/enterprise/3.3/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-154141/images/enterprise/3.3/organizations/security-and-analysis-disable-or-enable-all-ghas.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/meta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/licenses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/repository-metrics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/markdown","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/collaborators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/assets/cb-59356/images/help/organizations/settings-security-analysis-ghas-repos-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/emojis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/hello-world","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/rate-limit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/quickstart/communicating-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/testing-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"http://www.simplecloud.info/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/reference/scim"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/assets/cb-16966/images/help/organizations/dependabot-private-repository-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/getting-started-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/filtering-issues-and-pull-requests-by-assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/commenting-on-the-diff-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/tracing-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/rest/reference/scim","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/reference/scim"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/using-github/github-cli","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/filtering-issues-and-pull-requests-by-labels","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/managing-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/searching-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/managing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps/installing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/learn-github-packages/installing-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/installing-a-package"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-git/about-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/scim","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/scim"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/creating-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/contributing-to-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/extending-github/getting-started-with-the-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/mutations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/mutations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/mutations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/mutations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/enums"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/enums"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/enums"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/enums"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/using-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/searching-for-information-on-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-files-in-a-repository/managing-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-notes-to-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/assets/cb-10039/images/help/projects/visibility-radio-buttons-ae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-community-profiles-for-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/github-ae@latest/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/keyboard-shortcuts/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/modifying-a-github-app"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/re-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/reviewing-your-security-log","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/communities/setting-up-your-project-for-healthy-contributions/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/keyboard-shortcuts/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request-template-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-your-milestone-s-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/blocking-command-line-pushes-that-expose-your-personal-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/mutations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/reference/mutations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/mutations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps/making-a-github-app-public-or-private"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/en/github-ae@latest/github/writing-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/reference/enums","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/enums"} +{"url":"https://docs.github.com/cn/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/reactions"} +{"url":"https://docs.github.com/ja/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/reactions"} +{"url":"https://docs.github.com/es/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/reactions"} +{"url":"https://docs.github.com/pt/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/about-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/rest/reactions.md","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-repository-settings/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/customizing-your-repositorys-social-media-preview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/filtering-cards-on-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/github-ae@latest/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/labeling-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/autolinked-references-and-urls/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/managing-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/labeling-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/rest/reference/issues/","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/managing-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/setting-your-username-in-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/setting-your-username-in-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/setting-your-username-in-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/setting-your-username-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/moderating-comments-and-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/reactions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/reactions"} +{"url":"https://docs.github.com/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://github.com/github/docs/edit/main/content/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/enums"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/assets/cb-18012/images/help/organizations/organization-projects-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-packages-with-github-packages/publishing-and-managing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/labeling-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/assets/cb-17556/images/help/projects/copied-project-board-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/assets/cb-23731/images/help/projects/copied-project-board-owner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/assets/cb-19725/images/help/projects/copied-project-board-automation-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/assets/cb-25468/images/help/projects/project-board-copy-setting.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/copying-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/searching-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/assets/cb-59758/images/help/projects/confirm-copy-project-board.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/assets/cb-17089/images/help/projects/copied-project-board-description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/managing-your-work-with-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/editing-a-comment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-people-s-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-your-repositorys-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile"} +{"url":"https://github.com/github/docs/edit/main/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/setting-your-username-in-git"} +{"url":"https://docs.github.com/assets/cb-21870/images/help/repository/issue-template-file-name-docs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-10543/images/help/repository/issue-template-hidden-directory.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-12753/images/help/repository/issue-template-multiple-hidden-directory.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/communities/documenting-your-project-with-wikis/editing-wiki-content.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/guides/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/assets/cb-9232/images/help/repository/issue-template-file-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-1206/images/help/wiki/wiki_add_image.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/reviewing-your-security-log","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://www.mediawiki.org/wiki/Transclusion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-a-wiki-s-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-commit-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/getting-started-with-git/setting-your-username-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/setting-your-username-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://github.com/gollum/gollum/commit/d1cf698b456cd6a35a54c6a8e7b41d3068acec3b","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/guides/managing-deploy-keys/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/error-we-re-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/troubleshooting-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/cn/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/articles/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/articles/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/es/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/articles/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/articles/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/setting-your-commit-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/api-previews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/api-previews"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/api-previews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/api-previews"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://github.com/github/docs/edit/main/content/rest/overview/api-previews.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/signing-commits-and-tags-using-gpg","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://developer.github.com/changes/2018-12-10-content-attachments-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/api-previews"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-oauth-apps/authorizing-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/media-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/media-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/media-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/media-types"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/assets/cb-27838/images/help/repository/dependabot-alerts-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/license"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/license.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/license"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps/editing-a-github-apps-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/assets/cb-41861/images/help/repository/dependabot-alerts-vulnerable-call-label.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/assets/cb-45237/images/help/graphs/dependabot-alerts-filters.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/recovering-your-account-if-you-lose-your-2fa-credentials","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/assets/cb-35921/images/help/repository/review-calls-to-vulnerable-functions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/communities/moderating-comments-and-conversations/managing-disruptive-comments.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gitignore"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gitignore"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gitignore"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gitignore"} +{"url":"https://docs.github.com/assets/cb-19149/images/help/repository/dependabot-alerts-closed.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/assets/cb-54990/images/help/graphs/click-alert-in-alerts-list-ungrouped.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/codes-of-conduct"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/codes-of-conduct"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/codes-of-conduct"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/codes-of-conduct"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/openapi-description"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/openapi-description"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/openapi-description"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/openapi-description"} +{"url":"https://docs.github.com/assets/cb-44158/images/help/repository/reopen-dismissed-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/libraries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/libraries"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/libraries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/libraries"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/delivering-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/creating-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/feeds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/feeds"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/feeds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/feeds"} +{"url":"https://docs.github.com/assets/cb-29716/images/help/repository/dependabot-alerts-select-closed-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/assets/cb-20708/images/help/repository/hidden-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/assets/cb-41534/images/help/repository/comment-menu-hidden.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/assets/cb-24347/images/help/repository/hidden-comment-show.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-security/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/assets/cb-26438/images/help/issues/note-content-redacted-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://github.com/github/docs/edit/main/content/rest/guides/traversing-with-pagination.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/guides/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/creating-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/assets/cb-44947/images/help/repository/comment-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/assets/cb-50087/images/help/repository/content-redacted-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/assets/cb-4823/images/help/issues/anonymized-timeline-entry-for-deleted-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/refs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/refs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/refs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/refs"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/assets/cb-2476/images/pagination_sample.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/assets/cb-86397/images/help/repository/choose-reason-for-hiding-comment-ghe.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/trees"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/trees"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/trees"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/trees"} +{"url":"https://docs.github.com/assets/cb-26408/images/help/issues/redacted-content-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://github.com/github/docs/edit/main/content/rest/git/trees.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/trees"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/meta"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/meta"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/meta"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/meta"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/rate-limit"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/rate-limit"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/rate-limit"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-a-bio-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/rendering-data-as-graphs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-contributions-on-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/media-types"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-integrations/setting-up-and-registering-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/other-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/overview/troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/pre-receive-hooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflows"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/media-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gitignore"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/delivering-deployments"} +{"url":"https://github.com/github/platform-samples/tree/master/api/ruby/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/cards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/cards"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/cards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/cards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/overview/api-previews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/api-previews"} +{"url":"https://github.com/github/docs/edit/main/content/rest/projects/cards.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/repos/lfs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/lfs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/repos/lfs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/lfs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/repos/lfs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/lfs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/repos/lfs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/lfs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/github-cli/github-cli/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/quickstart"} +{"url":"https://github.com/github/docs/edit/main/content/rest/repos/lfs.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/lfs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/autolinks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/autolinks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/autolinks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/autolinks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/orgs.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/openapi-description"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/feeds"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/trees"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/webhooks/configuring/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/delivering-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://github.com/github/docs/edit/main/content/rest/webhooks/repo-config.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/github-cli/github-cli/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github-cli/github-cli/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/refs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/quickstart-guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.3/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/pre-receive-environments.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/emails"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/emails"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/emails"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/emails"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/rendering-data-as-graphs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/overview/media-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/media-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/discovering-resources-for-a-user"} +{"url":"https://github.com/github/docs/edit/main/content/rest/users/emails.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/emails"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/overview/openapi-description","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/openapi-description"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/overview/media-types/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gitignore"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/checks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/overview/other-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/other-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/best-practices-for-integrators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/error-ssh-add-illegal-option-k","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/building-a-ci-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/gitignore","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gitignore"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/codes-of-conduct","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/codes-of-conduct"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/rate-limit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/building-a-ci-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/building-a-ci-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/delivering-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics/statistics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics/statistics"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics/statistics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics/statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/overview/libraries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/libraries"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/activity/feeds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/feeds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/traversing-with-pagination","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/libraries","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/learn-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/learn-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/apps/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/meta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/meta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/best-practices-for-integrators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/best-practices-for-integrators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/git/trees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/trees"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/autolinks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/git/refs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git/refs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview"} +{"url":"https://github.com/github/docs/edit/main/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/rate-limit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/rate-limit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/articles/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/actions/workflow-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/rendering-data-as-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/gists/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/emails"} +{"url":"https://docs.github.com/assets/cb-44859/images/enterprise/3.3/settings/security-and-analysis-disable-or-enable-all.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/basics-of-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments/environments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments/environments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments/environments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments/environments"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/autolinked-references-and-urls/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/assets/cb-19619/images/help/settings/tab-size-preference.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/assets/cb-44806/images/enterprise/3.3/settings/security-and-analysis-enable-or-disable-feature-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/assets/cb-19836/images/enterprise/3.3/settings/security-and-analysis-enable-dependency-graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-your-milestone-s-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/projects/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/watching"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/watching"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/watching"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/watching"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/actions/workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/commits/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/metrics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/enterprise-admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/visualizing-repository-data-with-graphs/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics/statistics"} +{"url":"https://docs.github.com/assets/cb-20196/images/enterprise/3.3/settings/security-and-analysis-enable-by-default-in-modal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/repos/autolinks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/autolinks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/enterprise-admin/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/enterprise-server@3.3/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/repos/lfs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/lfs"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/management-console.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/webhooks/repo-config","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-config"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://github.com/github/docs/edit/main/content/rest/collaborators/collaborators.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/enterprise-admin/admin-stats","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://curl.se/docs/manpage.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/autolinked-references-and-urls/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/autolinked-references-and-urls/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/post-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.3/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/users/emails","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/emails"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-tls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/milestones"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/milestones"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/milestones"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/milestones"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments/environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/branches/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/metrics/statistics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/metrics/statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/watching"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/assets/cb-9289/images/help/organizations/enterprise-owners-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/assets/cb-56915/images/help/organizations/enterprise-owners-list-on-org-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/overview/using-ssh-agent-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/overview/using-ssh-agent-forwarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"http://curl.haxx.se/docs/manpage.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/followers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/followers"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/followers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/followers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://github.com/github/docs/edit/main/content/rest/users/followers.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/followers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://github.com/mojombo/chronic","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-editing-milestones-for-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/fork-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/pinning-repositories-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/labels"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/labels"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/labels"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/labels"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/releases/assets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/releases/assets"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/releases/assets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/releases/assets"} +{"url":"https://docs.github.com/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/users"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://github.com/github/docs/edit/main/content/rest/users/users.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-your-milestone-s-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/deployments/environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/deployments/environments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-your-milestone-s-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-your-milestone-s-progress","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/activity/watching","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/watching"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/create-a-content-attachment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/oauth-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/webhooks/repo-deliveries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repo-deliveries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs"} +{"url":"https://github.com/github/docs/edit/main/content/rest/projects/projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/enterprise-admin/management-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/collaborators/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/issues/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-and-editing-milestones-for-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/starring"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/starring"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/starring"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/starring"} +{"url":"https://docs.github.com/enterprise-server@3.3/webhooks/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repos"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/orgs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/users/keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://developer.github.com/changes/2020-02-14-deprecating-oauth-app-endpoint/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/resources-in-the-rest-api"} +{"url":"https://www.microsoft.com/en-us/account/authenticator/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.3/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/issues/milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/milestones"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/invitations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/invitations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/invitations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/invitations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/review-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/review-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/review-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/review-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/members"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/members"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/members"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/members"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/linking-a-repository-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/articles/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/articles/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/webhooks/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repos"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-repository-settings/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/assignees"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/assignees"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/assignees"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/assignees"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/forks"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/rest/repos/forks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.3/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/enterprise-server@3.3/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations"} +{"url":"https://docs.github.com/enterprise-server@3.3/apps/using-content-attachments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/users/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/issues/labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/labels"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/releases/assets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/releases/assets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/apps/installations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/installations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/searching-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/projects/projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/projects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/contents"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/contents"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/contents"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/contents"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/apps/oauth-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/activity/starring","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/starring"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/orgs/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/users/gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/gpg-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/teams/members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/members"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/collaborators/invitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/collaborators/invitations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/managing-repository-settings/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/archiving-cards-on-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://github.com/github/docs/edit/main/content/rest/secret-scanning.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/maintaining-your-safety-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/maintaining-your-safety-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/maintaining-your-safety-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/maintaining-your-safety-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/pulls/review-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/review-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/notifications"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/finding-security-vulnerabilities-and-errors-in-your-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/code-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://github.com/github/docs/edit/main/content/rest/commits/commits.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/events"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/about-issues"} +{"url":"https://github.com/github/docs/edit/main/content/rest/issues/events.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/issues/assignees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/assignees"} +{"url":"https://github.com/github/docs/edit/main/content/rest/teams/discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/secrets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/secrets"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/secrets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/repos/forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/forks"} +{"url":"https://github.com/github/docs/edit/main/content/rest/actions/secrets.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-oauth-app-access-restrictions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/filtering-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/skipping-workflow-runs.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/assets/cb-15499/images/help/settings/actions-create-starter-workflow.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/pulls/reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/reviews"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/repos/contents","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos/contents"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runner-groups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://developer.github.com/changes/2018-05-07-new-checks-api-public-beta/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/runs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/rerequest-a-check-run-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/runs"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/apps"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/reviewing-deployments.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/autolinked-references-and-urls/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/teams/discussion-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/actions/permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/deleting-a-workflow-run.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/assets/cb-22486/images/actions-review-deployments.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-github-hosted-runners/about-github-hosted-runners.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reactions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reactions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reactions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/pulls/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-iterations"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/gists/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/gists/gists"} +{"url":"https://docs.github.com/assets/cb-39551/images/actions-approve-deployments.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/assigning-permissions-to-jobs.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-workflows/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/assets/cb-22137/images/help/settings/workflow-delete-run.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://github.com/github/docs/edit/main/content/actions/managing-workflow-runs/removing-workflow-artifacts.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/webhooks-and-events/events/github-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events/github-event-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/github-cli/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github-cli/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/activity/notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/assets/cb-13128/images/help/settings/workflow-delete-run-confirmation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-jobs/using-a-matrix-for-your-jobs.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/commits/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/commits"} +{"url":"https://github.com/github/docs/edit/main/content/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://developer.github.com/changes/2020-02-26-new-delete-reactions-endpoints/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.3/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/webhooks/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-files-in-a-repository/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/quickstart"} +{"url":"https://docs.github.com/assets/cb-19424/images/help/repository/actions-delete-artifact-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://github.com/github/docs/edit/main/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/teams/discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/checks/runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/webhooks-and-events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-xamarin-applications.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-concurrency"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/enterprise-server@3.3/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/reactions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/commits/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/actions/self-hosted-runner-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/apps/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/apps/apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/managing-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/commenting-on-an-issue-when-a-label-is-added","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/closing-inactive-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-ruby.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/suites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/suites"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/suites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/suites"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/issues/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/reactions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.rubocop.org/rubocop/configuration.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/using-workflow-run-logs/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://dotnet.microsoft.com/learn/xamarin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-containerized-services/about-service-containers.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides"} +{"url":"https://github.com/github/docs/edit/main/content/actions/security-guides/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/searching-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-pull-request-reviews","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-jobs/using-concurrency","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.docker.com/network/bridge/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.docker.com/config/containers/container-networking/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests"} +{"url":"https://www.ruby-lang.org/en/documentation/quickstart/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/orgs/orgs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/specifications-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/onboarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/search"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/search"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/search"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/search"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://github.com/actions/starter-workflows/blob/master/ci/ruby.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/context-and-expression-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/checks/suites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/checks/suites"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://github.com/rubocop-hq/rubocop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/signing-up-for-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/signing-up-for-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/searching-on-github/searching-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/search"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/security-guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/pulls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/environment-variables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/exploring-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/customizing-your-github-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-security/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/search"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/keeping-your-account-and-data-secure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-workflows/storing-workflow-data-as-artifacts.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/search"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/assets/cb-51016/images/help/repository/passing-data-between-jobs-in-a-workflow-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/assets/cb-5970/images/help/settings/actions-org-enterprise-list-group-runners.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/assets/cb-4809/images/help/settings/actions-runner-list-label.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.docker.com/network/proxy/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/search","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/search"} +{"url":"https://docs.github.com/assets/cb-5818/images/help/settings/actions-add-runner-label.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/_next/static/chunks/pages/%5BversionId%5D/admin/release-notes-353e36abacc6fa7c28e7.js","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/_next/static/css/31f017ce4dfaa7d14e44.css","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/environment-variables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/managing-your-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.0/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@2.22/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@2.21/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@2.20/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://github.com/github/docs/edit/main/content/admin/release-notes.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://user-images.githubusercontent.com/334891/123645834-ad096c00-d7f4-11eb-85c9-b2c92b00d70a.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://github.com/github/docs/edit/main/content/actions/learn-github-actions/expressions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://en.wikipedia.org/wiki/BibTeX","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://github.com/actions/download-artifact","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/about-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/about-workflows"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.3.3/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://enterprise.github.com/releases/3.3.4/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.3.6/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://enterprise.github.com/releases/3.3.7/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.3.5/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.3.1/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://enterprise.github.com/releases/3.3.2/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/environment-variables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://en.wikipedia.org/wiki/SHA-2","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/managing-commit-signature-verification/about-commit-signature-verification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-08-23-pull-request-filter-for-code-scanning-alerts/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-09-27-showing-code-scanning-alerts-on-pull-requests/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/workflow-commands-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/getting-started-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://enterprise.github.com/releases/3.3.0/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning"} +{"url":"https://github.com/github/codeql/tree/main/java","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/importing-your-projects-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github"} +{"url":"https://github.com/blog/2105-upload-files-to-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://github.com/github/codeql/tree/main/javascript","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/about-self-hosted-runners.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/setting-exit-codes-for-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-09-29-new-code-review-assignment-settings-and-team-filtering-improvements/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-10-31-warning-about-bidirectional-unicode-text/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NaN","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/release-notes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://apastyle.apa.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/expressions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://github.com/github/docs/edit/main/content/actions/using-containerized-services/creating-redis-service-containers.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/managing-complex-workflows/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/workflow-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/expressions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/configuring-code-scanning-for-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/specifications-for-github-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/getting-started-with-git"} +{"url":"https://hub.docker.com/_/redis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-security/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/about-custom-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/assets/cb-16932/images/help/repository/secret-scanning-enable-push-protection.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/configuring-and-managing-workflows/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/configuring-and-managing-workflows/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/configuration-options-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/releasing-and-maintaining-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://shields.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.npmjs.com/about-semantic-versioning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://github.com/github/docs/edit/main/content/rest/branches/branch-protection.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://github.com/github-developer/javascript-action/blob/963a3b9a9c662fd499419a240ed8c49411ff5add/.github/workflows/publish.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://github.com/github-developer/javascript-action/blob/963a3b9a9c662fd499419a240ed8c49411ff5add/.github/workflows/test.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://github.com/github/docs/edit/main/content/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://www.npmjs.com/package/redis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://github.com/github-developer/javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://github.com/JasonEtco/build-and-tag-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/building-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://slsa.dev/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/development-tools-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions"} +{"url":"https://github.com/actions/runner/releases/latest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview"} +{"url":"https://github.com/actions/stale","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll"} +{"url":"https://github.com/cncf/tag-security/blob/main/supply-chain-security/supply-chain-security-paper/CNCF_SSCP_v1.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/articles/signing-commits-with-gpg","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/building-and-testing-code-with-continuous-integration/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://github.com/octokit/request-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/github/administering-a-repository/requiring-a-linear-commit-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-security-vulnerabilities/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://github.com/microsoft/scim","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://github.com/github/super-linter","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://redislabs.com/get-started-with-redis/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/managing-complex-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/articles/about-code-owners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-security-vulnerabilities/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/configuring-notifications-for-vulnerable-dependencies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/creating-a-docker-container-action.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/branches/branch-protection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/assets/cb-159846/images/help/repository/docker-action-workflow-run-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-security-vulnerabilities/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/about-the-dependency-graph","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/cloning-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll"} +{"url":"https://github.com/github/docs/edit/main/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pages/getting-started-with-github-pages/about-github-pages"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/assets/cb-22593/images/help/settings/actions-org-add-runner-group.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/assets/cb-22249/images/help/settings/actions-org-add-runner-group-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/overview/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/assets/cb-24161/images/help/settings/actions-runner-manage-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/assets/cb-22484/images/help/settings/actions-enterprise-account-add-runner-group-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://github.com/actions/hello-world-docker-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/assets/cb-10374/images/help/settings/actions-org-runner-group-members.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/assets/cb-13534/images/help/settings/actions-org-runner-group-member-move.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/assets/cb-19809/images/help/settings/actions-org-runner-group-member-move-destination.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/security-overview/filtering-alerts-in-the-security-overview.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://github.com/github/docs/edit/main/content/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/secret-scanning/protecting-pushes-with-secret-scanning.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/assets/cb-40257/images/help/organizations/secret-scanning-enable-push-protection.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/assets/cb-152020/images/help/repository/secret-scanning-push-protection-with-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://docs.github.com/assets/cb-30407/images/help/settings/actions-runner-remove.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-users-you-ve-blocked-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/assets/cb-61164/images/help/repository/secret-scanning-unblock-form.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/introduction-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/github-cli/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github-cli/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/automatic-token-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://nodejs.org/en/download/releases/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/creating-a-javascript-action.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/assets/cb-57532/images/help/repository/javascript-action-workflow-run-updated-2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/security-guides/automatic-token-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/automatic-token-authentication"} +{"url":"https://securitylab.github.com/research/github-actions-preventing-pwn-requests/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/pinning-repositories-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-a-bio-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/security-guides/automatic-token-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-bio-to-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://github.com/vercel/ncc","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/pinning-repositories-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-hate-speech-and-discrimination","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/site-policy/github-hate-speech-and-discrimination"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/acceptable-use-policies/github-threats-of-violence-and-gratuitously-violent-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/site-policy/github-threats-of-violence-and-gratuitously-violent-content"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/enabling-debug-logging","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://github.com/dependabot/fetch-metadata","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/issues/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events/issue-event-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pages/getting-started-with-github-pages/creating-a-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/assets/cb-29264/images/help/repository/secret-scanning-publish-pattern.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/assets/cb-13775/images/help/repository/secret-scanning-dry-run-custom-pattern-select-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/assets/cb-66749/images/help/repository/secret-scanning-create-custom-pattern.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://github.com/actions/toolkit/tree/main/packages/github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/rest/teams/teams.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/disabling-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-security/configuring-secret-scanning-for-your-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/webhook-events-and-payloads/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=mirror%3Atrue+GNOME&type=","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=mirror%3Afalse+GNOME&type=","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=javascript+good-first-issues%3A%3E2&type=","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=react+help-wanted-issues%3A%3E4&type=","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=is%3Asponsorable&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://github.com/search?q=has%3Afunding-file&type=Repositories","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/moving-a-team-in-your-organization-s-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-insights-with-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/displaying-a-sponsor-button-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/apps/building-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/teams/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/accessing-your-organization-s-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-organization-members-from-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/creating-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://www.ldap.com/ldap-dns-and-rdns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/assets/cb-71498/images/help/settings/security-and-analysis-enable-or-disable-feature-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/assets/cb-26677/images/help/settings/security-and-analysis-disable-or-enable-all.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/changelog"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/changelog"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/changelog"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/changelog"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/searching-for-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-an-individual-s-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-14013/images/help/settings/security-and-analysis-enable-by-default-in-modal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/assets/cb-13646/images/help/settings/security-and-analysis-enable-dependency-graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/moderating-comments-and-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-team-s-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/moderating-comments-and-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/editing-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/editing-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/accessing-a-project-s-community-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/moderating-comments-and-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-code-of-conduct-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/moderating-comments-and-conversations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/moderating-comments-and-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/about-projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-or-editing-a-payment-method","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/assets/cb-160780/images/help/issues/projects_table.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/assets/cb-164036/images/help/issues/project_view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://docs.github.com/assets/cb-105691/images/help/issues/projects_board.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-a-person-s-role-to-owner","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/assets/cb-28151/images/help/organizations/repository-role-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-22534/images/help/organizations/repository-role-base-role-option.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-36668/images/help/organizations/repository-role-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/assets/cb-8439/images/help/organizations/repository-role-creation-confirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally"} +{"url":"https://docs.github.com/assets/cb-20167/images/help/organizations/repository-role-description.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-14903/images/help/organizations/list-of-organizations.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-12570/images/help/organizations/repository-role-create-role.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/how-to-transfer-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/assets/cb-8548/images/help/organizations/repository-role-update.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/assets/cb-37182/images/help/organizations/repository-role-delete-setting.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/assets/cb-32551/images/help/organizations/repository-role-edit-setting.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/assets/cb-67707/images/help/organizations/repository-role-delete-confirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-support-resources-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://github.com/github/feedback/discussions/categories/issues-feedback","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/editing-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/about-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/editing-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/editing-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/integrating-jira-with-your-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-an-individual-s-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/blocking-a-user-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/publicizing-or-hiding-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-your-membership-in-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-github-app-managers-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/managing-access-to-projects.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/assets/cb-31890/images/help/projects/hidden-items.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/communities/moderating-comments-and-conversations/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/verifying-your-organization-s-domain","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-an-issue"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/changelog"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/types-of-emails-github-sends","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/managing-marketing-emails-from-github"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-the-visibility-of-your-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/searching-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/searching-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/editing-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-people-with-access-to-your-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/cn/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/articles/editing-a-comment"} +{"url":"https://docs.github.com/ja/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/articles/editing-a-comment"} +{"url":"https://docs.github.com/es/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/articles/editing-a-comment"} +{"url":"https://docs.github.com/pt/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/articles/editing-a-comment"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-the-audit-log-for-your-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-117810/images/help/repository/choose-reason-for-hiding-comment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/editing-a-comment"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/managing-access-to-projects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/assets/cb-8361/images/help/settings/settings-sidebar-security-analysis.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/about-task-lists"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/about-task-lists"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/about-task-lists"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/about-task-lists"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-automation-for-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/removing-a-member-from-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/archiving-cards-on-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/visualizing-repository-data-with-graphs/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/customizing-your-project-views"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/about-task-lists"} +{"url":"https://docs.github.com/assets/cb-79318/images/help/issues/quickstart-projects-board-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository"} +{"url":"https://docs.github.com/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/editing-a-comment"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://github.com/github/docs/edit/main/content/issues/trying-out-the-new-projects-experience/quickstart.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/assets/cb-34038/images/help/projects/new-single-select-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/assets/cb-96059/images/help/issues/quickstart-projects-table-view.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/editing-a-comment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://docs.github.com/assets/cb-303302/images/help/projects/move_between_group.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/assets/cb-91465/images/help/projects/example_board.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/assets/cb-150561/images/help/projects/status_example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/assets/cb-394263/images/help/projects/project-view-switch.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-108386/images/help/projects/priority_example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-an-individual-s-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-49969/images/help/organizations/actions-policy.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-task-lists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/creating-issues/about-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/assets/cb-43496/images/help/settings/actions-workflow-permissions-organization-with-pr-approval.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/using-labels-and-milestones-to-track-work/managing-labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/assets/cb-93122/images/help/organizations/actions-policy-allow-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-an-issues-only-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-new-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-access-to-your-organization-s-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-files-in-a-repository/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-all-of-your-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/restricting-email-notifications-to-an-approved-domain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/program","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-a-wiki-s-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/supporting-the-open-source-community-with-github-sponsors/sponsoring-open-source-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/getting-started-with-writing-and-formatting-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-the-display-of-member-names-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-billing-for-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-billing-for-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-billing-for-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-your-github-billing-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-billing-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-billing-for-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-billing-for-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-billing-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/searching-for-information-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-billing-manager-to-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-a-wiki-s-history-of-changes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/unlocking-a-locked-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/documenting-your-project-with-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/using-github/github-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/using-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/extending-github/getting-started-with-the-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/quickstart/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/searching-for-information-on-github/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-files-in-a-repository/managing-files-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/working-with-forks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/ja/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/es/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/pt/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-s-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-billing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/re-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/assets/cb-20326/images/help/business-accounts/settings-billing-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-17544/images/help/billing/actions-packages-report-download-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/managing-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/managing-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/managing-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/getting-started-with-git/managing-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/managing-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-a-wiki-s-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/getting-started-with-git/managing-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/managing-remote-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/getting-started-with-git/managing-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/managing-remote-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/searching-for-information-on-github/about-searching-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/viewing-a-wiki-s-history-of-changes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/managing-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/documenting-your-project-with-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/using-starter-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/configuring-and-managing-workflows/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/managing-complex-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/searching-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-a-wiki-s-history-of-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/targeting-different-environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-files-in-a-repository/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/reusing-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/about-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/using-workflow-run-logs/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/creating-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/learn-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/libraries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/libraries"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/libraries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/libraries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/automating-builds-and-tests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/overview/libraries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/libraries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/publishing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs"} +{"url":"https://docs.github.com/cn/github-ae@latest/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/ja/github-ae@latest/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/es/github-ae@latest/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/pt/github-ae@latest/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/disabling-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/billing/managing-billing-for-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/development-tools-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/context-and-expression-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://github.com/github/docs/edit/main/content/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/about-custom-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://portal.azure.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/security-guides/automatic-token-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/reusing-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/reusing-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/reusing-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/orgs/custom-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/custom-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/reusing-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/workflow-commands-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/webhooks/configuring/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/building-a-ci-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/guides/building-a-ci-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/best-practices-for-integrators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/guides/best-practices-for-integrators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/best-practices-for-integrators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/enterprise-admin/audit-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/enterprise-server@3.5/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/objects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/objects"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/objects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/objects"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/guides/traversing-with-pagination","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/enterprise-server@3.3/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deploy-keys"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-your-subscriptions-and-billing-date","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/overview/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/markdown"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/markdown"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/markdown"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/markdown"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/rate-limit"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/rate-limit"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/rate-limit"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/rate-limit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/fork-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/fork-a-repo"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/committing-changes-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/markdown","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/markdown"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/rate-limit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/rate-limit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/migrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/migrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/migrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/migrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/working-with-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/openapi-description"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/openapi-description"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/openapi-description"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/openapi-description"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/getting-started-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/openapi-description"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/webhooks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/configuring-and-managing-workflows/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/redeeming-a-coupon"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/enterprise-server@3.5/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/apps/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/webhooks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/repos/tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/language-and-framework-guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/blobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/blobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/blobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/blobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/meta"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/meta"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/meta"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/meta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/building-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/enterprise-admin/announcement","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/announcement"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/enterprise-admin/announcement","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/announcement"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/enterprise-admin/announcement","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/announcement"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/enterprise-admin/announcement","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/announcement"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/announcement.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/announcement"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/statuses"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/statuses"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/statuses"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/statuses"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/git/blobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/blobs"} +{"url":"https://github.com/github/docs/edit/main/content/rest/deployments/statuses.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/statuses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/meta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/meta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/building-and-testing-java-with-gradle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/using-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/working-with-files/using-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/tags"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/announcement"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-information-to-your-personal-account-s-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/enterprise-server@3.5/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/announcement"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/enterprise-admin/announcement","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/announcement"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/actions/workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflows"} +{"url":"https://docs.github.com/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/git/tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/building-and-testing-java-with-ant","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/workflow-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.5/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://nodejs.org/en/download/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/traversing-with-pagination"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/refs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/refs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/refs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/refs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/troubleshooting-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects/columns"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects/columns"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects/columns"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects/columns"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://github.com/github/docs/edit/main/content/rest/projects/columns.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects/columns"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/timeline"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/timeline"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/timeline"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/timeline"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/rest/issues/timeline.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/timeline"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/pulls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/refs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/checks/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/guides/basics-of-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/enterprise-admin/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/actions/workflow-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/cn/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","state":"SKIPPED","parent":"https://docs.github.com/en/articles/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/ja/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","state":"SKIPPED","parent":"https://docs.github.com/en/articles/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/es/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","state":"SKIPPED","parent":"https://docs.github.com/en/articles/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/pt/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","state":"SKIPPED","parent":"https://docs.github.com/en/articles/viewing-your-subscriptions-and-billing-date"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/post-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/trees"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/trees"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/trees"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/trees"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/git/refs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/refs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/codes-of-conduct"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/codes-of-conduct"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/codes-of-conduct"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/codes-of-conduct"} +{"url":"https://docs.github.com/assets/cb-20784/images/help/billing/actions-minutes-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin"} +{"url":"https://docs.github.com/assets/cb-25973/images/help/billing/actions-packages-storage-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/assets/cb-31593/images/help/billing/settings_billing_next_payment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/emojis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/emojis"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/emojis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/emojis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/projects/columns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/projects/columns"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/repo-pre-receive-hooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/environments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/environments"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/environments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/environments"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-per-user-pricing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/timeline"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/viewing-job-execution-time","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/licenses"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/licenses"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/licenses"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-integrations/setting-up-and-registering-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/expressions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/articles/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin"} +{"url":"https://docs.github.com/enterprise-server@3.5/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/statuses"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/statuses"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/statuses"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/statuses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/labels"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/labels"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/labels"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/git/trees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/git/trees"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/watching"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/watching"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/watching"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/watching"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/enterprise-admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/gpg-keys"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/licenses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/branches/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/deployments/environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/environments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/deployments"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/licenses"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/expressions"} +{"url":"https://github.com/github/docs/edit/main/content/rest/deployments/deployments.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/metrics/statistics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/metrics/statistics"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/metrics/statistics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/metrics/statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/security-guides/encrypted-secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/keys"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/watching"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/commits/statuses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/statuses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/learn-github-actions/expressions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/expressions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/visualizing-repository-data-with-graphs/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/metrics/statistics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/members"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/members"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/members"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/members"} +{"url":"https://docs.github.com/enterprise-server@3.5/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/gpg-keys"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/ja/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/es/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/pt/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/deployments"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/workflow-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/activity/watching","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/watching"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/releases/releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/releases/releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/releases/releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/releases/releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/dockerfile-support-for-github-actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/members"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/members"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/members"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/members"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/users/gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/forks"} +{"url":"https://docs.github.com/enterprise-server@3.5/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/deployments/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators/invitations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators/invitations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators/invitations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators/invitations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/members"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/discussions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/discussions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/discussions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/discussions"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/members"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/overview/resources-in-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/pulls/reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/releases/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/releases/releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/repos/forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/learn-github-actions/contexts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart/git-cheatsheet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/managing-discussions-for-your-community","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/managing-discussions-for-your-community","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/managing-discussions-for-your-community","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/managing-discussions-for-your-community","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/collaborators/invitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/collaborators/invitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/teams/discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/assignees"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/assignees"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/assignees"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/assignees"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/managing-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/downgrading-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks/runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks/runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks/runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks/runs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/notifications"} +{"url":"https://docs.github.com/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/issues/assignees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/assignees"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks/runs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/viewing-insights-for-your-discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-your-payment-history-and-receipts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/apps"} +{"url":"https://docs.github.com/enterprise-server@3.5/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/apps"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/overview/media-types/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/apps/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/apps/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/commits/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/commits/commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/activity/notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/activity/notifications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/permissions"} +{"url":"https://docs.github.com/enterprise-server@3.5/apps/building-oauth-apps/authorizing-oauth-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/authorizing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/actions/permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/guides/finding-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/guides/finding-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/guides/finding-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/guides/finding-your-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/finding-your-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/oauth-authorizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/how-does-upgrading-or-downgrading-affect-the-billing-process","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do"} +{"url":"https://docs.github.com/assets/cb-8976/images/help/settings/spending-limit-tab-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/best-practices-for-leaving-your-company"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/upgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-storage-and-bandwidth-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/upgrading-or-downgrading-your-client-s-paid-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/guides/finding-your-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/finding-security-vulnerabilities-and-errors-in-your-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/guides/finding-your-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/finding-your-discussions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/code-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/cn/support/learning-about-github-support/github-marketplace-support","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-marketplace-support"} +{"url":"https://docs.github.com/ja/support/learning-about-github-support/github-marketplace-support","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-marketplace-support"} +{"url":"https://docs.github.com/es/support/learning-about-github-support/github-marketplace-support","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-marketplace-support"} +{"url":"https://docs.github.com/pt/support/learning-about-github-support/github-marketplace-support","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-marketplace-support"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/oauth-authorizations/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/oauth-authorizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages"} +{"url":"https://github.com/github/docs/edit/main/content/support/learning-about-github-support/github-marketplace-support.md","state":"SKIPPED","parent":"https://docs.github.com/en/articles/github-marketplace-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/upgrading-the-billing-plan-for-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/canceling-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-marketplace-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-and-paying-for-an-organization-on-behalf-of-a-client","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/renewing-your-client-s-paid-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/guides/best-practices-for-community-conversations-on-github.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/es/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://docs.github.com/support/learning-about-github-support/github-marketplace-support","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/github-marketplace-support"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/searching-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/searching-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/searching-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/searching-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/support/learning-about-github-support/github-marketplace-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/github-marketplace-support"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps"} +{"url":"https://github.com/search?q=welcome+in%3Atitle&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=onboard+in%3Atitle%2Cbody&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=thanks+in%3Acomment&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=user%3Aoctocat+feedback&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=org%3Agithub&type=Discussions&utf8=%E2%9C%93","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=repo%3Anodejs%2Fnode+created%3A%3C2020-01-01&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=is%3Apublic&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=is%3Aprivate+tiramisu&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=cool+author%3Aoctocat&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=bootstrap+in%3Abody+author%3Aoctocat&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?utf8=%E2%9C%93&q=github+commenter%3Abecca+org%3Agithub&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=involves%3Abecca+involves%3Aoctocat&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=NOT+beta+in%3Abody+involves%3Abecca&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=comments%3A%3E100&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=comments%3A500..1000&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=created%3A%3E%3D2020-11-15&type=discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/search?q=weird+in%3Abody+updated%3A%3E%3D2020-12-01&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://github.com/github/docs/edit/main/content/search-github/searching-on-github/searching-discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/writing-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/importing-your-projects-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/importing-your-projects-to-github"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/assets/cb-655717/images/help/discussions/hero.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/using-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/enabling-or-disabling-github-discussions-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/filtering-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/best-practices-for-community-conversations-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/search-github/searching-on-github/searching-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/assets/cb-9000/images/help/billing/packages-data-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/downgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/upgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/searching-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/assets/cb-42227/images/help/repository/manage-access-filter.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://github.com/github/docs/edit/main/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/assets/cb-145542/images/help/repository/manage-access-role-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-saml-single-sign-on-for-your-organization/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/quickstart"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/quickstart"} +{"url":"https://docs.github.com/assets/cb-21529/images/help/repository/manage-access-remove.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://github.com/github/feedback/discussions?discussions_q=category%3A%22Discussions+Feedback%22","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/about-discussions"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/downgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/about-billing-for-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-your-git-large-file-storage-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/actions/self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-7734/images/help/discussions/category-in-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/assets/cb-29668/images/help/discussions/change-category-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/assets/cb-29561/images/help/discussions/click-pin-discussion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/assets/cb-30931/images/help/discussions/click-unpin-discussion-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/assets/cb-74376/images/help/discussions/customize-pinned-discussion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://github.com/github/docs/edit/main/content/discussions/managing-discussions-for-your-community/managing-discussions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/assets/cb-38405/images/help/discussions/click-pin-discussion-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/assets/cb-31475/images/help/discussions/click-unpin-discussion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/assets/cb-31704/images/help/discussions/click-edit-pinned-discussion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/assets/cb-41894/images/help/discussions/use-choose-a-repository-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/assets/cb-31641/images/help/discussions/click-transfer-discussion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/support/contacting-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support"} +{"url":"https://docs.github.com/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/support/learning-about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/assets/cb-28660/images/help/discussions/click-transfer-discussion-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/cn/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/ja/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/es/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/pt/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/assets/cb-33143/images/help/discussions/click-delete-this-discussion-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/assets/cb-30663/images/help/discussions/click-delete-discussion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-categories-for-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://github.com/search/advanced","status":200,"state":"OK","parent":"https://docs.github.com/en/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/en/articles/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/about-self-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/searching-for-information-on-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/searching-for-information-on-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/issues/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/managing-workflow-runs/re-running-workflows-and-jobs","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/guides"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/guides"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/guides"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors"} +{"url":"https://github.com/github/docs/edit/main/content/sponsors/guides.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support"} +{"url":"https://github.blog/changelog/2022-02-25-code-scanning-detects-more-security-issues-supports-new-language-versions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-runs"} +{"url":"https://github.blog/2022-03-23-github-actions-secure-self-hosted-runners-specific-workflows/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors"} +{"url":"https://github.blog/changelog/2022-02-02-redesign-of-githubs-settings-pages/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-03-31-authentication-token-format-updates-are-generally-available/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://enterprise.github.com/releases/3.5.0/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/release-notes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/setting-your-billing-email"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/restricting-email-notifications-to-an-approved-domain"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/restricting-email-notifications-to-an-approved-domain"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/restricting-email-notifications-to-an-approved-domain"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/restricting-email-notifications-to-an-approved-domain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/actions/workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/actions/workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/versioning-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/deleting-an-issue"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/upgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/downgrading-a-sponsorship","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/assets/cb-25547/images/help/business-accounts/view-invoice-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-30815/images/help/business-accounts/pay-invoice.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-25686/images/help/business-accounts/pay-invoice-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/support/learning-about-github-support/about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/support/learning-about-github-support/about-github-support"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/assets/cb-55840/images/help/business-accounts/view-payment-history.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/restricting-email-notifications-to-an-approved-domain"} +{"url":"https://docs.github.com/assets/cb-54692/images/help/business-accounts/billing-license-info.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-via-invoice","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://docs.github.com/assets/cb-11628/images/help/business-accounts/billing-license-info-click-view-details-or-download.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships"} +{"url":"https://docs.github.com/assets/cb-26637/images/help/business-accounts/download-current-invoice.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks/creating/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/explorer"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/explorer"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/explorer"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/explorer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branch-protection"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branch-protection"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branch-protection"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/github-marketplace-support"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/restricting-email-notifications-to-an-approved-domain"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://visualstudio.microsoft.com/subscriptions-administration/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/public-schema"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/public-schema"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/public-schema"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/public-schema"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks/securing/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides"} +{"url":"https://visualstudio.microsoft.com/subscriptions/visual-studio-github/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/metrics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/repository-metrics"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise"} +{"url":"https://docs.microsoft.com/en-us/azure/developer/github/deploy-with-visual-studio","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://visualstudio.microsoft.com/subscriptions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/enterprise-server@3.4/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/support/about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.microsoft.com/visualstudio/subscriptions/access-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.microsoft.com/en-us/visualstudio/subscriptions/admin-responsibilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://www.youtube.com/watch?v=P_zBgp_BE_I","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/assets/cb-16274/images/help/enterprises/enterprise-licensing-tab-ghas.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/assets/cb-22716/images/help/enterprises/enterprise-licensing-tab-ghas-no-seats.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/resource-limitations"} +{"url":"https://docs.microsoft.com/en-us/visualstudio/subscriptions/assign-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.microsoft.com/en-us/visualstudio/subscriptions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/assets/cb-27342/images/help/billing/ghas-orgs-list-enterprise-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/overview/explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.microsoft.com/en-us/visualstudio/subscriptions/using-admin-portal","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/support/learning-about-github-support/about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-support"} +{"url":"https://github.com/github/platform-samples/blob/master/api/powershell/invite_members_to_org.ps1","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-mobile"} +{"url":"https://docs.microsoft.com/en-us/visualstudio/subscriptions/access-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.microsoft.com/en-us/visualstudio/subscriptions/assign-license","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/overview/public-schema","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/public-schema"} +{"url":"https://docs.github.com/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/learn-github-packages/connecting-a-repository-to-a-package"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/scalars"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/scalars"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/scalars"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/scalars"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/billing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/using-saved-replies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/support/learning-about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/git-cheatsheet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/scalars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-github/github-mobile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/command-line-utilities/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/be-social"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/learning-about-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/reference/scalars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/scalars"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/deployments/statuses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments/statuses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/assets/cb-4474/images/help/support/product-field-ghec.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/breaking-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/using-global-node-ids"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/be-social","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-graphql-global-node-ids"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-github/supported-browsers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/supported-browsers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-organizations-for-procurement-companies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-github/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/using-github/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/opening-an-issue-from-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/moderating-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/overview/schema-previews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/using-global-node-ids"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-files-in-a-repository/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/visualizing-repository-data-with-graphs/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/searching-for-information-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/checks/runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/checks/runs"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/overview/breaking-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/breaking-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/writing-on-github/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/guides/using-global-node-ids","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/using-global-node-ids"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/creating-actions/about-custom-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/github-flow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-github/github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows/about-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-licensing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/forking-and-cloning-gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/generating-an-ssh-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/guides/introduction-to-graphql","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/guides/traversing-with-pagination","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/traversing-with-pagination"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-packages/viewing-your-github-packages-usage"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/cn/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners/"} +{"url":"https://docs.github.com/ja/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners/"} +{"url":"https://docs.github.com/es/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners/"} +{"url":"https://docs.github.com/pt/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/issues/timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/guides/introduction-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github/searching-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/contributing-to-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/using-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-in-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/hello-world"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/unions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/unions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/unions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github/searching-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/tracing-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/filtering-issues-and-pull-requests-by-assignees","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git/about-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/filtering-issues-and-pull-requests-by-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/importing-your-projects-to-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/importing-your-projects-to-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/codes-of-conduct","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/codes-of-conduct"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/managing-discussions-for-your-community/managing-discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/getting-started-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/licensing-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/quickstart/contributing-to-projects","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/reference/unions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/unions"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/emojis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/emojis"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/hosting-your-own-runners/about-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners/"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/managing-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/overview/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/branches/branch-protection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/public-schema"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/public-schema"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/public-schema"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/public-schema"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/explorer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/explorer"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/explorer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/explorer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/repos"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github/searching-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/contributing-to-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github/searching-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/hello-world","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/hello-world"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git/about-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-access-to-your-organization-s-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/what-is-my-disk-quota","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/reference/unions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/unions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/issues/labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues/labels"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/create-a-repository-using-a-template-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/repos"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/categories/collaborating-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-sponsors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/categories/administering-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-your-community-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/categories/managing-your-work-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/about-authentication-with-saml-single-sign-on","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/get-started/quickstart"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/public/ghes-3.4/schema.docs-enterprise.graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/public-schema"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/about-archiving-content-and-data-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-glossary","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/categories/visualizing-repository-data-with-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-github/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/overview/resource-limitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/metrics/statistics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/metrics/statistics"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-large-files/about-storage-and-bandwidth-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/overview/public-schema","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/public-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/users/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/learn-github-actions/environment-variables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/repos/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos/repos"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/overview/explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/users/keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/users/keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/permissions-required-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-permanent-link-to-a-code-snippet","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/introduction-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/accessing-a-projects-community-profile"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/searching-for-information-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/orgs/members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/orgs/members"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/repos"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/about-the-graphql-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/pulls/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/pulls/comments"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-file-to-a-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-global-node-ids"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/scalars"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/scalars"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/scalars"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/scalars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/overview/about-the-graphql-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/about-the-graphql-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/teams/members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/teams/members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/commenting-on-the-diff-of-a-pull-request","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/addressing-merge-conflicts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/using-actions-from-github-marketplace-in-your-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://github.com/search?q=is%3Asponsorable&type=Users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/assets/cb-116947/images/help/repository/security-and-analysis-disable-or-enable-ghec-public.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/overview/resource-limitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/assets/cb-124725/images/help/repository/security-and-analysis-disable-or-enable-ghec-private.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/approving-oauth-apps-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/open-source-licensing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-deploy-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/customizing-your-github-workflow/about-github-marketplace","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/guides/managing-deploy-keys/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/guides/using-global-node-ids","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-global-node-ids"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/tracking-your-work-with-issues/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/tracking-your-work-with-issues/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/importing-your-projects-to-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/making-a-private-repository-public","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/scalars"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-github-marketplace"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://github.com/search?q=is%3Ainternal&type=Discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/queries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/queries"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/queries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/renaming-a-file-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/assets/cb-97350/images/help/search/topic-left-side-navigation-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/searching-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/referencing-and-citing-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/duplicating-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/guides/managing-deploy-keys/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/about-archiving-content-and-data-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/unions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/unions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/unions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/overview/schema-previews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/searching-on-github/searching-code","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/identifying-and-authorizing-users-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/queries"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/breaking-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/objects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/objects"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/objects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/objects"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/adding-information-to-your-receipts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-files-in-a-repository/navigating-code-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/about-status-checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/assets/cb-67990/images/help/settings/actions-access-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/guides/managing-deploy-keys/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-the-explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/displaying-verification-statuses-for-all-of-your-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/guides/using-the-explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/using-the-explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/searching-for-information-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/communicating-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/discussions/guides/granting-higher-permissions-to-top-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/getting-started-with-github-actions/about-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/adding-a-file-to-a-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/copying-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/displaying-a-sponsor-button-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/duplicating-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/reference/queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/reference/unions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/categories/collaborating-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/reference/objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/categories/administering-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/categories/managing-your-work-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/github-ae@latest/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-github/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/github-ae@latest/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/github-ae@latest/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-19758/images/enterprise/releases/releases-tag-version.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/assets/cb-20214/images/enterprise/releases/releases-tag-branch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/github-ae@latest/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/using-saved-replies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/deleting-a-saved-reply","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-large-files/installing-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/releasing-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/collaboration-with-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/github-flow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/reference/objects"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/commenting-on-differences-between-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/moving-a-file-to-a-new-location-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/migrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/migrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/categories/visualizing-repository-data-with-graphs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/editing-files-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-new-organization-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-github/github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/assets/cb-13237/images/help/gist/gist-visibility-drop-down-ae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart/git-cheatsheet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/learning-about-github/access-permissions-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/searching-on-github/searching-issues-and-pull-requests/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git/git-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/github-ae@latest/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/guides/introduction-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/guides/introduction-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/github-ae@latest/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/github-ae@latest/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/opening-an-issue-from-code","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/renaming-a-file-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/quickstart/github-glossary","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/quickstart/github-glossary"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-contributions-on-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/github-ae@latest/github/writing-on-github/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/github-ae@latest/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/exploring-projects-on-github/following-people","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/learning-about-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/learning-about-github/types-of-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/generating-an-ssh-key","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/onboarding/getting-started-with-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/onboarding/getting-started-with-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/onboarding/getting-started-with-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/onboarding/getting-started-with-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae"} +{"url":"https://docs.github.com/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-files-in-a-repository/deleting-files-in-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/onboarding/getting-started-with-github-ae.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart/github-glossary","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart/communicating-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/guides/working-with-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/guides/working-with-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart/github-flow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/overview/openapi-description","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/overview/openapi-description"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/github-ae@latest/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/setting-git-push-limits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/github-ae@latest/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/githubs-ssh-key-fingerprints"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/githubs-ssh-key-fingerprints"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/githubs-ssh-key-fingerprints"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/githubs-ssh-key-fingerprints"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/commenting-on-differences-between-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/github-ae@latest/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints.md","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/githubs-ssh-key-fingerprints"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/https-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/github-ae@latest/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-a-new-ssh-key-to-your-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/githubs-ssh-key-fingerprints","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/using-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/github-ae@latest/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/articles/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/articles/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/articles/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/articles/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/enterprise-support/overview/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-agent-admitted-failure-to-sign","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/reference/queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/queries"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/github-ae@latest/get-started/onboarding/getting-started-with-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/assets/cb-6761/images/help/settings/saml-expand-session-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/guides/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/searching-on-github/searching-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/searching-on-github/searching-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/projects/cards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/projects/cards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/error-repository-not-found","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/assets/cb-14714/images/help/settings/saml-active-sessions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/reference/scalars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/scalars"} +{"url":"https://docs.github.com/assets/cb-18849/images/help/settings/saml-revoke-session.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository"} +{"url":"https://docs.github.com/github-ae@latest/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/activity/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/activity/events"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/countries-where-sms-authentication-is-supported","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding/getting-started-with-github-ae"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-we-re-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/authorizing-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-an-ssh-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/signing-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleted-or-missing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-people-s-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://github.com/github/docs/edit/main/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-in-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-anonymized-urls"} +{"url":"https://docs.github.com/assets/cb-17963/images/help/settings/sso-allowlist-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/searching-on-github/searching-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/assets/cb-17905/images/help/settings/token-authorize-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/using-ssh-over-the-https-port","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-your-repositorys-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/actions/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github/searching-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-and-managing-your-active-saml-sessions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/associating-an-email-with-your-gpg-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/using-ssh-over-the-https-port"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/requiring-two-factor-authentication-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/issues/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/issues/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue"} +{"url":"https://docs.github.com/assets/cb-18097/images/help/2fa/2fa_wizard_sms_send.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/assets/cb-60515/images/help/2fa/totp-enter-code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/assets/cb-53107/images/help/2fa/totp-click-enter-code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/assets/cb-24784/images/help/2fa/2fa_wizard_sms_enter_code.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/mutations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/mutations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/mutations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/mutations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/authenticating-to-github/githubs-ssh-key-fingerprints"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/users/followers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/users/followers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/browsing-security-vulnerabilities-in-the-github-advisory-database","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-security-vulnerabilities/about-dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github/searching-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/actions/self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/about-dependabot-version-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/assets/cb-65339/images/help/repository/code-scanning-new-tracking-issue.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/assets/cb-137152/images/help/repository/code-scanning-alert-tracked-in-pill.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/assets/cb-120340/images/help/repository/code-scanning-create-issue-for-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory"} +{"url":"https://docs.github.com/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-advisories/about-github-security-advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-github-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/graphql/reference/enums","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/graphql/reference/enums"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/assets/cb-64525/images/help/repository/enable-ghas-dotcom.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git/ignoring-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-40625/images/help/security/security-advisory-collaborator.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/customizing-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/customizing-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/customizing-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/customizing-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/assets/cb-38394/images/help/security/security-advisory-remove-collaborator-x.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/mutations"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-git/about-git-subtree-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/enums"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/enums"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/enums"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/enums"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/using-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/using-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/assets/cb-34845/images/help/repository/code-scanning-alert-list-tracked-issues.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-archiving-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/assets/cb-84284/images/help/repository/code-scanning-tracking-issue-hovercard.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/getting-started/github-security-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-git/about-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/signing-commits-and-tags-using-gpg","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/editing-security-advisories-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/reference/mutations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/mutations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/unlocking-a-locked-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/supporting-the-open-source-community-with-github-sponsors/managing-your-sponsorship-tiers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-git/about-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-your-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/sudo-mode"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/about-commit-signature-verification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/getting-started/deep-dive","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/getting-started/deep-dive","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/getting-started/deep-dive","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/getting-started/deep-dive","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/uploading-a-sarif-file-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/about-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-user-account/maintaining-ownership-continuity-of-your-user-accounts-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-security-vulnerabilities/browsing-security-vulnerabilities-in-the-github-advisory-database","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/deleting-a-codespace.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://github.com/github/advisory-database/blob/main/CONTRIBUTING.md","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/guides"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/guides"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/guides"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/guides"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-security/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/creating-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/connecting-to-a-private-network"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-github/supported-browsers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-advisories/editing-a-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/how-can-i-reset-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://cli.github.com/manual/gh_codespace_delete","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/repository-security-advisories/about-github-security-advisories-for-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://github.com/github/advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github/searching-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/cn/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/articles/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/ja/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/articles/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/es/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/articles/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/pt/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/articles/configuring-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/assets/cb-20552/images/help/codespaces/delete-codespace.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/learning-about-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/learning-about-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory"} +{"url":"https://docs.github.com/assets/cb-18189/images/help/security/suggest-improvements-to-advisory.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/testing-dev-container-changes"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/keeping-your-account-and-data-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/using-source-control-in-your-codespace.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://docs.github.com/assets/cb-74804/images/help/codespaces/source-control-ellipsis-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://docs.github.com/assets/cb-60206/images/help/codespaces/manage-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/developing-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/developing-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/developing-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/developing-in-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/customizing-your-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/mutations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/mutations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/mutations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/mutations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/archiving-a-github-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/assets/cb-197774/images/help/codespaces/autofetch-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/assets/cb-49286/images/help/codespaces/autofetch-all.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/building-and-testing-code-with-continuous-integration/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/browsing-security-vulnerabilities-in-the-github-advisory-database","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/getting-started/deep-dive","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/reference/enums","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/enums"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/configuring-codespaces-for-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/deep-dive"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/pinning-an-issue-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/actions/workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-user-permissions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-security/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://www.cve.org/ProgramOrganization/CNAs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://www.cve.org/About/Overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/exporting-changes-to-a-branch"} +{"url":"https://github.com/github/docs/edit/main/content/code-security/security-overview/viewing-the-security-overview.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/learning-about-github/github-language-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/configuring-dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/listing-dependencies-configured-for-version-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/deleting-a-codespace"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/configuration-options-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-command-palette-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-advisories/creating-a-security-advisory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-security-vulnerabilities/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/getting-started/deep-dive","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/deep-dive"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://docs.github.com/assets/cb-32362/images/help/security/enable-ghas-private-repo.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/graphql/reference/objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/assets/cb-12757/images/help/organizations/organization-security-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/enums"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/enums"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/enums"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/enums"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/codespaces-lifecycle"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/getting-started/securing-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/assets/cb-11500/images/help/teams/org-team-page-security-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-pull-requests-for-dependency-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/assets/cb-246973/images/help/codespaces/codespace-overview-annotated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview"} +{"url":"https://docs.github.com/assets/cb-8024/images/help/organizations/secret-scanning-filter-alerts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://github.com/github/docs/edit/main/content/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/assets/cb-11415/images/help/organizations/view-alert-subset.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/assets/cb-5417/images/help/repository/repo-code-scanning-filter-and-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/assets/cb-13772/images/help/codespaces/click-name-codespace.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/creating-a-strong-password"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files"} +{"url":"https://docs.github.com/assets/cb-27515/images/help/organizations/security-overview-show-more-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces"} +{"url":"https://docs.github.com/assets/cb-3682/images/help/repository/repo-security-side-panel.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/assets/cb-6343/images/help/organizations/security-overview-filter-alerts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/customizing-your-github-workflow/about-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-access-and-security-for-your-organizations-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/enums"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://docs.github.com/assets/cb-36070/images/help/organizations/security-overview-code-scanning-alerts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-github-security-advisories-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-security/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/working-with-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace"} +{"url":"https://docs.github.com/assets/cb-35906/images/help/codespaces/choose-port-visibility-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://docs.github.com/assets/cb-11739/images/help/codespaces/edit-port-visibility-constraint.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/assets/cb-52002/images/help/codespaces/add-constraint-dropdown-ports.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/about-billing-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/overview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/overview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/overview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-source-control-in-your-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/getting-started/securing-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/configuring-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-access-and-security-for-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/creating-a-codespace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/cn/site-policy/github-terms/github-sponsors-additional-terms","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms"} +{"url":"https://docs.github.com/ja/site-policy/github-terms/github-sponsors-additional-terms","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms"} +{"url":"https://docs.github.com/es/site-policy/github-terms/github-sponsors-additional-terms","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms"} +{"url":"https://docs.github.com/pt/site-policy/github-terms/github-sponsors-additional-terms","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/onboarding/getting-started-with-your-github-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces"} +{"url":"https://github.com/github/docs/edit/main/content/site-policy/github-terms/github-sponsors-additional-terms.md","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/configuring-codespaces-for-your-project","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/reference/mutations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/mutations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/permission-levels-for-repository-security-advisories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/setting-your-default-editor-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/getting-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/getting-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/getting-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/getting-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/developing-in-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-insights-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/using-codespaces-in-visual-studio-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/disaster-recovery-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/developing-online-with-codespaces/forwarding-ports-in-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://docs.github.com/assets/cb-38604/images/help/repository/secret-scanning-push-protection-web-ui-commit-allowed.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/assets/cb-257324/images/help/repository/secret-scanning-push-protection-web-ui-commit-blocked-banner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/understanding-billing-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/working-with-support-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/overview/resources-in-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/assets/cb-94081/images/help/repository/secret-scanning-push-protection-web-ui-allow-secret-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-pull-requests-for-dependency-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/articles/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/specifications-for-github-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/site-policy/github-terms/github-sponsors-additional-terms","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/getting-started/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-codespaces-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/reference/enums","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/enums"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/commenting-on-the-diff-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/moving-a-team-in-your-organization-s-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-your-team-s-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-your-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/mutations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/releasing-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/tracing-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/overview"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/enums"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/filtering-issues-and-pull-requests-by-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/web-based-editor","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/site-policy/github-terms/github-sponsors-additional-terms","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github/searching-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/codespaces-reference/using-github-copilot-in-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-an-individual-s-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/archiving-a-github-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-github/keyboard-shortcuts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/working-with-your-codespace/managing-gpg-verification-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/changing-a-person-s-role-to-owner","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/working-with-your-codespace/managing-encrypted-secrets-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/how-to-transfer-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/creating-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/using-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/input-objects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/input-objects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/input-objects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/input-objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/troubleshooting/codespaces-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/accessing-your-organization-s-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-access-to-a-project-board-for-organization-members","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-an-individual-s-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/prebuilding-your-codespaces/configuring-prebuilds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/developing-in-a-codespace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart/contributing-to-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/communities/moderating-comments-and-conversations/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-security-vulnerabilities/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-your-organizations-ssh-certificate-authorities","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/verifying-your-organization-s-domain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-people-with-access-to-your-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/editing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/search-github/searching-on-github/searching-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/about-your-personal-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/about-your-personal-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/about-your-personal-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/github-glossary/"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/github-glossary/"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/github-glossary/"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/github-glossary/"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/assets/cb-60759/images/help/settings/actions-workflow-permissions-organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/input-objects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/input-objects"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/input-objects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/input-objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/enterprise-admin/license","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-nodejs-project-for-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/guides/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-dotnet-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-dotnet-project"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/reference/input-objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/input-objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/input-objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/getting-started-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-permissions-for-deleting-or-transferring-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/guides/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-new-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-organization-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/reviewing-your-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/configuration-options-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/about-your-personal-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/guides/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-access-to-your-organization-s-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-a-bio-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/github-glossary/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-licensing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/github-glossary/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/keeping-your-organization-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-an-ssh-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/git-cheatsheet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-cheatsheet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/github-glossary","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/github-glossary/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/about-your-personal-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://stripe.com/legal","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/about-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request-from-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/the-githubdev-web-based-editor"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-github/supported-browsers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/supported-browsers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/getting-started/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-github/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/managing-issues/assigning-issues-and-pull-requests-to-other-github-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-people-s-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/libraries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/libraries"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/libraries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/libraries"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-up-a-trial-of-github-enterprise-cloud","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/using-saved-replies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-github/github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/getting-permanent-links-to-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/reference/input-objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/input-objects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows"} +{"url":"https://stripe.com/connect-account/legal/recipient","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/openapi-description"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/openapi-description"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/openapi-description"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/openapi-description"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/be-social","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/searching-for-information-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-github/github-mobile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/opening-an-issue-from-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/creating-issues/about-automation-for-issues-and-pull-requests-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-files-in-a-repository/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/tracing-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-github/keyboard-shortcuts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/commenting-on-the-diff-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/filtering-issues-and-pull-requests-by-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/media-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/media-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/media-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/media-types"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-a-branch-protection-rule","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/filtering-issues-and-pull-requests-by-assignees","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/moving-a-file-to-a-new-location","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/introduction-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/input-objects"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-java-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-java-project-in-codespaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reviewing-the-audit-log-for-your-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-glossary/"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-glossary/"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-glossary/"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-glossary/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/hello-world","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/interfaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/interfaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/interfaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/interfaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/importing-your-projects-to-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/importing-your-projects-to-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/openapi-description"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/codes-of-conduct"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/codes-of-conduct"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/codes-of-conduct"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/codes-of-conduct"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-python-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/contributing-to-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/audit-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-github/keyboard-shortcuts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/using-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/searching-for-information-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/guides/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/statuses"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/statuses"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/statuses"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/statuses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/overview/openapi-description","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/openapi-description"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/licenses"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/licenses"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/licenses"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/events"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/re-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/webhooks/repo-deliveries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-deliveries"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/columns"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/columns"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/columns"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/columns"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-support/overview/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/overview/libraries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/libraries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/overview/troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/managing-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/enterprise-server@3.4/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/audit-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git/about-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/metrics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/metrics"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/metrics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/metrics"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/environments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/environments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/environments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/environments"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/building-a-ci-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/autolinks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/autolinks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/autolinks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/autolinks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/media-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/overview/other-authentication-methods","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-integrations/setting-up-and-registering-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/getting-started-with-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-glossary/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/traversing-with-pagination"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git/about-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/meta"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/meta"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/meta"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/meta"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/followers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/followers"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/followers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/followers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/github-event-types","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-contributions-on-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-glossary/"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/gpg-keys"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/actions/workflow-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/about-authentication-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/enterprise-admin/ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/enterprise-admin/ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/enterprise-admin/ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/enterprise-admin/ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/ldap.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/overview/media-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/media-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/learning-about-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/learning-about-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/communicating-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps/authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-status-checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/building-a-ci-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs"} +{"url":"https://docs.github.com/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-github/github-mobile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/cards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/cards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/cards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/cards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/trees"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/trees"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/trees"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/trees"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github/following-people"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/actions/artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/artifacts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/traversing-with-pagination","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/traversing-with-pagination"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/reference/interfaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/interfaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/github-glossary","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/github-glossary/"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-security-vulnerabilities/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/media-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-oauth-apps/authorizing-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/accessing-github-using-two-factor-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/releases/releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/releases/releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/releases/releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/releases/releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/codes-of-conduct","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/codes-of-conduct"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/github-flow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/working-with-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/checks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/overview/breaking-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/breaking-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/autolinks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/interfaces"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/interfaces"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/interfaces"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/interfaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/branches/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/installations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/installations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/installations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/installations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/authenticating-with-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps/authenticating-with-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/authorizing-oauth-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/webhooks/configuring/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/post-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/best-practices-for-integrators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/moderating-comments-and-conversations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/migrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/best-practices-for-integrators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/delivering-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/delivering-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/licenses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/deployments/statuses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/statuses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/activity/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/events"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/metrics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/metrics"} +{"url":"https://docs.github.com/enterprise-server@3.4/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-bad-file-number","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/deployments"} +{"url":"https://docs.github.com/enterprise-server@3.4/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branches"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/webhooks/repo-deliveries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-deliveries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/repos/autolinks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/autolinks"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/teams/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/rendering-data-as-graphs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/graphql/overview/changelog","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/graphql/overview/changelog"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/projects/columns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/columns"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/building-a-ci-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/deployments/environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/users"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-s-ip-addresses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-oauth-apps/authorizing-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-oauth-apps/authorizing-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/about-authentication-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/articles/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/trees"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/orgs/outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://docs.github.com/enterprise-server@3.4/articles/converting-an-organization-member-to-an-outside-collaborator/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/outside-collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/webhooks/repo-config","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/git-and-github-learning-resources","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/meta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/meta"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/users/followers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/followers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/watching"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/watching"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/watching"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/watching"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/opening-an-issue-from-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/users/gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/members"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/members"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/members"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/rendering-data-as-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-github/supported-browsers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-github/github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/troubleshooting-connectivity-problems"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pages"} +{"url":"https://docs.github.com/enterprise-server@3.4/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/installations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/updating-commit-author-attribution-with-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/enterprise-admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/users/keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-files-in-a-repository/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/git/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/commenting-on-the-diff-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/actions/workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflows"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/releases"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls/reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls/reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls/reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls/reviews"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/installations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/contents"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/contents"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/contents"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/contents"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/filtering-issues-and-pull-requests-by-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/projects/projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/projects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/overview/other-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/other-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/git/trees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/git/trees"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/basics-of-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/overview/resources-in-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/forks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/enterprise-admin/audit-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/comments"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data"} +{"url":"https://stripe.com/connect-account/legal/full","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-sponsors-additional-terms"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-licensing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/privacy-on-github/about-githubs-use-of-your-data.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/error-unknown-key-type","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/quickstart/be-social","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/releases/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/releases/releases"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/privacy-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/privacy-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/privacy-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/privacy-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/privacy-on-github/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repos"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/users"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/tracing-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-new-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/enterprise-server@3.4/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/gpg-keys"} +{"url":"https://docs.github.com/enterprise/admin/guides/user-management/using-ldap/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/be-social"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/reference/interfaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/interfaces"} +{"url":"https://docs.github.com/enterprise-server@3.4/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/installations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-github/supported-browsers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/verifying-your-email-address"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/assets/cb-6117/images/help/repository/github-archive-program-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/projects/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/apps/installations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/installations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/gists"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://archiveprogram.github.com/faq/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/github-flow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-github/keyboard-shortcuts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/invitations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/invitations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/invitations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/invitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/setting-up-your-project-for-healthy-contributions/adding-support-resources-to-your-project"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/members"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/merging-multiple-user-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/be-social","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/be-social"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/error-ssh-add-illegal-option-k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/learning-about-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-github/github-command-palette","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-github/github-command-palette","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-github/github-command-palette","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-github/github-command-palette","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/watching"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/deployments/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments/deployments"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/signing-up-for-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/following-people"} +{"url":"https://github.com/github/docs/edit/main/content/get-started/using-github/github-command-palette.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-github/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://github.com/blog","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/updating-your-organization-s-payment-method","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/installing-an-app-in-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/assets/cb-27411/images/help/command-palette/command-palette-command-change-theme.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/assets/cb-26082/images/help/command-palette/command-palette-navigation-repo-default.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/assets/cb-77021/images/help/command-palette/command-palette-launch.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/enterprise-admin/ldap","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/ldap"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart"} +{"url":"https://docs.github.com/assets/cb-27113/images/help/command-palette/command-palette-keyboard-shortcut-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/activity/watching","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/activity/watching"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/requesting-an-archive-of-your-personal-account-s-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/assets/cb-331737/images/help/command-palette/command-palette-navigation-current-scope.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/best-practices-for-integrators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations/users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/teams/members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/members"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/set-up-git"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/set-up-git"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/set-up-git"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/set-up-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/set-up-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user"} +{"url":"https://docs.github.com/assets/cb-36949/images/help/command-palette/command-palette-search-files.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/assets/cb-35916/images/help/command-palette/command-palette-command-mode.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/learning-about-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot/secrets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot/secrets"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot/secrets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot/secrets"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/collaborators/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/writing-on-github/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/contributing-to-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-glossary"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/requesting-an-archive-of-your-personal-account-s-data/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/updating-your-personal-account-s-payment-method","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/pulls/reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls/reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/exploring-early-access-releases-with-feature-preview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/opting-into-or-out-of-the-github-archive-program-for-your-public-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/privacy-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/using-ssh-over-the-https-port","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/changelog"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/changelog"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/changelog"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/changelog"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/repos/forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/repos/contents","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/repos/contents"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/actions/permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/issues/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/about-githubs-use-of-your-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/projects/cards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/projects/cards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/privacy-on-github/managing-data-use-settings-for-your-private-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/webhooks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repos"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-github/github-command-palette","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://github.com/settings/accessibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/faq-about-changes-to-githubs-plans"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/learning-about-github/github-language-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/runs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/create-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/create-a-repo"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/create-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/create-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/create-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/exploring-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/exploring-projects-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/apps/oauth-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/collaborators/invitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/collaborators/invitations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/hello-world","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/customizing-your-github-workflow/exploring-integrations/about-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/quickstart/communicating-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/importing-your-projects-to-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/learning-about-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-security-vulnerabilities/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git/about-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/apps/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/issue-event-types","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/getting-started/github-security-features","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/working-with-github-support/github-enterprise-cloud-support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/teams/discussion-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-github/github-command-palette","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-github/github-command-palette"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/about-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/quickstart/set-up-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/set-up-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/set-up-git"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/about-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/about-the-dependency-graph","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/webhooks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/set-up-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/reviewing-your-organizations-installed-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/users/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/users/users"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot/secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-security/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/changelog"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/changelog"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/changelog"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/changelog"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/onboarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/communicating-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/configuring-dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/getting-started/github-security-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits/commits"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/runs"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/migrations/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/migrations/users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/overview/changelog","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/changelog"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-code-scanning-for-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-security/managing-alerts-from-secret-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/interfaces"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/specifications-for-github-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/dependabot/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/dependabot/secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/building-and-testing-code-with-continuous-integration/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/pulls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls/reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/installing-an-app-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/quickstart/github-glossary","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/troubleshooting-the-codeql-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/articles/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/ja/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/articles/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/es/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/articles/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/pt/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/articles/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/secrets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/secrets"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/secrets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/secrets"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/using-git-rebase","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-contributions-on-your-profile/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/quickstart/github-glossary"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/enterprise-server@3.4/apps/building-github-apps/authenticating-with-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/installations"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/cn/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/articles/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/ja/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/articles/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/es/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/articles/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/pt/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/articles/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/enterprise-server@3.4/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/quickstart/create-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/create-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/onboarding/getting-started-with-github-enterprise-cloud"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reactions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reactions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reactions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-security/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-github-marketplace"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/search"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/search"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/search"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/about-dependabot-security-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/signing-tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-security/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/about-the-security-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/issues/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues/events"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/overview/changelog","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/changelog"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/enterprise-admin/management-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/enterprise-admin/management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/checks/runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-version-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/using-a-verified-email-address-in-your-gpg-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-a-new-gpg-key-to-your-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/create-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/create-a-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-pull-requests-for-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.4/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/getting-started/securing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/suites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/suites"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/suites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/suites"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/apps/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/security-overview/about-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/interfaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/checking-for-existing-gpg-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/orgs/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/orgs/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/apps/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/keeping-your-organization-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/using-a-verified-email-address-in-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/github-ae@latest/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/signing-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/overview/changelog","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/changelog"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secure-coding/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/set-up-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/set-up-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-a-summary-of-repository-activity","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/commits/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/signing-tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/actions/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/reference/issues/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/reactions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/search","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/actions/self-hosted-runner-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/managing-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/rest/overview/media-types/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/commits/commits"} +{"url":"https://docs.github.com/cn/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/articles/signing-tags"} +{"url":"https://docs.github.com/ja/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/articles/signing-tags"} +{"url":"https://docs.github.com/es/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/articles/signing-tags"} +{"url":"https://docs.github.com/pt/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/articles/signing-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/getting-started/securing-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/categories/collaborating-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/planning-and-tracking-work-for-your-team-or-project"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-access-to-your-organization-s-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/categories/visualizing-repository-data-with-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/categories/managing-your-work-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/actions/workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-unknown-key-type"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/assets/cb-18021/images/enterprise/3.2/repository/security-and-analysis-security-alerts-save-changes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-30385/images/enterprise/3.2/repository/security-and-analysis-security-alerts-username-x.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/assets/cb-82805/images/enterprise/3.1/help/repository/security-and-analysis-disable-or-enable-ghes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/checks/suites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/checks/suites"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/assets/cb-26784/images/enterprise/3.2/repository/security-and-analysis-security-alerts-person-or-team-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/categories/administering-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-a-file-to-a-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git/about-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/using-git/about-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/searching-on-github/searching-issues-and-pull-requests/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/renaming-a-file-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/pulls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/en/articles/viewing-your-repositorys-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/duplicating-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-an-individual-s-access-to-an-organization-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-template-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/github-glossary/"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/github-glossary/"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/github-glossary/"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart/github-glossary","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/github-glossary/"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/overview/changelog"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/importing-your-projects-to-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/getting-started-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-a-file-to-a-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/https-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/error-repository-not-found","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/editing-files-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-file-to-a-new-location-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/managing-commit-signature-verification/signing-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/signing-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/categories/visualizing-repository-data-with-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/categories/managing-your-work-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/installing-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/categories/administering-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/categories/collaborating-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/searching-a-repositorys-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/duplicating-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branch-protection"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branch-protection"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branch-protection"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/setting-git-push-limits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/renaming-a-file-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-contributions-on-your-profile/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/github-glossary/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/getting-started-with-github/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/error-we-re-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/using-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/releasing-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-your-repositorys-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/setting-git-push-limits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/editing-files-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-59961/images/enterprise/3.4/actions-access-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/searching-on-github/searching-issues-and-pull-requests/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/moving-a-file-to-a-new-location-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/security-guides/encrypted-secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/commenting-on-differences-between-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/creating-a-project"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/managing-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/communities/documenting-your-project-with-wikis/about-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/objects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/objects"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/objects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/signing-commits-and-tags-using-gpg","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/troubleshooting-commit-signature-verification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://github.blog/changelog/2021-12-21-specify-who-can-force-push-to-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/explorer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/explorer"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/explorer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/explorer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/associating-an-email-with-your-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/git-cheatsheet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-the-explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/about-billing-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/commenting-on-differences-between-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/branches/branch-protection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/branches/branch-protection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/teams/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://enterprise.github.com/releases/3.4.2/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://enterprise.github.com/releases/3.4.0/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.4.1/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/error-unknown-key-type","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files"} +{"url":"https://github.blog/changelog/2021-11-11-export-github-advanced-security-license-usage-data/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://github.blog/changelog/2021-10-06-deprecation-notice-codes-of-conduct-api-preview/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/making-a-private-repository-public","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://github.com/github/feedback/discussions/categories/dependabot-feedback","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-strong-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://github.blog/changelog/2021-10-05-github-actions-dry-your-github-actions-configuration-by-reusing-workflows/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://github.blog/changelog/2021-10-20-improvements-to-github-releases-generally-available/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-09-14-readmes-for-organization-profiles/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://github.blog/changelog/2021-11-16-managing-keyboard-shortcuts-using-accessibility-settings/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/enterprise-server@3.4/apps/building-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/teams/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://github.blog/changelog/2021-10-12-fixed-width-font-support-in-markdown-enabled-fields/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/actions/self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://github.blog/changelog/2021-11-24-specify-theme-context-for-images-in-markdown/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://github.blog/changelog/2021-11-10-team-member-pull-request-review-notifications-can-be-configured-independently-of-auto-assignment/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/error-ssh-add-illegal-option-k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/how-can-i-reset-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/github-flow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://github.blog/changelog/2021-11-10-linkify-selected-text-on-url-paste/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-12-01-ensure-required-status-checks-provided-by-the-intended-app/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-09-20-github-actions-experience-refresh-for-the-management-of-self-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-11-17-preview-the-markdown-rendering-of-gists/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-11-10-require-pull-requests-without-requiring-reviews/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-github/github-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-cli"} +{"url":"https://github.blog/changelog/2021-11-23-display-help-text-for-your-custom-codeql-queries-in-code-scanning/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://github.blog/changelog/2021-11-19-allow-bypassing-required-pull-requests/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/preventing-unauthorized-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://github.blog/changelog/2021-11-24-codeql-code-scanning-now-recognizes-more-python-libraries-and-frameworks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-10-06-github-actions-workflows-triggered-by-dependabot-prs-will-respect-permissions-key-in-workflows/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://github.blog/changelog/2021-11-10-codeql-now-supports-apple-silicon-m1/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-dependabot-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/telling-git-about-your-signing-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/changing-your-primary-email-address","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/about-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/error-ssh-add-illegal-option-k","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-strong-password","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/associating-an-email-with-your-gpg-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://github.blog/changelog/2021-10-27-codeql-code-scanning-adds-beta-support-for-ruby/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/preventing-unauthorized-access","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart/github-glossary","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/github-glossary/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/unions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/unions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/unions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/unions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/recovering-your-account-if-you-lose-your-2fa-credentials","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-your-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-commits"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/checking-for-existing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/github-flow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/opening-an-issue-from-code","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-git/about-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/input-objects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/input-objects"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/input-objects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/input-objects"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-saml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/error-ssh-add-illegal-option-k","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/queries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/queries"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/queries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/queries"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/expressions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/recovering-your-account-if-you-lose-your-2fa-credentials","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/release-notes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/pinning-items-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/editing-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/enums"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/enums"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/enums"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/enums"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-people-s-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/tracing-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/deleting-a-saved-reply","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-files-in-a-repository/deleting-files-in-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/dealing-with-non-fast-forward-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/signing-up-for-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/git-cheatsheet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/graphql/reference/objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/graphql/reference/objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/git-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/quickstart/github-flow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/enterprise-server@3.4/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/commenting-on-the-diff-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/using-saved-replies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/checking-for-existing-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-two-factor-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-two-factor-authentication-recovery-methods","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/reference/unions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/git-cheatsheet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/git-cheatsheet"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/enterprise-cloud@latest/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/guides/introduction-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/resolving-merge-conflicts-after-a-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/quickstart/communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/filtering-issues-and-pull-requests-by-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/source-code-migration-tools","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/overview/breaking-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/guides/using-the-explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/guides/using-global-node-ids","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/using-global-node-ids"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/overview/explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/explorer"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/managing-complex-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/using-git/about-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/reusing-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/scalars"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/scalars"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/scalars"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/scalars"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/generating-a-new-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/git-workflows"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/keyboard-shortcuts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/using-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/virtual-environments-for-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/input-objects"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/communicating-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/communicating-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/pushing-commits-to-a-remote-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/queries"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/configuring-and-managing-workflows/using-environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/learning-about-github/github-language-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/what-are-the-differences-between-subversion-and-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/using-git-rebase-on-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/ignoring-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/reference/unions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-the-dependency-graph-and-dependabot-alerts-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/support-for-subversion-clients"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/generating-an-ssh-key","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-github/github-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-cli"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/about-the-graphql-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/contributing-to-projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/building-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-git/about-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/overview/schema-previews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/environments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/expressions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/reference/input-objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/input-objects"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/configuring-and-managing-workflows/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/getting-started-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-new-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/types-of-github-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/reference/queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-support/overview/about-github-enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/managing-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/learn-github-actions/expressions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-github/github-mobile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-java-with-gradle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/fork-a-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/fork-a-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/fork-a-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/fork-a-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/fork-a-repo"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/learning-about-github/github-language-support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/about-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/types-of-github-accounts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/access-permissions-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-github/github-desktop","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/configuring-git-to-handle-line-endings"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/using-git-rebase","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-continuous-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/reference/enums","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/enums"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/scalars"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/caching-dependencies-to-speed-up-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/onboarding/getting-started-with-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/searching-for-information-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/using-github/github-mobile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/quickstart/be-social","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/be-social"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/enums"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/publishing-actions-in-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/github-flow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/github-flow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/visualizing-repository-data-with-graphs/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/importing-your-projects-to-github/what-are-the-differences-between-subversion-and-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/context-and-expression-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/specifications-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/writing-on-github/creating-and-highlighting-code-blocks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/quickstart/hello-world","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/hello-world"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/about-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/public-schema"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/public-schema"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/public-schema"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/public-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-subtree-merges"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/reference/scalars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/scalars"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/security-guides/encrypted-secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/other-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/caching-your-github-credentials-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/about-remote-repositories"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/saving-repositories-with-stars"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/be-social","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/be-social"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/mutations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/mutations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/mutations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/mutations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/workflow-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/fork-a-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/overview/resource-limitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/using-github/github-desktop","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-desktop"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/quickstart/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/fork-a-repo"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/using-workflow-run-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-git/about-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/openapi-description"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/openapi-description"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/openapi-description"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/openapi-description"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/contributing-to-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/overview/about-the-graphql-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/public/ghes-3.2/schema.docs-enterprise.graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/public-schema"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs"} +{"url":"https://cloud.google.com/iam/docs/workload-identity-federation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/using-github/supported-browsers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/supported-browsers"} +{"url":"https://github.com/google-github-actions/auth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/artifacts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/artifacts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/artifacts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/artifacts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/support/learning-about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/building-a-ci-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase"} +{"url":"https://docs.github.com/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/emojis"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/emojis"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/emojis"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/emojis"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/adding-a-security-policy-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/reference/mutations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/mutations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/managing-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/associating-text-editors-with-git"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/quickstart/contributing-to-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/contributing-to-projects"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/moving-assigned-issues-on-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/fork-a-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/fork-a-repo"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://cloud.google.com/iam/docs/workload-identity-federation?_ga=2.114275588.-285296507.1634918453","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-people-s-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/cn/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","state":"SKIPPED","parent":"https://docs.github.com/en/articles/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/ja/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","state":"SKIPPED","parent":"https://docs.github.com/en/articles/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/es/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","state":"SKIPPED","parent":"https://docs.github.com/en/articles/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/pt/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","state":"SKIPPED","parent":"https://docs.github.com/en/articles/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/quickstart/hello-world","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/hello-world"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-github/github-desktop","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-desktop"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflows"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflows"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflows"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflows"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/security-guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/admin-stats"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/importing-your-projects-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/objects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/objects"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/objects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://api.github.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/markdown"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/markdown"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/markdown"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/markdown"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-integrations/setting-up-and-registering-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/workflow-commands-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/libraries"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/libraries"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/libraries"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/libraries"} +{"url":"https://docs.github.com/enterprise-server@3.2/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/dependency-graph/dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph/dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/dependency-graph/dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph/dependency-review"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/dependency-graph/dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph/dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/dependency-graph/dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph/dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/publishing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/enterprise-admin/audit-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/webhooks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/actions/cache","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/cache"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/actions/cache","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/cache"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/actions/cache","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/cache"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/actions/cache","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/cache"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codes-of-conduct"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codes-of-conduct"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codes-of-conduct"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codes-of-conduct"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/support/about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-identity-and-access-management-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/metrics/community","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/community"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/metrics/community","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/community"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/metrics/community","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/community"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/metrics/community","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/community"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/comments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/comments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/comments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/interactions/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/repos"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/interactions/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/repos"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/interactions/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/repos"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/interactions/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/learn-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/apps/marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/marketplace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/apps/marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/marketplace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/apps/marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/marketplace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/apps/marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/managing-your-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/managing-your-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/creating-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branches"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branches"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branches"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/statuses"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/statuses"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/statuses"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/statuses"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/about-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/commits"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/using-workflow-run-logs/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-git/dealing-with-non-fast-forward-errors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gitignore"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gitignore"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gitignore"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gitignore"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/billing"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/billing"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/billing"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/tags"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/tags"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/tags"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/exploring-projects-on-github/following-people"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/enterprise-admin/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/billing"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/enterprise-admin/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/billing"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/enterprise-admin/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/billing"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/enterprise-admin/billing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/billing.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/billing"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/codespaces/machines","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/machines"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/codespaces/machines","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/machines"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/codespaces/machines","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/machines"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/codespaces/machines","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/machines"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://github.com/github/docs/edit/main/content/rest/codespaces/machines.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/machines"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/blobs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/blobs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/blobs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/blobs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/orgs/custom-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/interactions/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/orgs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/interactions/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/orgs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/interactions/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/orgs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/interactions/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/orgs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/traversing-with-pagination"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/trees"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/trees"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/trees"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/trees"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-containerized-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/media-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/creating-actions/about-custom-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/about-custom-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/quickstart/hello-world","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/quickstart/hello-world"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/openapi-description"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/licenses"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/licenses"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/licenses"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/using-github/supported-browsers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/supported-browsers"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/guides/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/meta"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/meta"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/meta"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/meta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/reference/mutations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/mutations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/overview/other-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/development-tools-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/orgs/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/blocking"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/orgs/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/blocking"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/orgs/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/blocking"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/orgs/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/blocking"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/codespaces/repository-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/codespaces/repository-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/codespaces/repository-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/codespaces/repository-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/repository-secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/metrics/traffic","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/traffic"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/metrics/traffic","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/traffic"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/metrics/traffic","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/traffic"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/metrics/traffic","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/traffic"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/watching"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/watching"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/watching"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/watching"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/events"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/events"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/events"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/outside-collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/comments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/comments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/comments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/comments"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/milestones"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/milestones"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/milestones"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/milestones"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/delivering-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/tags"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/tags"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/tags"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/repos/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/tags"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph"} +{"url":"https://github.com/github/docs/edit/main/content/rest/dependency-graph/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/interactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/interactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/interactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/interactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/support/learning-about-github-support/about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/language-and-framework-guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/overview/troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/actions/artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners/monitoring-your-current-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-licensing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/checks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/traversing-with-pagination","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/traversing-with-pagination"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/overview/openapi-description","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/openapi-description"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/codespaces/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/secrets"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/codespaces/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/secrets"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/codespaces/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/secrets"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/codespaces/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/installations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/installations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/installations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/installations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/searching-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/getting-started-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/language-and-framework-guides/building-and-testing-java-with-gradle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/autolinks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/autolinks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/autolinks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/autolinks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/rate-limit"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/rate-limit"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/rate-limit"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/rate-limit"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/webhooks/configuring/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/statistics"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/statistics"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/statistics"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/statistics"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/delivering-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/advanced-guides/caching-dependencies-to-speed-up-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/cache"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-up-a-trial-of-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/emails"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/emails"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/emails"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/emails"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/github-security-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-github/supported-browsers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/supported-browsers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/building-a-ci-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/environments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/environments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/environments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/deployments/environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/emojis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/emojis"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/keys"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/keys"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/keys"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/keys"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/getting-started/github-security-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/countries-where-sms-authentication-is-supported"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/working-with-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/working-with-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/activity/feeds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/columns"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/columns"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/columns"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/columns"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/about-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/collaborators"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/collaborators"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/about-githubs-ip-addresses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/marketplace"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/delivering-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/delivering-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/about-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/comments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/comments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/comments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/comments"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/changing-the-machine-type-for-your-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/machines"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/users/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/blocking"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/users/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/blocking"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/users/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/blocking"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/users/blocking","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/blocking"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/starring"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/starring"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/starring"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/starring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/actions/workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflows"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repo-config"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/actions/workflow-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/enterprise-admin/admin-stats","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/markdown","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/markdown"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/git/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/commits"} +{"url":"https://docs.github.com/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/external-groups"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/external-groups"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/external-groups"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/external-groups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/dependency-graph/dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph/dependency-review"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/reference/objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/issues/timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/overview/libraries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/libraries"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/enterprise-admin/audit-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/audit-log"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/users"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/users"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/users"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/codes-of-conduct","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codes-of-conduct"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/free-pro-team@latest/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/actions/cache","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/cache"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/assets"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/assets"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/assets"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/assets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/apps/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/enterprise-admin/billing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/metrics/community","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/community"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/branches/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/gists/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/deployments/statuses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/statuses"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/gpg-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/teams/team-sync","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/team-sync"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/teams/team-sync","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/team-sync"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/teams/team-sync","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/team-sync"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/teams/team-sync","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/team-sync"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/overview/media-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/interactions/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/apps/marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/best-practices-for-integrators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/github-ae@latest/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repos"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repos"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repos"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repos"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/github-security-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/gitignore","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gitignore"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/autolinks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/codespaces/machines","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/machines"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/git/tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/billing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/billing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/invitations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/invitations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/invitations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/invitations"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/reviews"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/reviews"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/reviews"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/reviews"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/cards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/cards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/cards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/cards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/git/blobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/blobs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/interactions/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions/orgs"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/assignees"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/assignees"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/assignees"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/assignees"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/github-security-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/collaborators/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/git/trees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git/trees"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/support/contacting-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pages"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-security/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/orgs/custom-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/custom-roles"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/projects"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/projects"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/projects"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/codespaces/repository-secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/repository-secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/issues/trying-out-the-new-projects-experience/automating-projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/meta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/meta"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/licenses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/licenses"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides/basics-of-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependabot/secrets"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependabot/secrets"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependabot/secrets"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/dependabot/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependabot/secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/emails"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/issues/milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/milestones"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/getting-started/github-security-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/webhooks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks/runs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks/runs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks/runs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks/runs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-concurrency"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/orgs/blocking","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/blocking"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/forks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/forks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/forks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/forks"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/releases"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/releases"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/releases"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/releases/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/releases"} +{"url":"https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/ja/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/es/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/pt/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/activity/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/activity/watching","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/watching"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/metrics/traffic","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/traffic"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/orgs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/orgs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/orgs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/orgs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/scim","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/scim"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/scim","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/scim"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/scim","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/scim"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/scim","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/scim"} +{"url":"https://docs.github.com/rest/reference/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-advisories/about-github-security-advisories"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-advisories/about-github-security-advisories"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-advisories/about-github-security-advisories"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/security-advisories/about-github-security-advisories"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/getting-started/github-security-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/github-language-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/github-security-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/repos/tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/commits/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/orgs/outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/notifications"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/notifications"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/notifications"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/keeping-your-account-and-data-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/oauth-authorizations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/oauth-authorizations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/oauth-authorizations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/oauth-authorizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/comments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/comments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/comments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/interactions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/interactions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/rate-limit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/gists"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/gists"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/gists"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/contents"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/contents"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/contents"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/contents"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/codespaces/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/repos/autolinks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/autolinks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/apps/installations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/installations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-secret-scanning-for-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/rate-limit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/secrets"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/secrets"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/secrets"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/secrets"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/getting-started/github-security-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/post-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/enterprise-admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/metrics/statistics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/users/emails","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/emails"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/migrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/projects/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations/users"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations/users"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations/users"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/migrations/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations/users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/deployments/environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/users/keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-security/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/members"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/members"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/members"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/members"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/permissions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/permissions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/permissions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/metrics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/dependabot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/importing-your-projects-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/events"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/events"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/events"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/events"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/projects/columns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/columns"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/members"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/members"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/members"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/getting-started/github-security-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/github-security-features"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/deployments/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/webhooks/repo-config","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/connecting-to-github-with-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/error-we-re-doing-an-ssh-key-audit","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/issues/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/users/blocking","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/blocking"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/updating-an-expired-gpg-key"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/keeping-your-account-and-data-secure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-code-scanning-for-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-your-repositorys-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/activity/starring","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/starring"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-jobs/using-concurrency","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/error-we-re-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/security-advisories/about-github-security-advisories"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/teams/external-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/external-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/users/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/releases/assets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/assets"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/apps/oauth-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/error-we-re-doing-an-ssh-key-audit","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/visualizing-repository-data-with-graphs/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/metrics/statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/dependabot/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/dependabot/secrets"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/signing-commits-and-tags-using-gpg","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/collaborators/invitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/collaborators/invitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-security/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/command-line-utilities/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/pulls/reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/reviews"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reactions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reactions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reactions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reactions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/projects/cards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/teams/team-sync","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/team-sync"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/assets/cb-35732/images/enterprise/3.1/help/repository/code-scanning-alerts-found-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/issues/assignees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/assignees"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/search"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/search"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/search"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/authenticating-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/authenticating-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/authenticating-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/authenticating-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/searching-for-information-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/users/gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/users/gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/webhooks/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/webhooks/repos"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/how-can-i-reset-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/making-a-private-repository-public","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/finding-security-vulnerabilities-and-errors-in-your-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/code-scanning"} +{"url":"https://docs.github.com/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/troubleshooting-the-codeql-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-your-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branch-protection"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branch-protection"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branch-protection"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/customizing-your-github-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/projects/projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/projects/projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-your-primary-email-address","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/managing-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/commits/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/commits/commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-starter-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/scim","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/scim"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/checks/runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/checks/runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-jobs/using-concurrency","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-concurrency"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/orgs/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/repos/forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/how-to-transfer-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/uploading-a-sarif-file-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/repos/contents","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/contents"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-concurrency"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/orgs/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/orgs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/releases/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/releases/releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/about-github-security-advisories-for-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/security-advisories/about-github-security-advisories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/oauth-authorizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/oauth-authorizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/teams/discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/pulls/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/comments"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/gists/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/gists/gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/archiving-a-github-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/using-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-git"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/exploring-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/issues"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/issues"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/issues"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/managing-complex-workflows/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/pulls"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/pulls"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/pulls"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/pulls"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/signing-up-for-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/signing-up-for-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/migrations/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/migrations/users"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/rest/pulls/pulls.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/pulls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/reusing-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/setting-up-code-scanning-for-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-continuous-integration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-code-scanning-for-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/orgs/members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/orgs/members"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/actions/permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/specifications-for-github-hosted-runners/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/configuring-and-managing-workflows/using-environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/assets/cb-100293/images/enterprise/3.2/repository/code-security-and-analysis-enable-ghas-3.2.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/working-with-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/teams/members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/onboarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/onboarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/actions/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/teams/discussion-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/using-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/using-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/issues/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/code-scanning"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/en/github-ae@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/activity/notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/activity/notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-xcode-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/apps/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/apps/apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/customizing-your-github-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/signing-commits-and-tags-using-gpg","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/signing-commits-and-tags-using-gpg","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/assets/cb-19208/images/help/settings/personal_access_tokens_ghe_legacy.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/specifications-for-github-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-workflows/reusing-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/uploading-a-sarif-file-to-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/using-starter-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/events-that-trigger-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/releasing-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/about-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-files-in-a-repository/creating-new-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-workflows/events-that-trigger-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/events-that-trigger-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/packages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/packages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/packages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-your-repositorys-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/setting-up-code-scanning-for-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/interfaces"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/interfaces"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/interfaces"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/interfaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/reactions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/managing-complex-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/actions/workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/search","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/search"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on"} +{"url":"https://docs.github.com/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-key-already-in-use"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/reusing-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/specifications-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/creating-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/creating-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/branches/branch-protection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/using-starter-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/actions/self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/managing-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/using-workflow-run-logs/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-jobs/using-concurrency","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/updating-credentials-from-the-macos-keychain","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://docs.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/pulls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/about-custom-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/security-guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/assets/cb-134028/images/enterprise/github-ae/settings/access-token-scopes-for-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/issues/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/issues/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/pulls/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/pulls"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-your-repositorys-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/migrating-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/environment-variables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/managing-your-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/configuring-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/about-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/about-identity-and-access-management-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-xcode-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-xcode-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-containerized-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/creating-an-issue","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/creating-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/about-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/signing-tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/development-tools-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/environment-variables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/quickstart"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/reusing-workflows?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/teams"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/teams"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/teams"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/about-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/targeting-different-environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-jobs/using-concurrency","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-concurrency"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/publishing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages"} +{"url":"https://docs.github.com/rest/reference/pulls/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/pulls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/articles/about-merge-methods-on-github/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/pulls/pulls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/reference/interfaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/interfaces"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/reusing-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/reusing-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-security/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/customizing-user-messages-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/managing-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/managing-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-organization-members-from-a-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/making-a-private-repository-public","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/inviting-collaborators-to-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/about-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-containerized-services/about-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/context-and-expression-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/reusing-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-python","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-archiving-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/reusing-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/reusing-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/how-can-i-reset-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/how-to-transfer-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/making-a-private-repository-public","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-organization-members-to-a-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/renaming-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/searching-for-information-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/cn/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/ja/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/es/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/pt/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/securing-your-account-with-two-factor-authentication-2fa","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/how-to-transfer-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/setting-your-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-security/about-secret-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/assets/cb-35655/images/help/repository/rerun-checks-drop-down-updated.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/workflow-commands-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-your-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-workflows/using-starter-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-ssh/error-bad-file-number"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/language-and-framework-guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/managing-complex-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/building-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/repos"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/repos"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/repos"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/repos"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/authorizing-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/getting-started-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/usage-limits-billing-and-administration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/overview/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-files-in-a-repository/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-jobs/using-concurrency","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-concurrency"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/about-deployments/deploying-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/managing-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/managing-commit-signature-verification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-continuous-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/assets/cb-15503/images/help/organizations/organization-teams-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/managing-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/apps/building-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/encrypted-secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/about-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-security-vulnerabilities/troubleshooting-the-detection-of-vulnerable-dependencies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/specifications-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/repos/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/repos/repos"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/security-guides/encrypted-secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/dependabot/dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners/about-github-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/migrating-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/publishing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/security-overview/about-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/using-environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/about-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/pinning-an-issue-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/workflow-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/configuring-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-security/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/using-workflow-run-logs/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/context-and-expression-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/creating-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/running-codeql-code-scanning-in-a-container","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/security-hardening-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/workflow-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/virtual-environments-for-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/getting-started-with-github-actions/core-concepts-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/targeting-different-environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/troubleshooting-ssh/error-permission-denied-publickey"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-containerized-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/getting-started/securing-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/introduction-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-xcode-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/managing-your-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/managing-your-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/security-guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/reference/interfaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/contexts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/language-and-framework-guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/about-integration-with-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/assets/cb-29800/images/enterprise/3.1/help/repository/code-scanning-click-alert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/assets/cb-125252/images/enterprise/3.1/help/repository/code-scanning-filter-by-rule.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-github-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-security/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/hosting-your-own-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/learn-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/filtering-alerts-in-the-security-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-powershell"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-powershell"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-powershell"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-powershell"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/configuring-notifications-for-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/assets/cb-82190/images/enterprise/3.2/repository/code-scanning-missing-analysis.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/building-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/configuring-codeql-runner-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/troubleshooting-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/security-guides/automatic-token-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/automatic-token-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/automatic-token-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/assets/cb-96734/images/enterprise/3.1/help/repository/code-scanning-branch-filter.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/viewing-and-updating-vulnerable-dependencies-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-security-vulnerabilities/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/getting-started/securing-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/development-tools-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-security/configuring-secret-scanning-for-your-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/security-guides/automatic-token-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/automatic-token-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/about-integration-with-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/language-and-framework-guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-powershell"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-python","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/encrypted-secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/getting-started/securing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/changelog"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/changelog"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/changelog"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/changelog"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/assets/cb-42298/images/enterprise/3.1/help/repository/code-scanning-branch-dropdown.png","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/media-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/media-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/media-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/media-types"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/codespaces/developing-in-codespaces/deleting-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/github/developing-online-with-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/ja/codespaces/developing-in-codespaces/deleting-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/github/developing-online-with-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/es/codespaces/developing-in-codespaces/deleting-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/github/developing-online-with-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/pt/codespaces/developing-in-codespaces/deleting-a-codespace","state":"SKIPPED","parent":"https://docs.github.com/en/github/developing-online-with-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/openapi-description"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/openapi-description"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/openapi-description"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/overview/openapi-description","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/openapi-description"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides/building-and-testing-powershell"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/cn/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/code-security/getting-started/securing-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/introduction-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/emojis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/emojis"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/emojis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/emojis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/es/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/pt/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/managing-repository-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-security/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://developer.github.com/changes/2016-06-07-reactions-api-update/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://developer.github.com/changes/2016-05-12-reactions-api-preview/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/libraries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/libraries"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/libraries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/libraries"} +{"url":"https://developer.github.com/changes/2016-05-23-timeline-preview-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/license"} +{"url":"https://developer.github.com/changes/2017-01-05-commit-search-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/feeds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/feeds"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/feeds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/feeds"} +{"url":"https://developer.github.com/changes/2016-10-27-changes-to-projects-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://developer.github.com/changes/2016-09-14-projects-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://developer.github.com/changes/2019-12-03-internal-visibility-changes/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://developer.github.com/changes/2019-05-29-update-branch-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://developer.github.com/changes/2019-03-14-enabling-disabling-pages/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://developer.github.com/changes/2019-04-11-pulls-branches-for-commit/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://developer.github.com/changes/2019-07-16-repository-templates-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deploy-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deploy-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deploy-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks"} +{"url":"https://docs.github.com/assets/cb-79901/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-36533/images/help/organizations/security-and-analysis-enable-dependency-graph.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/org-pre-receive-hooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/assets/cb-38634/images/help/organizations/security-and-analysis-enable-by-default-in-modal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-100918/images/help/organizations/security-and-analysis-disable-or-enable-all-fpt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/meta"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/meta"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/meta"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/meta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/rate-limit"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/rate-limit"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/rate-limit"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams"} +{"url":"https://developer.github.com/changes/2018-10-16-deployments-environments-states-and-auto-inactive-updates/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/other-authentication-methods"} +{"url":"https://developer.github.com/changes/2018-02-22-protected-branches-required-signatures","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/getting-started/securing-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git/trees"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git/trees"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git/trees"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git/trees"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/github-ae@latest/code-security/getting-started/securing-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://developer.github.com/changes/2018-03-16-protected-branches-required-approving-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/getting-started/securing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/getting-started/securing-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/about-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/media-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/guides/traversing-with-pagination","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/watching"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/watching"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/watching"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/watching"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/running-codeql-code-scanning-in-a-container","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/enterprise-admin/ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/enterprise-admin/ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/enterprise-admin/ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/enterprise-admin/ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/guides/delivering-deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/categories/github-pages-basics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-integrations/setting-up-and-registering-oauth-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/get-a-pre-receive-hook-for-an-organization-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/update-pre-receive-hook-enforcement-for-an-organization-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/timeline"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/timeline"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/timeline"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks/webhook-events-and-payloads/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/remove-pre-receive-hook-enforcement-for-an-organization-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/list-pre-receive-hooks-for-an-organization-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/overview/api-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/learn-github-actions/contexts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/security-guides/encrypted-secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/encrypted-secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://github.com/blog/2309-introducing-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically","status":200,"state":"OK","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/get-a-pre-receive-hook-for-a-repository-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/getting-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started"} +{"url":"https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/guides/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/update-pre-receive-hook-enforcement-for-a-repository-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/libraries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/getting-started/securing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started/securing-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/overview/other-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/remove-pre-receive-hook-enforcement-for-a-repository-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/get-a-project-card-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/overview/changelog","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/changelog"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/overview/openapi-description","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/openapi-description"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/update-an-existing-project-card-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/move-a-project-card-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/create-a-project-card-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/list-project-cards-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/working-with-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/overview/media-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/media-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/overview/api-previews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/list-pre-receive-hooks-for-a-repository-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git/trees"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/checks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides/working-with-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/best-practices-for-integrators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/codespaces/developing-in-codespaces/deleting-a-codespace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/developing-online-with-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/feeds"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/overview/openapi-description","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/openapi-description"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/list-timeline-events-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/global-webhooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/statuses"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/statuses"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/statuses"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/statuses"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/update-ldap-mapping-for-a-team-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/ldap"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/overview/troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/delete-a-project-card-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/workflow-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/encrypted-secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/enterprise-admin/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://developer.github.com/changes/2016-10-27-changes-to-projects-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides/basics-of-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-team-in-your-organization-s-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics/statistics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics/statistics"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics/statistics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics/statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/overview/libraries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/libraries"} +{"url":"https://developer.github.com/changes/2017-08-30-preview-nested-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/emails"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/emails"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/emails"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/emails"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/webhook-events-and-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/assets/cb-9185/images/enterprise/github-ae/repository/sidebar-secrets-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/emojis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/emojis"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/list-global-webhooks-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/create-a-global-webhook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/webhooks/configuring/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/delete-a-global-webhook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/get-a-global-webhook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/org-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/enterprise-admin/license","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/remove-user-as-a-collaborator-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/licenses"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/licenses"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/licenses"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/licenses"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/list-project-collaborators-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/articles/disabling-project-boards-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/timeline"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/update-a-global-webhook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/ping-a-global-webhook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/get-a-deployment-status-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/statuses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-your-team-s-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides/rendering-data-as-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/rendering-data-as-graphs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/orgs/outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides/delivering-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/gpg-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/activity/feeds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/feeds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides/best-practices-for-integrators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repos"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/releases/assets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/releases/assets"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/releases/assets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/releases/assets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/actions/workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/assets/cb-25412/images/help/organizations/repo-invitations-checkbox-old.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/actions/workflow-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/get-project-permission-for-a-user-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/repo-pre-receive-hooks"} +{"url":"https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/statuses"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/metrics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/meta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/meta"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/codes-of-conduct"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/codes-of-conduct"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/codes-of-conduct"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/codes-of-conduct"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/rate-limit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-a-person-s-role-to-owner","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/issues/timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/gists/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/delete-a-github-enterprise-server-pages-site-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/activity/watching","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/watching"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/create-a-github-enterprise-server-pages-site-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/git/trees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/git/trees"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/projects/cards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/cards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/add-project-collaborator-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/collaborators"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/webhooks/repo-config","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/enterprise-admin/ldap","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-98257/images/enterprise/3.1/help/organizations/security-and-analysis-disable-or-enable-all-ghas.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/labels"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/labels"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/labels"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/accessing-your-organization-s-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/timeline"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/followers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/followers"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/followers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/followers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-98812/images/enterprise/3.1/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/emails"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/assignees"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/assignees"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/assignees"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/issues/assignees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/assignees"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/apps/installations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/api-previews"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/starring"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/starring"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/starring"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/starring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/releases"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/deployments/statuses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/statuses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/forks"} +{"url":"https://docs.github.com/cn/get-started/privacy-on-github/about-githubs-use-of-your-data","state":"SKIPPED","parent":"https://docs.github.com/en/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/ja/get-started/privacy-on-github/about-githubs-use-of-your-data","state":"SKIPPED","parent":"https://docs.github.com/en/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/es/get-started/privacy-on-github/about-githubs-use-of-your-data","state":"SKIPPED","parent":"https://docs.github.com/en/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/pt/get-started/privacy-on-github/about-githubs-use-of-your-data","state":"SKIPPED","parent":"https://docs.github.com/en/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/permissions"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/assets/cb-22391/images/enterprise/github-ae/repository/enable-secret-scanning-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/codespaces/developing-in-codespaces/deleting-a-codespace","status":200,"state":"OK","parent":"https://docs.github.com/en/github/developing-online-with-codespaces/deleting-a-codespace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/review-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/review-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/review-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/pulls/review-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/review-requests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/getting-started"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/members"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/members"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/members"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/teams/members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/members"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/get-a-deployment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/contents"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/contents"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/contents"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/contents"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/projects/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/create-a-deployment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/teams/discussion-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/activity/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/events"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/list-deployment-statuses-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/statuses"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/commits","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/overview/resources-in-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/list-repositories-accessible-to-the-user-access-token-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/oauth-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/orgs/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/create-a-deployment-status-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/statuses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/oauth-authorizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/oauth-authorizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/oauth-authorizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/oauth-authorizations"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/media-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/create-a-content-attachment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/assets/cb-22361/images/enterprise/github-ae/repository/enable-ghas-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/keeping-your-organization-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/gpg-keys"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/commits/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/list-repositories-accessible-to-the-app-installation-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.2/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/changelog"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/secrets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/secrets"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/secrets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/markdown"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/markdown"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/markdown"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/markdown"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/troubleshooting-codeql-runner-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-runner-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/communities/moderating-comments-and-conversations/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-up-teams"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-up-teams"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-up-teams"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-up-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/users/emails","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/emails"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/guides/rendering-data-as-graphs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/create-a-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/activity","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/watching"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/suites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/suites"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/suites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/suites"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/update-a-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/autolinked-references-and-urls"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/autolinked-references-and-urls"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/autolinked-references-and-urls"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/autolinked-references-and-urls"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-an-individual-s-access-to-an-organization-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/get-a-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/converting-an-organization-member-to-an-outside-collaborator","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/repos","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/licenses"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/creating-teams/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/visualizing-repository-data-with-graphs/about-repository-graphs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics/statistics"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/list-discussions-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-teams"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-teams"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-teams"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-teams"} +{"url":"https://docs.github.com/enterprise-server@3.2/webhooks/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/create-a-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/verifying-your-organization-s-domain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/assets/cb-11910/images/enterprise/github-ae/repository/enable-ghas-confirmation-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/apps"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/update-a-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/get-a-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/create-a-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/update-a-discussion-comment-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/update-a-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/get-a-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/webhooks/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repos"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/releases/assets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/releases/assets"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/licenses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/create-a-discussion-comment-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/list-discussion-comments-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/codes-of-conduct","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/codes-of-conduct"} +{"url":"https://developer.github.com/changes/2016-05-12-reactions-api-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/list-discussion-comments-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/labels"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/viewing-workflow-run-history","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/list-deployments-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/running-codeql-code-scanning-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.2/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/restricting-email-notifications-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-people-with-access-to-your-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/introduction-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/get-started/privacy-on-github/about-githubs-use-of-your-data","status":200,"state":"OK","parent":"https://docs.github.com/en/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/list-pull-requests-associated-with-a-commit-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/commits"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/enterprise-server@3.2/apps/building-github-apps/authenticating-with-github-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/en/articles/requesting-an-archive-of-your-personal-account-s-data","status":200,"state":"OK","parent":"https://docs.github.com/en/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/review-requests"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/delete-team-discussion-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/create-reaction-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/delete-a-reaction-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/delete-a-commit-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/list-reactions-for-a-commit-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/issues/assignees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/assignees"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/create-reaction-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/pulls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/pulls"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/pulls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/pulls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/cn/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging"} +{"url":"https://docs.github.com/ja/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging"} +{"url":"https://docs.github.com/es/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging"} +{"url":"https://docs.github.com/pt/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/delete-a-pull-request-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/create-reaction-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/create-reaction-for-a-team-discussion-comment-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/list-reactions-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/issues/labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/issues/labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/list-branches-for-head-commit-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/get-a-discussion-comment-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://docs.github.com/cn/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/users/followers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/followers"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/articles/converting-an-organization-member-to-an-outside-collaborator/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/list-reactions-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/apps/installations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/deployments/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/deployments/deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/list-reactions-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/create-reaction-for-a-commit-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/users/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/list-reactions-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/oauth-authorizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/delete-a-release-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/list-reactions-for-a-team-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/list-reactions-for-a-release-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/users"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/create-reaction-for-a-team-discussion-comment-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/create-reaction-for-a-release-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/about-codeql-code-scanning-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/autolinked-references-and-urls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/apps/using-content-attachments/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/pulls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/commits"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/actions/artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/activity/starring","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/starring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/issues/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/cn/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/list-reactions-for-a-team-discussion-comment-legacy-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/reference/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/getting-started-with-github-actions/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/list-team-projects-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/repos/forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/forks"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/privacy-on-github/about-githubs-use-of-your-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/understanding-how-github-uses-and-protects-your-data/about-githubs-use-of-your-data"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/check-team-permissions-for-a-project-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/delete-an-issue-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-security/configuring-secret-scanning-for-your-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/list-team-projects-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/managing-workflow-runs/re-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/collaborating-with-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/teams/discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/activity/notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/notifications"} +{"url":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/add-or-update-team-project-permissions-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://docs.github.com/enterprise-server@3.2/github/authenticating-to-github/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/installations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-team-in-your-organization-s-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/teams/discussion-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussion-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/pulls/review-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/review-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/oauth-authorizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/oauth-authorizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/teams/members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/repos/contents","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos/contents"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/orgs/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/orgs/webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/runs"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/delete-team-discussion-comment-reaction-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/create-reaction-for-a-team-discussion-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/add-or-update-team-project-permissions-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/update-a-pull-request-branch-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/pulls"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/overview/media-types/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/activity/starring"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/oauth-authorizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/oauth-authorizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/apps/oauth-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/commits/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/commits/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/checks/runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/actions/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/pulls/reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/reviews"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/markdown","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/markdown"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-up-teams"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/cn/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/ja/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/es/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/pt/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/actions/self-hosted-runner-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runner-groups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/checks/suites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/checks/suites"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/autolinked-references-and-urls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-teams"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow"} +{"url":"https://docs.github.com/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/ja/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/es/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/pt/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/oauth-authorizations/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/oauth-authorizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-the-audit-log-for-your-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/configuring-applications.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/categories/collaborating-with-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/categories/visualizing-repository-data-with-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/apps/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/apps/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-access-to-your-organization-s-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/restricting-repository-creation-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-github-connect/managing-github-connect.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/support/contacting-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/actions/self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/self-hosted-runners"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-a-member-from-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/check-team-permissions-for-a-project-legacy-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/restricting-repository-creation-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/enterprise-server@3.2/apps/building-oauth-apps/authorizing-oauth-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/oauth-authorizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/keeping-your-organization-secure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/assets/cb-12076/images/enterprise/management-console/save-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/assets/cb-32985/images/enterprise/management-console/configuration-run.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/addressing-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/pulls/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/pulls"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/configuring-rate-limits.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/assets/cb-20994/images/help/organizations/repo-creation-perms-radio-buttons-fpt.png","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/restricting-repository-creation-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/assets/cb-13357/images/enterprise/management-console/sidebar-applications.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/assets/cb-59381/images/enterprise/management-console/add-image-caching-value-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-access-to-your-organization-s-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/importing-a-git-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://www.openssl.org/docs/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://github.com/github/docs/edit/main/content/admin/overview/about-upgrades-to-new-releases.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/assets/cb-16654/images/help//business-accounts/enterprise-account-github-connect-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/assets/cb-45579/images/enterprise/business-accounts/enable-github-connect-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-github-connect/about-github-connect.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/working-with-forks/about-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/searching-for-information-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/pulls/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls/pulls"} +{"url":"https://docs.github.com/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/admin/overview/about-the-github-enterprise-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/assets/cb-30668/images/enterprise/site-admin-settings/dotcom-ghe-connection-request-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/github-ae@latest/categories/collaborating-with-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/actions/managing-workflow-runs/using-workflow-run-logs/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging"} +{"url":"https://docs.github.com/assets/cb-32927/images/enterprise/business-accounts/confirm-disable-github-connect.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/cn/support","state":"SKIPPED","parent":"https://docs.github.com/en/github/working-with-github-support"} +{"url":"https://docs.github.com/ja/support","state":"SKIPPED","parent":"https://docs.github.com/en/github/working-with-github-support"} +{"url":"https://docs.github.com/es/support","state":"SKIPPED","parent":"https://docs.github.com/en/github/working-with-github-support"} +{"url":"https://docs.github.com/pt/support","state":"SKIPPED","parent":"https://docs.github.com/en/github/working-with-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/categories/administering-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/configuring-tls.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/en/github-ae@latest/categories/managing-your-work-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/assets/cb-12043/images/enterprise/management-console/sidebar-privacy.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/assets/cb-20586/images/enterprise/settings/add-authorized-ssh-key-admin-shell.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/assets/cb-114519/images/enterprise/management-console/api-rate-limits-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/assets/cb-19359/images/enterprise/management-console/http-proxy-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/configuring-a-hostname.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/assets/cb-8303/images/enterprise/orgs-and-teams/jira/jira-applications.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/assets/cb-14834/images/enterprise/orgs-and-teams/jira/jira-integrations-dvcs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/assets/cb-3999/images/enterprise/activity/activity-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/assets/cb-26351/images/enterprise/site-admin-settings/dependabot-updates-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/assets/cb-7593/images/enterprise/management-console/http-proxy-exclusion-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/assets/cb-50099/images/enterprise/site-admin-settings/dependabot-alerts-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/assets/cb-10283/images/enterprise/3.2/management-console/sidebar-security.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-5340/images/enterprise/management-console/enable-dependabot-updates.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/assets/cb-9906/images/enterprise/settings/ent-new-explore.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/assets/cb-32462/images/enterprise/management-console/tls-protocol-support.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/assets/cb-12180/images/enterprise/management-console/install-tls-key.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-12030/images/enterprise/management-console/tls-only.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-28935/images/enterprise/orgs-and-teams/organization-dev-settings-oauth-apps.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/assets/cb-52253/images/help/saml/management-console-encrypted-assertions-encryption-method.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/support/learning-about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-28061/images/enterprise/orgs-and-teams/edit-organization-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/assets/cb-12255/images/enterprise/orgs-and-teams/register-oauth-application-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-ticket-priority"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/about-enterprise-configuration.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/assets/cb-52167/images/help/saml/management-console-encrypted-assertions-download-certificate.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/assets/cb-144658/images/enterprise/management-console/git-rate-limits-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/assets/cb-12119/images/enterprise/management-console/install-tls-certificate.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/validating-your-domain-settings.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/assets/cb-45526/images/enterprise/management-console/built-in-auth-select.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/assets/cb-28790/images/enterprise/site-admin-settings/users-create-orgs-dropdown.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/assets/cb-104985/images/enterprise/management-console/secondary-rate-limits-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-50760/images/help/saml/management-console-encrypted-assertions-key-transport-method.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-28374/images/enterprise/management-console/example-git-rate-limits.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-template-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/workflows"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/about-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-a-file-to-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-template-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/list-discussions-legacy-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/network-ports.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/list-reactions-for-a-team-discussion-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/delete-an-issue-comment-reaction-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/command-line-utilities/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/assets/cb-14643/images/enterprise/github-ae/repository/secret-scanning-click-alert-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://www.sslshopper.com/ssl-converter.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/assets/cb-73937/images/help/saml/management-console-enable-encrypted-assertions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/assets/cb-16699/images/enterprise/management-console/request-tls-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/assets/cb-13240/images/enterprise/management-console/test-domain-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/assets/cb-25509/images/enterprise/management-console/hostname-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/assets/cb-13560/images/enterprise/management-console/hostname-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/assets/cb-26601/images/enterprise/orgs-and-teams/profile-select-organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing"} +{"url":"https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-15522/images/enterprise/orgs-and-teams/jira/jira-link-github-account.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/assets/cb-149309/images/enterprise/activity/activity-dashboard-yearly.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/network-ports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/assets/cb-5623/images/enterprise/site-admin-settings/enterprise-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-19386/images/enterprise/management-console/domain-dns-ssl-settings-check.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-40755/images/enterprise/site-admin-settings/create-first-admin-acct.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/en/github/site-policy/github-terms-for-additional-products-and-features","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/assets/cb-38090/images/enterprise/network-configuration/virtual-machine-console.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/assets/cb-62353/images/enterprise/site-admin-settings/site-admin-saml-debugging-enabled.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/assets/cb-67277/images/enterprise/site-admin-settings/site-admin-saml-debugging-disabled.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github"} +{"url":"http://en.wikipedia.org/wiki/SubjectAltName","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github/searching-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/gists/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/gists/gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support/contacting-github-support/providing-data-to-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/support/learning-about-github-support/about-github-premium-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/configuring-time-synchronization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/assets/cb-2671/images/enterprise/network-configuration/IPv4-or-IPv6-protocol.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/assets/cb-3077/images/enterprise/network-configuration/network-settings-selection.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-9213/images/enterprise/site-admin-settings/invite-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/about-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github/searching-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/duplicating-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-58689/images/enterprise/management-console/identity-provider-select.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://help.ubuntu.com/community/UFW","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/assets/cb-18155/images/enterprise/site-admin-settings/generate-password-reset-link-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/assets/cb-20373/images/enterprise/management-console/built-in-auth-identity-provider-select.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/pulls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning"} +{"url":"https://docs.github.com/assets/cb-10502/images/enterprise/site-admin-settings/rebuild-jobs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/assets/cb-794487/images/enterprise/management-console/lets-encrypt-status.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/assets/cb-12273/images/enterprise/site-admin-settings/place-legal-hold-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/assets/cb-56416/images/enterprise/site-admin-settings/audit-log-dashboard-admin-center.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-10465/images/enterprise/business-accounts/choose-enterprise-or-org-connect.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/assets/cb-26924/images/enterprise/management-console/sidebar-authentication.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/assets/cb-33367/images/enterprise/management-console/lets-encrypt-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/assets/cb-7736/images/enterprise/management-console/email-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing"} +{"url":"https://docs.github.com/assets/cb-7067/images/enterprise/management-console/settings-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/reactions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/assets/cb-24665/images/enterprise/management-console/saml-built-in-authentication.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-17435/images/enterprise/management-console/saml-verification-cert.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/teams/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-29046/images/enterprise/business-accounts/disable-github-connect-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/assets/cb-23461/images/enterprise/site-admin-settings/admin-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/assets/cb-12591/images/enterprise/management-console/enable-sign-up.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/assets/cb-5776/images/enterprise/management-console/sidebar-time.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api"} +{"url":"https://docs.github.com/assets/cb-5657/images/enterprise/site-admin-settings/message-preview-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/assets/cb-23893/images/enterprise/site-admin-settings/sign-out-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-61398/images/enterprise/management-console/allow-xff.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/assets/cb-33473/images/enterprise/management-console/enable-proxy.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/assets/cb-24567/images/enterprise/management-console/ntp-servers.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/assets/cb-13311/images/enterprise/site-admin-settings/add-mandatory-message-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-5821/images/enterprise/site-admin-settings/message-save-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-15810/images/enterprise/site-admin-settings/sign-in-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-36751/images/enterprise/site-admin-settings/mandatory-message-text-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-13751/images/enterprise/site-admin-settings/sign-out-add-message-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-9145/images/enterprise/site-admin-settings/announcement-text-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/site-admin-dashboard.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/assets/cb-33538/images/enterprise/management-console/saml-single-sign-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/assets/cb-15156/images/enterprise/management-console/saml-issuer.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-39742/images/enterprise/management-console/disable-admin-demotion-promotion.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-33879/images/enterprise/management-console/saml-attributes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-13337/images/enterprise/site-admin-settings/add-announcement-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/assets/cb-22339/images/enterprise/management-console/saml-method.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-12343/images/enterprise/management-console/pages-select-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-66574/images/enterprise/management-console/auth-select-saml.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-3169/images/enterprise/management-console/sidebar-pages.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-large-files/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-16340/images/enterprise/site-admin-settings/rebuild-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/assets/cb-27489/images/enterprise/management-console/select-enable-github-mobile-apps.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/how-can-i-reset-my-password","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/create-reaction-for-a-team-discussion-legacy-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/categories/visualizing-repository-data-with-graphs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/setting-up-a-github-enterprise-server-instance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-subdomain-isolation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/categories/managing-your-work-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/increasing-cpu-or-memory-resources","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-high-availability/about-geo-replication.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/increasing-storage-capacity","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/categories/administering-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/about-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.2/apps/building-oauth-apps/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/teams/teams"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/enabling-private-mode.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/accessing-the-management-console","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/configuring-dns-nameservers.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/caching-repositories/about-repository-caching.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://docs.github.com/assets/cb-16135/images/enterprise/stafftools/impersonation-reason.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/assets/cb-7127/images/enterprise/stafftools/impersonate.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/assets/cb-9220/images/enterprise/stafftools/user-info.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/assets/cb-8303/images/enterprise/stafftools/end-impersonation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/search-syntax","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/overview/about-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-enterprise-accounts"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/assets/cb-9127/images/help/business-accounts/outside-collaborators-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/assets/cb-34575/images/enterprise/site-admin-settings/suspend-all.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/assets/cb-19048/images/help/business-accounts/business-accounts-admin-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/assets/cb-13355/images/enterprise/site-admin-settings/dormancy-threshold-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/assets/cb-13389/images/enterprise/stafftools/dormant-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/assets/cb-11140/images/enterprise/site-admin-settings/dormant-users-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics"} +{"url":"https://docs.github.com/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://docs.github.com/assets/cb-81295/images/enterprise/management-console/pages-override-header-section.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/assets/cb-13191/images/enterprise/stafftools/active-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/assets/cb-13356/images/enterprise/site-admin-settings/edit-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/extending-github/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://www.vmware.com/products/esxi-and-esx.html","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-github-enterprise-server-for-high-availability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"http://aws.amazon.com/cloudwatch/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/assets/cb-20422/images/enterprise/management-console/click-mobile.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/customizing-user-messages-on-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/assets/cb-32013/images/enterprise/settings/referrer-policy-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/assets/cb-17104/images/enterprise/settings/referrer-policy-save-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-39750/images/enterprise/management-console/saml-idp-sso.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/assets/cb-27181/images/enterprise/management-console/subdomain-isolation.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://docs.microsoft.com/windows-server/virtualization/hyper-v/manage/remotely-manage-hyper-v-hosts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/assets/cb-21672/images/enterprise/site-admin-settings/github-dotcom-enable-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-57560/images/enterprise/site-admin-settings/enable-private-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/removing-files-from-git-large-file-storage"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-new-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/accessing-the-administrative-shell-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/about-cluster-nodes.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/accessing-the-management-console.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/actions/permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/actions/permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github/searching-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/assets/cb-13532/images/enterprise/business-accounts/settings-messages-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://acloudguru.com/blog/engineering/ssh-and-scp-howto-tips-tricks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/assets/cb-6880/images/enterprise/site-admin-settings/push-log-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"http://en.wikipedia.org/wiki/Cross-site_scripting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/assets/cb-30581/images/enterprise/site-admin-settings/repo/repo-security-top-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://tools.ietf.org/html/rfc1123","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/assets/cb-41617/images/enterprise/cluster/nagios-example.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-14386/images/enterprise/management-console/private-mode-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/assets/cb-22541/images/enterprise/management-console/public-pages-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://en.wikipedia.org/wiki/Chroot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/renaming-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/admin/packages/enabling-github-packages-with-minio.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/system-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/system-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/system-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/system-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/assets/cb-30758/images/enterprise/site-admin-settings/expiration-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/overview/system-overview.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/system-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/storing-workflow-data-as-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github/searching-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/using-saml/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://github.com/blog/1381-a-whole-new-code-search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://github.com/blog/1585-explore-what-is-trending-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/assets/cb-19259/images/enterprise/site-admin-settings/pre-receive-environment-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://github.com/blog/831-issues-2-0-the-next-generation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/assets/cb-21096/images/enterprise/site-admin-settings/add-pre-receive-environment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/archiving-and-unarchiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/assets/cb-19419/images/enterprise/site-admin-settings/upload-environment-from-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://www.docker.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-a-hostname","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/assets/cb-19359/images/enterprise/site-admin-settings/add-environment-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-7946/images/help/enterprises/settings-for-ghec-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://docs.github.com/assets/cb-2907/images/help/enterprises/github-connect-option-for-ghec-org.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://docs.github.com/assets/cb-15343/images/help/enterprises/enterprise-admin-account-settings-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://docs.github.com/assets/cb-54796/images/help/server-statistics/export-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://docs.github.com/assets/cb-22530/images//help/enterprises/enterprise-admin-github-connect.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/assets/cb-7348/images/help/enterprises/github-enterprise-cloud-organizations.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://wiki.debian.org/chroot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/assets/cb-5124/images/enterprise/site-admin-settings/manage-pre-receive-environments.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/assets/cb-62581/images/enterprise/maintenance/maintenance-scheduled.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/upgrading-a-cluster.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/assets/cb-3672/images/enterprise/management-console/maintenance-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/assets/cb-6071/images/enterprise/maintenance/enable-maintenance-mode-now.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.docker.com/engine/security/rootless/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/assets/cb-8074/images/help/enterprises/enterprise-admin-account-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/assets/cb-6412/images/enterprise/maintenance/schedule-maintenance-mode-two-hours.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"http://www.elasticsearch.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/assets/cb-4777/images/help/package-registry/enable-github-packages.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/assets/cb-661147/images/enterprise/maintenance/maintenance-mode-maintenance-page.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/search-github/getting-started-with-searching-on-github/about-searching-on-github/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.docker.com/engine/install/ubuntu/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"http://pubs.vmware.com/vsphere-50/topic/com.vmware.ICbase/PDF/vsphere-esxi-vcenter-server-50-monitoring-performance-guide.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://github.com/github/docs/edit/main/content/admin/packages/enabling-github-packages-with-aws.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.docker.com/engine/install/linux-postinstall/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://en.wikipedia.org/wiki/Comma-separated_values","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-collectd","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/assets/cb-19122/images/enterprise/cluster/cluster-diagram.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/assets/cb-24751/images/enterprise/site-admin-settings/git-ssh-access-appliance-setting.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/assets/cb-34309/images/enterprise/site-admin-settings/git-ssh-access-repository-setting.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"http://www.alpinelinux.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/assets/cb-15458/images/enterprise/site-admin-settings/enforce-default-org-membership-visibility-setting.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/assets/cb-28198/images/enterprise/maintenance/ip-exception-save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/assets/cb-18471/images/enterprise/site-admin-settings/default-organization-membership-visibility-drop-down-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/assets/cb-4887/images/enterprise/maintenance/enable-maintenance-mode-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/assets/cb-28929/images/help/package-registry/s3-aws-storage-bucket-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/assets/cb-26978/images/enterprise/maintenance/ip-exception-list-ip-addresses.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-4416/images/enterprise/site-admin-settings/management-console-packages-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/assets/cb-19919/images/enterprise/management-console/test-email.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/working-with-github-support"} +{"url":"https://docs.github.com/assets/cb-34468/images/enterprise/site-admin-settings/unretire-namespace.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://github.com/github/docs/edit/main/content/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/assets/cb-21729/images/enterprise/management-console/actions-azure-storage.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/assets/cb-32175/images/enterprise/management-console/enable-github-actions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/assets/cb-23107/images/help/2fa/2fa_noncompliance_stafftools_audit_log_search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.microsoft.com/powershell/module/hyper-v/new-vm?view=win10-ps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"http://wiki.alpinelinux.org/wiki/Installing_Alpine_Linux_in_a_chroot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/assets/cb-44373/images/enterprise/site-admin-settings/enable-marketplace-actions-drop-down-ae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/requesting-server-statistics-using-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/en/free-pro-team@latest/site-policy/privacy-policies/github-privacy-statement","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-18375/images/enterprise/management-console/enable-outbound-email.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/assets/cb-2903/images/enterprise/navigation/octocat-icon.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/managing-dormant-users/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/sync.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/configuring-git-large-file-storage/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.microsoft.com/powershell/module/hyper-v/add-vmharddiskdrive?view=win10-ps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://github.com/github/docs/edit/main/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics"} +{"url":"https://help.ubuntu.com/community/BasicChroot","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/assets/cb-31182/images/enterprise/management-console/discard-noreply-emails.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.microsoft.com/powershell/scripting/getting-started/getting-started-with-windows-powershell?view=powershell-5.1","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/assets/cb-58129/images/enterprise/site-admin-settings/access-repo-security-info.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/searching-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.microsoft.com/powershell/module/hyper-v/new-vhd?view=win10-ps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.aws.amazon.com/index.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.aws.amazon.com/general/latest/gr/rande.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/assets/cb-42530/images/enterprise/site-admin-settings/git-ssh-access-organization-setting.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.microsoft.com/powershell/module/hyper-v/get-vmnetworkadapter?view=win10-ps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/assets/cb-12539/images/enterprise/site-admin-settings/exit-admin-page-for-repository.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/assets/cb-13058/images/enterprise/management-console/sidebar-actions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/assets/cb-6290/images/enterprise/3.2/management-console/enable-dependency-graph-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/creating-a-template-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://docs.aws.amazon.com/iam/index.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/assets/cb-17478/images/enterprise/management-console/test-email-address.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/migrations/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/assets/cb-95190/images/enterprise/site-admin-settings/confirm-unlock-repo-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.microsoft.com/powershell/module/hyper-v/start-vm?view=win10-ps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks"} +{"url":"https://docs.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/creating-a-high-availability-replica/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview?toc=/azure/storage/blobs/toc.json","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-saml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/system-overview"} +{"url":"https://docs.github.com/assets/cb-23343/images/enterprise/maintenance/enable-ip-exception-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://www.nagios.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/recommended-alert-thresholds","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.vm_admin.doc/GUID-17BEDA21-43F6-41F4-8FB2-E01D275FE9B4.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/assets/cb-21816/images/enterprise/management-console/add-ssh-key.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.install.doc/GUID-CE128B59-E236-45FF-9976-D134DADC8178.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/assets/cb-5112/images/enterprise/management-console/enable-secret-scanning-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-170148/images/enterprise/management-console/configure-as-replica.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://github.com/github/backup-utils/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.vm_admin.doc/GUID-F4917C61-3D24-4DB9-B347-B5722A84368C.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.microsoft.com/en-us/azure/virtual-machines/sizes-memory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://github.com/github/codeql-action-sync-tool/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/setting-up-a-staging-instance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/searching-the-audit-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/enterprise-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/assets/cb-5034/images/enterprise/management-console/secret-scanning-disable.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/migrations/applying-the-imported-data-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/assets/cb-15218/images/enterprise/site-admin-settings/admins-enable-hook.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/assets/cb-37341/images/enterprise/orgs-and-teams/hook-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/assets/cb-9367/images/enterprise/site-admin-settings/delete-pre-receive-hook.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/assets/cb-6560/images/enterprise/orgs-and-teams/hooks-sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/assets/cb-16989/images/enterprise/site-admin-settings/enable-hook-all-repos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-17376/images/enterprise/site-admin-settings/use-exit-status.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/assets/cb-50603/images/enterprise/site-admin-settings/environment.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/assets/cb-5863/images/enterprise/repos/hooks-services.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/assets/cb-14945/images/enterprise/repos/repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-9349/images/enterprise/site-admin-settings/edit-pre-receive-hook.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/assets/cb-50508/images/enterprise/site-admin-settings/hook-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/assets/cb-28610/images/enterprise/repos/repo-hook-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/file-attachments-on-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/system-overview"} +{"url":"https://docs.github.com/assets/cb-4400/images/enterprise/management-console/support-email-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/assets/cb-17429/images/enterprise/management-console/test-email-address-send.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/assets/cb-52551/images/enterprise/site-admin-settings/hook-script.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-code"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-code"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-code"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-code"} +{"url":"https://docs.github.com/assets/cb-189675/images/enterprise/management-console/update-log.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.aws.amazon.com/AmazonS3/latest/user-guide/set-permissions.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-33519/images/enterprise/management-console/snmpv3-authnopriv.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/assets/cb-6836/images/enterprise/management-console/snmpv3-securitylevel.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/assets/cb-12147/images/enterprise/management-console/community-string.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/assets/cb-21910/images/enterprise/management-console/enable-snmp.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/assets/cb-14301/images/enterprise/management-console/snmpv3-username.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/assets/cb-2891/images/enterprise/management-console/snmpv3-adduser.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.microsoft.com/en-gb/azure/virtual-machines/sizes-memory","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.microsoft.com/en-us/azure/virtual-machines/premium-storage-performance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/migrations/reviewing-migration-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/assets/cb-10946/images/enterprise/site-admin-settings/display-repository-admin-summary.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/cn/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-with-azure-blob-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/assets/cb-5422/images/enterprise/management-console/monitoring-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/authenticating-to-github/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-46180/images/enterprise/management-console/snmpv3-authpriv.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/assets/cb-10475/images/enterprise/management-console/enable-snmpv3.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/assets/cb-17906/images/enterprise/site-admin-settings/add-pre-receive-hook.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/assets/cb-13916/images/enterprise/management-console/up-to-date-banner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/assets/cb-31054/images/enterprise/site-admin-settings/unlock-priviledged-repo-access.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://azure.microsoft.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.min.io/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.min.io/docs/minio-quickstart-guide","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.min.io/docs/distributed-minio-quickstart-guide.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.min.io/docs/minio-docker-quickstart-guide.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.min.io/docs/minio-gateway-for-nas.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/assets/cb-61176/images/help/settings/actions-workflow-permissions-enterprise.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/assets/cb-7564/images/enterprise/management-console/git-lfs-toggle.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-15629/images/enterprise/site-admin-settings/git-lfs-admin-center.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-52527/images/help/organizations/enterprise-actions-policy.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-87943/images/help/organizations/enterprise-actions-policy-allow-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/about-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/assets/cb-49063/images/enterprise/management-console/actions-minio-s3-storage.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/assets/cb-29565/images/enterprise/management-console/actions-minio-force-path-style.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/editing-files-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.microsoft.com/cli/azure/vm?view=azure-cli-latest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/assets/cb-12941/images/help/organizations/Organization-remove-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/assets/cb-10667/images/help/organizations/Organization-remove-from-organization-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/migrations/reviewing-migration-data","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/overview/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/system-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/moving-a-file-to-a-new-location-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"http://www.linux-admins.net/2012/02/linux-snmp-oids-for-cpumemory-and-disk.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"http://www.monitoring-plugins.org/doc/man/check_snmp.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://azure.microsoft.com/regions/services/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/about-high-availability-configuration/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/network-ports/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.aws.amazon.com/AmazonS3/latest/dev/replication.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/monitoring-your-appliance/configuring-collectd.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-4460/images/enterprise/management-console/enable_updates_button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/network-ports"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/accessing-the-monitor-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://github.com/github/platform-samples/blob/master/graphql/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://enterprise.github.com/releases/3.1.14/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://enterprise.github.com/releases/3.1.18/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/ja/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/es/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/pt/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository"} +{"url":"https://enterprise.github.com/releases/3.1.12/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository"} +{"url":"https://enterprise.github.com/releases/3.1.13/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://enterprise.github.com/releases/3.1.20/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.1.15/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.1.16/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.1.9/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/migrations/about-migrations/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://enterprise.github.com/releases/3.1.8/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.1.10/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.1.11/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/releasing-projects-on-github/about-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/about-releases"} +{"url":"https://enterprise.github.com/releases/3.1.19/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.1.17/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.1.3/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://enterprise.github.com/releases/3.1.6/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://enterprise.github.com/releases/3.1.2/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/versioning-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.microsoft.com/cli/azure/vm/disk?view=azure-cli-latest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.microsoft.com/cli/azure/vm/image?view=azure-cli-latest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://enterprise.github.com/releases/3.1.5/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.1.4/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://github.com/features/security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-repository-languages"} +{"url":"https://www.cve.org/CVERecord?id=CVE-2021-41599","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/enabling-automatic-update-checks"} +{"url":"https://enterprise.github.com/releases/3.1.0/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.1.1/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://developer.github.com/changes/2020-04-15-replacing-create-installation-access-token-endpoint/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://codeql.github.com/docs/codeql-overview/about-codeql/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://developer.github.com/changes/2020-04-15-replacing-the-installation-and-installation-repositories-events/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.microsoft.com/azure/virtual-machines/linux/portal-create-fqdn","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://play.google.com/store/apps/details?id=com.github.android","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-03-05-secret-scanning-notifications-for-commit-authors-on-private-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.citrix.com/en-us/xencenter/current-release/vms-snapshots.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github"} +{"url":"https://www.cve.org/CVERecord?id=CVE-2021-41598","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://enterprise.github.com/releases/3.1.7/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://github.com/minio/minio/issues/14331","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/explorer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/explorer"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/explorer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/deleting-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@2.22/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@2.20/admin/enterprise-management/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/assets/cb-43959/images/enterprise/management-console/cas-select.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://en.wikipedia.org/wiki/Cron","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://developer.github.com/changes/2018-04-25-github-services-deprecation/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://en.wikipedia.org/wiki/Central_Authentication_Service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/configuring-codeql-code-scanning-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://github.com/actions/runner/releases/tag/v2.278.0","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/assets/cb-23046/images/enterprise/management-console/cas-built-in-authentication.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/enabling-automatic-update-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/enabling-automatic-update-checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://github.com/github/codeql/tree/main/cpp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/assets/cb-45998/images/enterprise/3.2/release-notes/security-overview-UI.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/assets/cb-68371/images/enterprise/3.2/release-notes/actions-environments.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/duplicating-a-repository/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/enabling-and-scheduling-maintenance-mode","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/duplicating-a-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/en/github/managing-large-files/installing-git-large-file-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-support/receiving-help-from-github-support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://gitforwindows.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/about-licensing-for-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://apps.apple.com/app/github/id1477376905","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://github.com/github/codeql/tree/main/python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/assets/cb-75229/images/enterprise/3.2/release-notes/code-scanning-alerts.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-support/receiving-help-from-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/using-the-visualization-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://github.co/hiddenchars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"http://docs.splunk.com/Documentation/Splunk/latest/Data/Monitornetworkports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://enterprise.github.com/releases/3.2.6/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.2.11/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.2.2/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://enterprise.github.com/releases/3.2.7/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.2.4/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.2.9/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://enterprise.github.com/releases/3.2.12/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/searching-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/searching-for-information-on-github/searching-code"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://github.community/t/analyzing-git-traffic-using-governor/13516","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://enterprise.github.com/releases/3.2.8/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://enterprise.github.com/releases/3.2.1/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://enterprise.github.com/releases/3.2.3/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/release-notes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://enterprise.github.com/releases/3.2.0/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://enterprise.github.com/releases/3.2.5/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://enterprise.github.com/releases/3.2.10/download","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://github.blog/2016-02-01-working-with-submodules/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://github.blog/changelog/2021-03-18-grouped-dependabot-alert-notifications/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files"} +{"url":"https://github.blog/changelog/2021-06-08-new-issue-and-pull-request-state-icons/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://github.blog/changelog/2021-04-15-github-cli-1-9-enables-you-to-work-with-github-actions-from-your-terminal/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://git-scm.com/docs/git-push","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://github.com/github/codeql-go/tree/main","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides"} +{"url":"https://github.blog/changelog/2021-07-01-codeql-code-scanning-now-recognizes-more-sources-and-uses-of-untrusted-user-data/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-files/editing-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"http://logstash.net/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://github.com/github/platform-samples/tree/master/pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://github.com/primer/octicons/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://github.com/actions/runner/releases/tag/v2.279.0","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/public-schema"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/public-schema"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/public-schema"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/public-schema"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-support/overview/about-github-premium-support-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/configuring-visibility-for-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/remove-sensitive-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://user-images.githubusercontent.com/33528647/114629560-d2231f80-9c86-11eb-9bde-cc301a97040d.gif","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://github.com/GitCredentialManager/git-credential-manager/releases/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/updating-the-virtual-machine-and-physical-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://git-scm.com/docs/git-receive-pack","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/writing-on-github/working-with-advanced-formatting/attaching-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/running-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://git-scm.com/book/en/v2/Customizing-Git-An-Example-Git-Enforced-Policy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/migrations/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://git-scm.com/book/en/v2/Git-Internals-Git-References","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/environments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/about-the-graphql-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/release-notes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/archiving-a-github-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/command-line-utilities/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/archiving-a-github-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-the-explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/releasing-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/scalars"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/scalars"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/scalars"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/reference/scalars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/scalars"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/renaming-a-file-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-a-file-to-a-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/public/ghes-3.1/schema.docs-enterprise.graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/public-schema"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/using-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/developer-workflow/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/assets/cb-84793/images/enterprise/github-ae/repository/actions-policy-allow-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/releasing-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions"} +{"url":"https://docs.github.com/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-repositories/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/moving-a-file-to-a-new-location-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/using-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/linking-to-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/editing-files-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/guides/using-global-node-ids","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-team-access-to-an-organization-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-issues-and-pull-requests/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-files/editing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/editing-files"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-an-individual-s-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/unions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/unions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/unions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/unions"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/overview/system-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview/system-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/commenting-on-differences-between-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/removing-sensitive-data-from-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/getting-started-with-github/using-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-a-file-to-a-repository-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/overview/about-the-graphql-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/collaborating-with-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-enterprise-accounts"} +{"url":"https://support.oneidentity.com/technical-documents/syslog-ng-open-source-edition/3.16/administration-guide/56","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/https-cloning-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/resolving-git-large-file-storage-upload-failures","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/overview/public-schema","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/public-schema"} +{"url":"https://docs.github.com/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/overview/breaking-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/overview/resource-limitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/guides/basics-of-authentication/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/reference/scalars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/scalars"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/upgrading-to-the-corporate-terms-of-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/github-ae@latest/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/changing-a-person-s-role-to-owner","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/search-github/searching-on-github/searching-issues-and-pull-requests/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/configuring-user-provisioning-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/renaming-a-file-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider/mapping-okta-groups-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/transferring-a-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/reference/scalars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/scalars"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-your-team-s-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/changing-team-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/moving-a-team-in-your-organization-s-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/error-repository-not-found","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/setting-git-push-limits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/using-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/viewing-a-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/accessing-your-organization-s-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/creating-new-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-optimization-manual.pdf","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider/configuring-authentication-and-provisioning-for-your-enterprise-using-okta","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/archiving-a-github-repository/archiving-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/enabling-anonymous-git-read-access-for-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/managing-releases-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/viewing-deployment-activity-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/keeping-your-organization-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/converting-an-admin-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/mutations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/mutations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/mutations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/mutations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/commenting-on-differences-between-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/working-with-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/overview/about-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/communities/moderating-comments-and-conversations/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/media-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/media-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/media-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/media-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/assets/cb-11643/images/enterprise/github-ae/disable-github-connect-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management"} +{"url":"https://docs.github.com/assets/cb-17729/images/enterprise/github-ae/enable-github-connect-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/assets/cb-18890/images/enterprise/github-ae/confirm-disable-github-connect.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/traversing-with-pagination"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/overview/about-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-20183/images/enterprise/custom-footer/enterprise-profile-ghes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/delivering-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/overview/explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/blobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/blobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/blobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/blobs"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/mutations"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gitignore"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gitignore"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gitignore"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gitignore"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/other-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/converting-an-outside-collaborator-to-an-organization-member","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/timeline"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/timeline"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/timeline"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/converting-an-organization-member-to-an-outside-collaborator","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/requesting-to-add-a-child-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-people-with-access-to-your-repository/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/overview/about-enterprise-accounts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/working-with-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/media-types"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/admin-stats"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/meta"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/meta"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/meta"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/meta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/refs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/refs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/refs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/refs"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-integrations/setting-up-and-registering-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/media-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits/statuses"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits/statuses"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits/statuses"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits/statuses"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/libraries","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/tags"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/tags"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/tags"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/git/tags","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/tags"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/quickstart-guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/reference/mutations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/mutations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/trees"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/trees"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/trees"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/trees"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/list-timeline-events-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/timeline"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/checks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/overview/about-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/creating-teams/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/working-with-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/working-with-comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/about-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/delivering-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/best-practices-for-integrators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/overview/other-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/statuses"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/statuses"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/statuses"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/statuses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-custom-footers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/webhooks/configuring/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/building-a-ci-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/milestones"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/milestones"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/milestones"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics/statistics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics/statistics"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics/statistics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics/statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/keeping-your-organization-secure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/create-a-pre-receive-hook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/overview/about-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/rate-limit"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/rate-limit"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/rate-limit"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/rate-limit"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/delete-a-pre-receive-hook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/emails"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/emails"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/emails"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/users/emails","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/emails"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/update-a-pre-receive-hook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gitignore"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/create-a-global-webhook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/enums"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/enums"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/enums"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/enums"} +{"url":"https://docs.github.com/enterprise-server@3.1/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/get-a-pre-receive-hook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/list-pre-receive-hooks-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/enterprise-admin/management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/apps/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/building-a-ci-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/list-global-webhooks-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/libraries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/libraries"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/libraries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/libraries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/collaborators"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/webhooks/event-payloads","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/delete-a-global-webhook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/suspending-and-unsuspending-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/rendering-data-as-graphs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/best-practices-for-integrators","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/get-a-global-webhook-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/input-objects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/input-objects"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/input-objects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/input-objects"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/ping-a-global-webhook-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/create-a-deployment-status-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/statuses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/users/keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/get-a-deployment-status-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/statuses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/list-deployment-statuses-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/statuses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/enterprise-admin/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/starring"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/starring"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/starring"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/starring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/refs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/projects/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/actions/artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits/statuses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/followers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/followers"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/followers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/users/followers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/followers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/secret-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/secret-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/secret-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/secret-scanning"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/invitations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/invitations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/invitations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/invitations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/watching"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/watching"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/watching"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/activity/watching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/watching"} +{"url":"https://docs.github.com/enterprise-server@3.1/github/administering-a-repository/renaming-a-branch","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branches"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/overview/media-types/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gitignore"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/releases/assets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/releases/assets"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/releases/assets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/releases/assets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/releases/assets"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/list-project-collaborators-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/gpg-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/gpg-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/gpg-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/gpg-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/git/blobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/blobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/webhooks/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/actions/workflow-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/add-project-collaborator-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/remove-user-as-a-collaborator-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/move-a-project-column-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/get-a-project-column-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/labels"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/labels"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/labels"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/labels"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/delete-a-project-column-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/update-an-existing-project-column-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/create-a-project-column-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/orgs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/get-project-permission-for-a-user-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/list-project-columns-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/github-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/timeline"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/create-an-organization-project-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/get-a-project-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/guides/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/troubleshooting"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/delete-a-project-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/about-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/list-repository-projects-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/update-a-project-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/issues/timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/timeline"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/list-user-projects-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/rendering-data-as-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/create-a-user-project-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/create-a-repository-project-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/users/users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/users"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/tags"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/update-a-global-webhook-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/list-organization-projects-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/commits/statuses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits/statuses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/visualizing-repository-data-with-graphs/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics/statistics"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/guides/basics-of-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/meta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/meta"} +{"url":"https://docs.github.com/enterprise-server@3.1/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/overview/resources-in-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/get-a-project-card-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/overview/api-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/statuses"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/update-an-existing-project-card-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/create-a-project-card-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/move-a-project-card-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/delete-a-project-card-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/metrics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/list-project-cards-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-49378/images/help/saml/saml_require_saml_sso.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/assets/cb-28146/images/help/saml/saml_sign_on_url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/assets/cb-2186/images/help/saml/saml_save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/emails"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/articles/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/update-an-organization-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/using-files/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/assets/cb-26161/images/help/saml/saml_enable.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/basics-of-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/get-an-organization-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/timeline"} +{"url":"https://docs.github.com/enterprise-server@3.1/webhooks/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/repos/forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/contents"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/contents"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/contents"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/contents"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/post-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/deployments/statuses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments/statuses"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/list-issue-comments-for-a-repository-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/get-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/list-issue-comments-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/oauth-authorizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/oauth-authorizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/oauth-authorizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/oauth-authorizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/oauth-authorizations"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/watching"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://docs.github.com/enterprise-server@3.1/articles/converting-an-organization-member-to-an-outside-collaborator/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/git/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/commits"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/metrics/statistics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/metrics/statistics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/enforcing-saml-single-sign-on-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/preparing-to-enforce-saml-single-sign-on-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://developer.github.com/changes/2016-09-14-Integrations-Early-Access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments"} +{"url":"https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/keys"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/labels"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/get-a-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/list-discussions-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/list-discussions-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/create-a-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/create-a-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/update-a-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/update-a-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/finding-security-vulnerabilities-and-errors-in-your-code","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/enterprise-admin/management-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/enterprise-admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/users/emails","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/emails"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/rate-limit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/rate-limit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/overview/libraries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/libraries"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs"} +{"url":"https://docs.github.com/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/reference/enums","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/enums"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/projects/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/collaborators"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/keeping-your-organization-secure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/get-a-discussion-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/management-console"} +{"url":"https://docs.github.com/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/get-a-review-comment-for-a-pull-request-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/update-a-review-comment-for-a-pull-request-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/runs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/list-review-comments-on-a-pull-request-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/input-objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/reference/input-objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/input-objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/projects/columns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/columns"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/create-a-review-comment-for-a-pull-request-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/projects/cards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/cards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/projects/projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/enabling-oauth-app-access-restrictions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/users/followers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/followers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/enabling-and-testing-saml-single-sign-on-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/issues/labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/labels"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/list-review-comments-in-a-repository-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/disabling-oauth-app-access-restrictions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/denying-access-to-a-previously-approved-oauth-app-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/activity/watching","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/watching"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/enums"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-files/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/collaborators/invitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/invitations"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/projects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/webhooks/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks/repos"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://developer.github.com/changes/2019-10-03-multi-line-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/orgs/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/orgs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/feeds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/feeds"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/feeds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/feeds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git"} +{"url":"https://docs.github.com/enterprise-server@3.1/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/exploring-projects-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/authorizing-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/oauth-authorizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/guides/using-global-node-ids","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-global-node-ids"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/guides/using-the-explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/using-the-explorer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/about-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/secrets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/secrets"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/secrets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/teams/discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/rate-limit"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/authenticating-with-saml-single-sign-on","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/removing-a-billing-manager-from-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/cloning-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/repos/contents","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/contents"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/authorizing-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/oauth-authorizations"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/canceling-or-editing-an-invitation-to-join-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/changing-the-visibility-of-your-organizations-dependency-insights","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/customizing-your-repositorys-social-media-preview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/verifying-your-organization-s-domain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/gists/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/downloading-your-organization-s-saml-single-sign-on-recovery-codes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/authorizing-an-ssh-key-for-use-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/changing-the-duration-of-your-billing-cycle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/oauth-authorizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/oauth-authorizations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-your-team-s-profile-picture","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/oauth-authorizations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/oauth-authorizations"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-two-factor-authentication-and-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/pulls/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/comments"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/assets/cb-32856/images/help/saml/ae-edit-idp-details-edit-signature-and-digest.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-26312/images/help/saml/ae-edit-idp-details-test-saml-configuration.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-23322/images/enterprise/github-ae/enterprise-account-settings-security-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-41689/images/help/saml/ae-saml-disabled.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-26763/images/help/saml/ae-edit-idp-details-save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-37902/images/help/saml/ae-saml-disabled-save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/assets/cb-38181/images/help/saml/ae-edit-idp-details-edit-signature-and-digest-drop-down-menus.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/overview/about-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-people-with-access-to-your-repository/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/publishing-and-managing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://bazaar.launchpad.net/~jdstrand/ufw/0.30-oneiric/view/head:/README","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/packages/publishing-and-managing-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-15012/images/help/business-accounts/ghes-remove-owner.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/assets/cb-22042/images/help/business-accounts/add-owner-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/about-codespaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-16190/images/help/business-accounts/add-administrator-add-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/secrets"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/queries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/queries"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/queries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/events"} +{"url":"https://docs.github.com/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/enterprise-support/receiving-help-from-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/assets/cb-152959/images/help/saml/ae-edit-idp-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/secrets"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-16335/images/help/teams/unselect-idp-group.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/assets/cb-3775/images/help/enterprises/emu-pat-no-expiration.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity"} +{"url":"https://docs.github.com/assets/cb-3810/images/help/enterprises/emu-pat-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/assets/cb-18289/images/help/enterprises/enterprise-pat-scope.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/managing-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/activity/feeds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/feeds"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/get-an-issue-event-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/checks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/runs"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/oauth-authorizations/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/oauth-authorizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/actions/self-hosted-runner-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/configuring-a-publishing-source-for-github-pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/suites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/suites"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/suites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/checks/suites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/suites"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/list-issue-events-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/events"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/list-issue-events-for-a-repository-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/events"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/github-enterprise-managed-user-provisioning-tutorial","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/actions/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-19009/images/help/teams/confirm-team-synchronization-okta-organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams"} +{"url":"https://docs.github.com/assets/cb-18237/images/help/teams/confirm-team-synchronization-okta.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-37134/images/help/teams/enable-team-synchronization-okta.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/assets/cb-8693/images/help/images/actions-enterprise-overview.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/service-users.htm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-team-in-your-organizations-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/adding-a-file-to-a-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/actions/workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/getting-started-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/getting-started-with-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://developer.okta.com/docs/guides/create-an-api-token/create-the-token/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/identifying-and-authorizing-users-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/queries"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/reference/queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/queries"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-167574/images/help/organizations/security-and-analysis-disable-or-enable-all-ghas-ghec.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/issues/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://github.com/microsoft/CEDAR.GitHub.Collector/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/advanced-guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/about-identity-and-access-management-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/configuring-and-managing-workflows/using-environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/using-saml","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-peoples-access-to-your-organization-with-roles","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-membership-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/usage-limits-billing-and-administration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/overview/about-enterprise-accounts?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/importing-your-projects-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/interfaces"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/interfaces"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/interfaces"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/reference/interfaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/interfaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/search-commits-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/search-topics-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/search-repositories-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/skipping-workflow-runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/get-branch-protection-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/update-branch-protection-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/update-pull-request-review-protection-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/get-pull-request-review-protection-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/collaborating-with-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/overview/about-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/create-commit-signature-protection-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/get-commit-signature-protection-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/deleting-a-workflow-run"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-files-in-a-repository/creating-new-files","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/search","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/delete-commit-signature-protection-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/publishing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/overview/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/pulls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/pulls"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/pulls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/pulls/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/pulls"} +{"url":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/actions/permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/permissions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/search","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-xcode-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/update-a-pull-request-branch-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/pulls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/using-workflow-run-logs/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-workflows/about-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/learn-github-actions/environment-variables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/environment-variables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/list-organization-issues-assigned-to-the-authenticated-user-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/reference/interfaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/interfaces"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/list-repository-issues-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/get-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/workflow-commands-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/environment-variables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/list-user-account-issues-assigned-to-the-authenticated-user-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/context-and-expression-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/learn-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/managing-your-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-team-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/list-issues-assigned-to-the-authenticated-user-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/about-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/about-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/managing-complex-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/configuring-and-managing-workflows/authenticating-with-the-github_token","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-workflows/about-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-github-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/creating-a-high-availability-replica?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/managing-identity-and-access-for-your-enterprise/about-identity-and-access-management-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/security-guides/automatic-token-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/getting-started-with-github-actions/core-concepts-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/allowing-built-in-authentication-for-users-outside-your-identity-provider","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/using-cas","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/using-saml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/managing-complex-workflows/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-containerized-services/about-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/workflow-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/pulls/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/pulls"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/changing-authentication-methods","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/building-and-testing-java-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/managing-identity-and-access-for-your-enterprise/about-identity-and-access-management-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/building-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/reference/interfaces","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/interfaces"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/creating-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/creating-a-high-availability-replica?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/using-cas","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/using-saml","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/migrating-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/changing-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/allowing-built-in-authentication-for-users-outside-your-identity-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/overview/media-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/media-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication/changing-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/creating-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/creating-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/creating-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/creating-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication/using-saml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/traversing-with-pagination","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/traversing-with-pagination"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/creating-a-high-availability-replica?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-administrative-shell-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/best-practices-for-integrators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/changing-authentication-methods","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/teams/teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/overview/about-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/about-enterprise-accounts"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/metadata-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-saml","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/allowing-built-in-authentication-for-users-outside-your-identity-provider","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication/allowing-built-in-authentication-for-users-outside-your-identity-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication/managing-identity-and-access-for-your-enterprise/about-identity-and-access-management-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/delivering-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://github.com/github/docs/edit/main/content/admin/installation/setting-up-a-github-enterprise-server-instance/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/enterprise-admin/license","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/actions/workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/workflows"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/list-team-projects-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/check-team-permissions-for-a-project-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/add-or-update-team-project-permissions-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/git/refs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/refs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/add-or-update-team-project-permissions-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/list-team-projects-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/configuring-and-managing-workflows/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/managing-identity-and-access-for-your-enterprise/about-identity-and-access-management-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/check-team-permissions-for-a-project-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/enterprise-admin/admin-stats","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/language-and-framework-guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/assets/cb-91679/images/enterprise/site-admin-settings/add-global-webhook-select-individual-events-ghes-and-ae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/repos/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/overview/troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/gists/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gists/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/git/tags","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/tags"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/changelog"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/changelog"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/changelog"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/changelog"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/dockerfile-support-for-github-actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/language-and-framework-guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/collaborators/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/git/trees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/git/trees"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-redis-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/creating-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/create-an-organization-repository-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/get-all-repository-topics-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/update-a-repository-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/assets/cb-50107/images/enterprise/management-console/ldap-select.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/assets/cb-23348/images/enterprise/management-console/ldap-built-in-authentication.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/assets/cb-73538/images/enterprise/management-console/ldap-disable-password-auth-for-git.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/assets/cb-46312/images/enterprise/management-console/ldap-enable-certificate-verification.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/replace-all-repository-topics-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/onboarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/create-a-repository-using-a-template-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/list-repositories-for-a-user-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/get-a-repository-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/create-a-repository-for-the-authenticated-user-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/assets/cb-2012/images/enterprise/site-admin-settings/ldap-users-search.jpg","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/assets/cb-19574/images/enterprise/site-admin-settings/ldap-sync-now-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/assets/cb-5933/images/enterprise/site-admin-settings/ldap-users-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/assets/cb-24005/images/enterprise/management-console/ldap-synchronize.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/teams/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://docs.github.com/assets/cb-36850/images/help/settings/actions-policy-allow-select-actions-and-actions-from-github.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-docker-container-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/promoting-or-demoting-a-site-administrator","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/encrypted-secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/orgs/outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/objects"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/objects"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/objects"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/objects"} +{"url":"https://docs.github.com/assets/cb-16453/images/help/organizations/github-pages-creation-checkboxes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/ja/github-ae@latest/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/es/github-ae@latest/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/pt/github-ae@latest/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/creating-a-javascript-action"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-an-internal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://github.com/github/docs/edit/main/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/security-guides/encrypted-secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/specifications-for-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/list-organization-repositories-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/workflow-commands-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-an-internal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-an-internal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/repos/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/repos"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://github.com/actions/actions-sync/releases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://github.com/actions/actions-sync","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/system-overview","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/extending-github/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://aws.amazon.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.openstack.org/horizon/latest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/onboarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/onboarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.openstack.org/horizon/latest/user/configure-access-and-security-for-instances.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.openstack.org/horizon/latest/user/manage-images.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.openstack.org/horizon/latest/user/manage-volumes.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization"} +{"url":"https://github.com/github/docs/edit/main/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/reference/objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/signing-up-for-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/support/learning-about-github-support/about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support/about-github-support"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/network-ports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.openstack.org/horizon/latest/user/launch-instances.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/overview/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://aws.amazon.com/pricing/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://github.com/github/docs/edit/main/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/assets/images/installing-github-enterprise-server-on-aws.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-on-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases"} +{"url":"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/LaunchingAndUsingInstances.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"http://aws.amazon.com/govcloud-us/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-a-hostname","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"http://docs.aws.amazon.com/cli/latest/reference/ec2/describe-images.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/objects"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"http://docs.aws.amazon.com/cli/latest/reference/ec2/create-security-group.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"http://docs.aws.amazon.com/cli/latest/reference/ec2/authorize-security-group-ingress.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"http://docs.aws.amazon.com/cli/latest/reference/ec2/run-instances.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://aws.amazon.com/ec2/instance-types/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/setting-up-a-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://aws.amazon.com/compliance/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/overview/system-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/github-ae@latest/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support/about-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"http://docs.aws.amazon.com/cli/latest/userguide/cli-ec2-sg.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/assets/cb-30968/images/enterprise/site-admin-settings/enable-user-license-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-8225/images/help/business-accounts/business-account-add-admin-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/assets/cb-57695/images/enterprise/site-admin-settings/update-saml-nameid-edit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/assets/cb-23242/images/enterprise/site-admin-settings/all-users.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/assets/cb-48341/images/enterprise/site-admin-settings/enable-vulnerability-scanning-in-repositories.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-17469/images/help/business-accounts/demote-admin-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/managing-connections-between-your-enterprise-accounts/connecting-your-enterprise-account-to-github-enterprise-cloud","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://cloud.google.com/compute/docs/machine-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/assets/cb-7641/images/help/business-accounts/business-account-search-to-add-admin.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/assets/cb-22496/images/enterprise/site-admin-settings/update-saml-nameid-field-in-modal.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/enterprise-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://cloud.google.com/sdk/gcloud/reference/compute/firewall-rules/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://cloud.google.com/sdk/gcloud/reference/compute/networks/create","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://cloud.google.com/sdk/gcloud/reference/compute/disks/create","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/enterprise-server@3.1/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/changelog"} +{"url":"https://cloud.google.com/compute/docs/gcloud-compute/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/cluster-network-configuration.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/restricting-repository-creation-in-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-19372/images/enterprise/site-admin-settings/suspend-reason.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/assets/cb-14563/images/enterprise/site-admin-settings/user/suspended-users-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/about-clustering.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://cloud.google.com/sdk/gcloud/reference/compute/instances/create","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/assets/cb-23662/images/enterprise/site-admin-settings/unsuspend.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://cloud.google.com/vpc/docs/firewalls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/assets/cb-66349/images/enterprise/site-admin-settings/add-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/assets/cb-32088/images/enterprise/site-admin-settings/suspend.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/assets/cb-11204/images/enterprise/site-admin-settings/suspended-user-message-rendered.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/assets/cb-15335/images/enterprise/site-admin-settings/suspended-user-message.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/assets/cb-1896/images/enterprise/site-admin-settings/save-changes-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://cloud.google.com/compute/docs/console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/assets/cb-8711/images/enterprise/support/support-portal-header-premium.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/assets/cb-6773/images/enterprise/support/support-portal-health-checks-section.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/assets/cb-23273/images/enterprise/support/health-check-dialog-choose-file.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/assets/cb-21868/images/enterprise/support/health-check-dialog-ea.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://cloud.google.com/compute/docs/configure-instance-ip-addresses","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-git-large-file-storage/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/archiving-and-unarchiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-24804/images/enterprise/site-admin-settings/unsuspend-reason.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-15029/images/enterprise/site-admin-settings/suspended-user-message-preview-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://github.com/github/docs/edit/main/content/admin/installation/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/managing-dormant-users/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/assets/cb-3976/images/enterprise/support/support-portal-request-health-check.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-built-in-authentication/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/activity/starring","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/starring"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/caching-repositories/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/initializing-the-cluster.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/assets/cb-6000/images/enterprise/business-accounts/vulnerabilities-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://cloud.google.com/docs/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-ldap-for-enterprise-iam/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/file-attachments-on-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/activity/notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity/notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/apps/oauth-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps/oauth-applications"} +{"url":"https://github.com/github/docs/edit/main/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/monitoring-your-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/webhooks/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/webhooks/repos"} +{"url":"https://docs.github.com/assets/cb-9816/images/enterprise/site-admin-settings/sync-vulnerabilities-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/assets/cb-10251/images/help/package-registry/azure-blob-storage-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.microsoft.com/en-us/azure/storage/blobs/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/pulls/reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://resources.github.com/whitepapers/practical-guide-to-CI-with-Jenkins-and-GitHub/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/initializing-the-cluster/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-github-connect/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-network-settings/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://cloud.google.com/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/migrations/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github/comparing-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/issues/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/comments"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/assets/cb-6587/images/enterprise/settings/Enterprise-Hooks-Sidebar.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/assets/cb-3059/images/enterprise/settings/Enterprise-Hooks-Payload.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/assets/cb-2684/images/enterprise/settings/Enterprise-Hooks-More-Deliveries.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/installation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/assets/cb-8224/images/enterprise/settings/Enterprise-Hooks-Details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/repos/forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/repos/forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/assets/cb-12924/images/enterprise/site-admin-settings/audit-log-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/assets/cb-11687/images/enterprise/security/Enterprise-Begin-Audit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/assets/cb-32013/images/enterprise/security/Enterprise-Audit-SSH-Keys.jpg","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/assets/cb-5197/images/enterprise/security/Enterprise-Start-Key-Audit.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/monitoring-your-appliance/about-system-logs.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/migrating-data-to-and-from-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-high-availability/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-collectd","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/onboarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/onboarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/customizing-your-github-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/searching-the-audit-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/checks/runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/runs"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/creating-teams.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"http://man7.org/linux/man-pages/man1/journalctl.1.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/packages/configuring-package-ecosystem-support-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-22833/images/enterprise/orgs-and-teams/ldap-group-mapping.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://github.com/github/docs/edit/main/content/admin/packages/getting-started-with-github-packages-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/advanced-configuration-and-troubleshooting/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/installing-github-enterprise-server-on-openstack-kvm","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/installing-github-enterprise-server-on-hyper-v","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/about-cluster-nodes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/monitoring-cluster-nodes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/enterprise/11.10.340/admin/articles/upgrading-to-the-latest-release","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/en/enterprise/2.1/admin/guides/installation/provisioning-and-installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/about-searching-on-github/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-git"} +{"url":"mailto:enterprise-server@3.3.","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/using-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/using-github"} +{"url":"https://github.com/github/docs/edit/main/content/admin/packages/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/exploring-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/exploring-projects-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/assets/cb-21607/images/enterprise/site-admin-settings/update-saml-nameid-update.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/assets/cb-6576/images/enterprise/vmware/vsphere-hardware-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/assets/cb-93298/images/enterprise/migration/migration-authorize-backup-host.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-54070/images/enterprise/migration/migration-status-complete.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://www.cloudflare.com/ips/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/reviewing-migration-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/reviewing-migration-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-872867/images/enterprise/site-admin-settings/ecosystem-toggles.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/assets/cb-63060/images/enterprise/3.2/management-console/enable-security-checkboxes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview"} +{"url":"https://docs.microsoft.com/en-us/azure/virtual-machines/resize-vm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://github.com/github/docs/edit/main/content/admin/overview/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/about-migrations/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-62339/images/enterprise/migration/migration-restore-start.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/managing-access-to-actions-from-githubcom/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/overview/about-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/overview/about-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/overview/about-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/overview/about-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://github.com/github/docs/edit/main/content/admin/overview/about-github-ae.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks/webhook-events-and-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-github-enterprise-server-for-high-availability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-11892/images/enterprise/business-accounts/pages-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-repositories-in-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae"} +{"url":"https://docs.github.com/assets/cb-5927/images/help/business-accounts/business-account-search-for-admin.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/assets/cb-28348/images/enterprise/site-admin-settings/all-users-click-username.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/about-high-availability-configuration/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-10924/images/enterprise/business-accounts/pages-policies-save-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/deploying-github-ae.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/using-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/assets/cb-24042/images/enterprise/business-accounts/enable-github-pages-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/developer-workflow/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication/managing-identity-and-access-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/assets/cb-49918/images/enterprise/management-console/actions-aws-s3-storage.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-2387/images/enterprise/site-admin-settings/user/suspended-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/assets/cb-73673/images/enterprise/migration/migration-choose-install-type.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/creating-a-high-availability-replica/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/importing-your-projects-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/assets/cb-2395/images/enterprise/configuration/ae-save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/assets/cb-28785/images/enterprise/configuration/ae-discard-email.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/assets/cb-46358/images/azure/github-ae-azure-portal-form.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/assets/cb-29390/images/enterprise/configuration/ae-enable-email-configure.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/assets/cb-30625/images/enterprise/configuration/enterprise-account-email-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/assets/cb-32088/images/azure/github-ae-azure-portal-type-filter.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/assets/cb-29825/images/enterprise/configuration/ae-test-email.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/assets/cb-30107/images/enterprise/configuration/ae-send-test-email.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-welcome","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/github-ae@latest/admin/overview/about-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae"} +{"url":"https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/using-saml/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/applying-the-imported-data-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/overview/about-data-residency","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/overview/about-data-residency","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/overview/about-data-residency","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/overview/about-data-residency","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://github.com/github/docs/edit/main/content/admin/overview/about-data-residency.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/overview"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/overview/about-the-github-enterprise-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-the-github-enterprise-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-3011/images/enterprise/business-accounts/protocol-drop-down-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/assets/cb-5316/images/enterprise/business-accounts/server-address-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/assets/cb-9586/images/enterprise/business-accounts/log-forwarding-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/assets/cb-13797/images/enterprise/business-accounts/enable-log-forwarding-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/overview/github-ae-release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/assets/cb-6458/images/enterprise/business-accounts/public-certificate-text-box.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/assets/cb-6865/images/enterprise/business-accounts/save-button-log-forwarding.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://aka.ms/create-github-ae-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/assets/cb-9716/images/enterprise/business-accounts/enable-tls-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-9433/images/help/saml/okta-ae-add-application.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/assets/cb-98505/images/help/saml/okta-ae-search.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/assets/cb-2349/images/help/saml/okta-ae-site-admin-external-groups.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/assets/cb-14177/images/help/saml/okta-ae-push-groups-by-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/assets/cb-14151/images/help/saml/okta-ae-group-add-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/assets/cb-18550/images/help/saml/okta-ae-assign-group-to-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://docs.github.com/assets/cb-12221/images/help/saml/okta-ae-push-groups-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/assets/cb-21093/images/help/saml/okta-ae-site-admin-list-groups.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/assets/cb-20660/images/help/saml/okta-ae-configure-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/assets/cb-35266/images/help/saml/okta-ae-site-admin-group-details.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/assets/cb-16478/images/help/saml/okta-ae-push-groups-add.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://docs.github.com/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/assets/cb-86623/images/enterprise/github-ae/enterprise-actions-policy-allow-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/assets/cb-14014/images/help/saml/okta-ae-browse-app-catalog.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/assets/cb-53018/images/help/saml/okta-ae-add-github-ae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/assets/cb-55537/images/help/saml/okta-ae-configure-base-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/customizing-user-messages-on-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/importing-your-projects-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/importing-your-projects-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/initializing-github-ae.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-13218/images/help/saml/okta-ae-sign-on-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/assets/cb-12475/images/help/saml/okta-ae-provisioning-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/assets/cb-26356/images/help/saml/okta-ae-view-setup-instructions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aad.githubenterpriseserver","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-132586/images/enterprise/configuration/ae-idp-configure.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-whatis","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://github.com/github/docs/edit/main/content/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://github.com/github/docs/edit/main/content/admin/policies/enforcing-policy-with-pre-receive-hooks/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://docs.github.com/assets/cb-11990/images/help/saml/okta-ae-assignments-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners"} +{"url":"https://docs.microsoft.com/azure/active-directory/develop/active-directory-saml-claims-customization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://docs.github.com/assets/cb-20075/images/help/saml/okta-ae-enable-api-integration.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/assets/cb-8092/images/help/saml/okta-ae-assign-user.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/assets/cb-44687/images/enterprise/configuration/ae-idp-issuer-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-14509/images/help/saml/okta-ae-assign-role.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/assets/cb-14467/images/enterprise/configuration/ae-enterprise-configuration.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/assets/cb-8955/images/help/saml/okta-ae-to-app-settings.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-10209/images/help/saml/okta-ae-assign-to-people.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.microsoft.com/azure/active-directory/develop/quickstart-create-new-tenant","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://docs.github.com/assets/cb-61950/images/enterprise/configuration/ae-idp-sign-on-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/other-authentication-methods"} +{"url":"https://developer.okta.com/docs/concepts/saml/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/authenticating-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://developer.okta.com/docs/concepts/scim/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-44043/images/enterprise/configuration/ae-repository-creation-permissions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://github.com/github/docs/edit/main/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics"} +{"url":"https://docs.github.com/assets/cb-60432/images/enterprise/configuration/ae-repository-forking-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://github.com/github/docs/edit/main/content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://github.com/github/docs/edit/main/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-11918/images/enterprise/configuration/ae-policies-configure.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/command-line-utilities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/command-line-utilities"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/command-line-utilities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/command-line-utilities"} +{"url":"https://docs.github.com/assets/cb-34285/images/enterprise/configuration/ae-test-saml-configuration.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/assets/cb-44989/images/enterprise/configuration/ae-idp-public-certificate.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/overview/about-data-residency","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency"} +{"url":"https://docs.github.com/assets/cb-45373/images/enterprise/configuration/ae-repository-permissions-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/assets/cb-22922/images/enterprise/configuration/ae-email-configure.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/customizing-your-github-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/assets/cb-7117/images/enterprise/configuration/ae-force-pushes-configuration-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview"} +{"url":"https://docs.github.com/assets/cb-11711/images/enterprise/configuration/ae-git-ssh-access-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/assets/cb-38514/images/enterprise/configuration/ae-repository-invitations-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/assets/cb-8463/images/enterprise/configuration/ae-reset-default-options.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise"} +{"url":"https://docs.github.com/assets/cb-25784/images/enterprise/configuration/ae-support-link-url.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/assets/cb-7228/images/enterprise/configuration/ae-repository-visibility-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/assets/cb-8064/images/enterprise/configuration/ae-organization-creation-permissions-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/assets/cb-22557/images/enterprise/configuration/ae-support-configure.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/advanced-guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/monitoring-your-appliance/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.microsoft.com/azure/active-directory/saas-apps/github-ae-tutorial","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-up-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-up-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-up-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-up-teams"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/overview/troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering"} +{"url":"https://docs.github.com/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-okta"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/working-with-comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/assets/cb-26416/images/help/enterprises/settings-scim-save.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/overview/about-upgrades-to-new-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/discovering-resources-for-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/assets/cb-29383/images/help/enterprises/settings-require-scim-user-provisioning.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/versioning-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-integrations/setting-up-and-registering-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-support/overview/about-github-premium-support-for-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/libraries"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/libraries"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/libraries"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/overview/libraries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/libraries"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/media-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://aka.ms/create-github-ae-instance-gov","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/getting-started-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/remove-sensitive-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/updating-the-virtual-machine-and-physical-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/command-line-utilities"} +{"url":"https://azure.microsoft.com/free/active-directory","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/guides/user-management/managing-dormant-users/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/guides/user-management/auditing-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/getting-started-with-the-git-database-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.microsoft.com/azure/active-directory/saas-apps/github-ae-provisioning-tutorial","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/emojis"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/emojis"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/emojis"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/emojis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow/exploring-integrations"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/overview/other-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/other-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/discovering-resources-for-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/caching-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/customizing-your-github-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/customizing-your-github-workflow"} +{"url":"https://docs.github.com/github-ae@latest/rest/overview/troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/overview/troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/en/github-ae@latest/guides/getting-started","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/troubleshooting"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/guides/user-management/archiving-and-unarchiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/rest/overview/media-types","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/configuring-visibility-for-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/command-line-utilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/setting-up-teams"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/managing-connections-between-your-enterprise-accounts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://portal.azure.com/signin/index/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps/authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/getting-started-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://github.com/features/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/getting-started-with-the-git-database-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/guides/installation/configuring-git-large-file-storage/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/discovering-resources-for-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/discovering-resources-for-a-user"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://github.com/features/packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/working-with-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/basics-of-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/creating-a-github-app-using-url-parameters","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/overview/libraries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/libraries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/using-the-visualization-graph","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/working-with-forks/syncing-a-fork","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/releasing-projects-on-github/about-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/working-with-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/working-with-comments"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-secret-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/checks/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/best-practices-for-integrators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/admin/release-notes","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/reference/environments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-organizations-and-teams/managing-the-publication-of-github-pages-sites-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/writing-on-github/working-with-advanced-formatting/attaching-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/get-started/signing-up-for-github/setting-up-a-trial-of-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/delivering-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/delivering-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://github.com/github/renaming","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/audited-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/monitoring-activity-in-your-enterprise/audited-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/getting-started-with-the-git-database-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-git-database-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/getting-started-with-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/github/working-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/en/github-ae@latest/libraries","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/basics-of-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-support/overview/about-github-premium-support-for-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/cn/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/ja/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/es/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/pt/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/emojis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/emojis"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/release-notes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/artifacts"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/artifacts"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/artifacts"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/actions/artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/artifacts"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/basics-of-authentication"} +{"url":"https://github.com/microsoft/Git-Credential-Manager-Core/releases/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/release-notes"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/codes-of-conduct"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/codes-of-conduct"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/codes-of-conduct"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/codes-of-conduct"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-support/overview/about-github-premium-support-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/basics-of-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/rendering-data-as-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/signing-up-for-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/signing-up-for-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/orgs/outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/licenses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/activity/feeds","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/configuring-authentication-and-provisioning-with-your-identity-provider/mapping-okta-groups-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/webhooks"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/webhooks"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/webhooks"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/apps/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflows"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflows"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflows"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/actions/workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/api-previews"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/api-previews"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/api-previews"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/api-previews"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/markdown"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/markdown"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/markdown"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/markdown"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/actions/workflow-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/assets/cb-263875/images/help/personal_token_ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/overview/resources-in-the-rest-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/checks/suites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/checks/suites"} +{"url":"https://docs.github.com/en/github-ae@latest/guides/basics-of-authentication/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/blobs"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/blobs"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/blobs"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/git/blobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/blobs"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/meta"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/meta"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/meta"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/meta","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/meta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/traversing-with-pagination","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/traversing-with-pagination"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/guides/traversing-with-pagination","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/external-groups"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/external-groups"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/external-groups"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/teams/external-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/external-groups"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/issues/timeline","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/re-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/teams"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/refs"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/refs"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/refs"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/git/refs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/refs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/importing-your-projects-to-github/importing-source-code-to-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/webhooks/configuring/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists/comments"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists/comments"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists/comments"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/gists/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists/comments"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/enterprise-admin/announcement","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/announcement"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/enterprise-admin/announcement","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/announcement"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/enterprise-admin/announcement","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/announcement"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/enterprise-admin/announcement","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/announcement"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/users"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/users"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/users"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/comments"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/comments"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/comments"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/issues/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/basics-of-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/basics-of-authentication"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/statuses"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/statuses"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/statuses"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/deployments/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/statuses"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/activity","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/licenses"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/licenses"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/licenses"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/licenses"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/best-practices-for-integrators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/best-practices-for-integrators"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/orgs"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/enterprise-admin/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/members"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/members"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/members"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/orgs/members","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/members"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/rendering-data-as-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/en/articles/setting-your-commit-email-address-in-git","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/enterprise-admin/global-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/issue-event-types","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/delivering-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/en/github-ae@latest/categories/github-pages-basics","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/api-previews"} +{"url":"https://docs.github.com/github-ae@latest/github/getting-started-with-github/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/external-groups"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/cards"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/cards"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/cards"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/projects/cards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/cards"} +{"url":"https://docs.github.com/en/github-ae@latest/guides/best-practices-for-integrators","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/getting-started-with-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/apps/oauth-applications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/oauth-applications"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deploy-keys"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deploy-keys"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deploy-keys"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deploy-keys"} +{"url":"https://docs.github.com/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/migrations"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/migrations"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/migrations"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/migrations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/migrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/enterprise-admin/scim","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/scim"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/enterprise-admin/scim","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/scim"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/enterprise-admin/scim","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/scim"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/enterprise-admin/scim","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/scim"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/delivering-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/enterprise-admin/admin-stats","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/en/github-ae@latest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/delivering-deployments"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics/statistics"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics/statistics"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics/statistics"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/metrics/statistics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics/statistics"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gitignore"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gitignore"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gitignore"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gitignore"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/actions/artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/codes-of-conduct","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/codes-of-conduct"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/columns"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/columns"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/columns"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/projects/columns","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/columns"} +{"url":"https://docs.github.com/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/comments"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin"} +{"url":"https://docs.github.com/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/rate-limit"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/rate-limit"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/rate-limit"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/rate-limit"} +{"url":"https://docs.github.com/github-ae@latest/apps/building-github-apps/authenticating-with-github-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/rendering-data-as-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/rendering-data-as-graphs"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/branches/branches"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/branches/branches"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/branches/branches"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/branches/branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/branches/branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/actions/workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflows"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/autolinks"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/autolinks"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/autolinks"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/repos/autolinks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/autolinks"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/repos","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/teams/external-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/external-groups"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/projects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects"} +{"url":"https://docs.github.com/github-ae@latest/articles/converting-an-organization-member-to-an-outside-collaborator/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/outside-collaborators"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/trees"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/trees"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/trees"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/git/trees","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/trees"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/overview/api-previews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/api-previews"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/webhooks/repo-config","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/enterprise-admin/license","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/license"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/pulls","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/git/refs"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/commits"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/commits"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/commits"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/git/commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/git/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/git/blobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/git/blobs"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/collaborators"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/collaborators"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/collaborators"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/projects/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/overview/resources-in-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/resources-in-the-rest-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/traversing-with-pagination","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/traversing-with-pagination"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/traversing-with-pagination","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/traversing-with-pagination"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/deployments/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/github-ae@latest/rest/overview/other-authentication-methods","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/user-management/about-global-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/secret-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/secret-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/secret-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/secret-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/secret-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/gists/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/gists/comments"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/events"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/events"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/events"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/activity/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/deployments/statuses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/statuses"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/users/gpg-keys"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/users/gpg-keys"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/users/gpg-keys"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/users/gpg-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/users/gpg-keys"} +{"url":"https://docs.github.com/en/github-ae@latest/github/visualizing-repository-data-with-graphs/about-repository-graphs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics/statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/issues/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/comments"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/comments"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/comments"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/comments"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/pulls/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/comments"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/autolinks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/projects/cards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/cards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/apps/oauth-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/oauth-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/deploy-keys"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/milestones"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/milestones"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/milestones"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/issues/milestones","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/milestones"} +{"url":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/github-event-types","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/commits","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/git/trees"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/code-scanning"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/code-scanning"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/code-scanning"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/code-scanning"} +{"url":"https://docs.github.com/assets/cb-45240/images/help/saml/confirm-saml-sso-enforcement.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/metrics/statistics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics/statistics"} +{"url":"https://docs.github.com/assets/cb-48923/images/help/saml/require-saml-sso-authentication.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/orgs"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/orgs"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/orgs"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/orgs/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/gitignore","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/gitignore"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/checks"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/checks"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/checks"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/checks"} +{"url":"https://docs.github.com/assets/cb-32094/images/help/saml/sso-has-been-enabled.png","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/commits/statuses"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/commits/statuses"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/commits/statuses"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/commits/statuses","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/commits/statuses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/git/trees","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/git/trees"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pages"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pages"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pages"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/pages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pages"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/enterprise-admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin"} +{"url":"https://docs.github.com/github-ae@latest/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/announcement"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/branches/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/branches/branches"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/enterprise-admin/users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/users"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/enterprise-admin/users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/users"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/enterprise-admin/users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/users"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/enterprise-admin/users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/projects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/projects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/git/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/git/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/create-a-github-ae-pages-site-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/pages"} +{"url":"https://github.com/github/docs/edit/main/content/rest/enterprise-admin/users.md","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/users"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/projects/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/collaborators"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/discussions"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/discussions"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/discussions"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/teams/discussions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/discussions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/delete-a-github-ae-pages-site-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/metrics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/metrics"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-management-console","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/actions/self-hosted-runner-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/deployments/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/labels"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/labels"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/labels"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/issues/labels","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/labels"} +{"url":"https://docs.github.com/github-ae@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/users/gpg-keys"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/migrations/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/migrations/orgs"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/migrations/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/migrations/orgs"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/migrations/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/migrations/orgs"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/migrations/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/migrations/orgs"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/actions/self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-bots-and-service-accounts-with-saml-single-sign-on","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/github-ae@latest/rest/overview/media-types/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/gitignore"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/pulls/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/comments"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/users"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/issues/milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization"} +{"url":"https://docs.github.com/enterprise/admin/guides/user-management/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/users"} +{"url":"https://docs.github.com/enterprise/admin/articles/audit-logging/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/users"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/commits/comments"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/commits/comments"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/commits/comments"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/commits/comments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/commits/comments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/orgs/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/orgs"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/starring"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/starring"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/starring"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/activity/starring","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/starring"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/increasing-cpu-or-memory-resources","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/contents"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/contents"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/contents"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/repos/contents","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/contents"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/commits/statuses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/commits/statuses"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/enterprise-admin/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/users"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/migrations/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/migrations/orgs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/teams/discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/extending-github/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/actions/self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/teams/discussions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/overview/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/overview/endpoints-available-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/commits/comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/commits/comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/network-ports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/actions"} +{"url":"https://docs.github.com/en/github-ae@latest/github/finding-security-vulnerabilities-and-errors-in-your-code","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/github-ae@latest/webhooks/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/github-ae@latest/webhooks/event-payloads/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/activity/starring","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/starring"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/reviews"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/reviews"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/reviews"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/pulls/reviews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/overview/system-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/overview/permissions-required-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/github-ae@latest/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/orgs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/members"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/setting-up-a-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/repos/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/deployments/deployments"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/secrets"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/secrets"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/secrets"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/actions/secrets","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/pulls/reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/pulls/reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/using-saml/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-github-enterprise-server-for-high-availability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/github-ae@latest/webhooks/event-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/setting-up-a-staging-instance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/secrets"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/file-attachments-on-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/actions/secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/secrets"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/events"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/events"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/events"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/issues/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/events"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/about-searching-on-github/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/apps"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/apps/apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/about-repository-caching"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/migrations/about-migrations/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/collaborators/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/apps/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/apps/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/apps"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/migrations/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/collaborators/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/high-availability-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/github-ae@latest/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/managing-connections-between-your-enterprise-accounts/connecting-your-enterprise-account-to-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/monitoring-your-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/about-system-logs"} +{"url":"mailto:enterprise-server@3.4.","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/versioning-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/support/contacting-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/support/contacting-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/about-high-availability-configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/about-high-availability-configuration/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/network-ports/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/advanced-guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/permissions"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/permissions"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/permissions"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/actions/permissions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/actions/permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/permissions"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/learn-github-actions/expressions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/expressions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/migrations/reviewing-migration-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/migrations/applying-the-imported-data-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/migrations/reviewing-migration-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/pulls/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/pulls/pulls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-cas-for-enterprise-iam/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/checks/runs"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/checks/runs"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/checks/runs"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/checks/runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/checks/runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-containerized-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-containerized-services"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/security-guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-xcode-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/issues/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/targeting-different-environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/checks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/checks/runs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/initializing-the-cluster/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/security-guides/automatic-token-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/security-guides/automatic-token-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/using-a-matrix-for-your-jobs"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/create-reaction-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/list-reactions-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/delete-team-discussion-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/creating-a-high-availability-replica/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/create-reaction-for-a-team-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/list-reactions-for-a-team-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/delete-team-discussion-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/create-reaction-for-a-commit-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/list-reactions-for-a-commit-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/delete-a-commit-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists/gists"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists/gists"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists/gists"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/gists/gists","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/gists/gists"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/delete-an-issue-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/create-reaction-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/list-reactions-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/list-reactions-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/delete-an-issue-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/create-reaction-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/create-reaction-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/list-reactions-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/caching-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/delete-a-pull-request-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/list-reactions-for-a-release-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/create-reaction-for-a-release-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/delete-a-release-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-tls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/auditing-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/issues/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/archiving-and-unarchiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-git-large-file-storage/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/managing-dormant-users/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/invitations"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/invitations"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/invitations"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/collaborators/invitations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/invitations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/collaborators/invitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/collaborators/invitations"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/using-files/navigating-code-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/en/enterprise-server@3.0","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise-server@2.22","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise-server@2.21","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise-server@2.20","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise-server@2.19/admin/release-notes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise-server@2.19","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/en/enterprise/2.18","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/en/enterprise/2.17","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/en/enterprise/2.16","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/all-releases","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.15","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/developer-workflow/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/en/enterprise/2.14","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.16","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.13","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.17","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.12","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.18","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.11","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/all-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.10","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.14","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.9","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.15","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.8","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.13","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.7","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.9","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.6","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.8","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.5","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.10","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.4","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.11","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.3","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.12","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.2","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.7","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.1","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.6","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/2.0","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.5","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise/11.10.340","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.3","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.1","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.2","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.4","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/2.0","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://enterprise.github.com/releases/series/11.10.340","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.16","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.15","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.14","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.12","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.13","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.11","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.10","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.9","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.5","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.4","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.7","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/2.6","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://github.com/github/docs/edit/main/content/admin/all-releases.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://developer.github.com/enterprise/2.3","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://developer.github.com/enterprise/2.8","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation"} +{"url":"https://developer.github.com/enterprise/2.2","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://developer.github.com/enterprise/2.0","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://developer.github.com/enterprise/11.10.340","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://developer.github.com/enterprise/2.1","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/all-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/enterprise-admin/pre-receive-environments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/moving-a-team-in-your-organization-s-hierarchy","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/requesting-to-add-a-child-team","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/accessing-your-organizations-settings"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/setting-up-your-project-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/browsing-security-vulnerabilities-in-the-github-advisory-database"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/accessing-the-monitor-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/notifications"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/notifications"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/notifications"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/activity/notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/notifications"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/activity","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/activity/notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/notifications"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/searching-the-audit-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-5786/images/enterprise/management-console/monitor-dash-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://github.com/github/docs/edit/main/content/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/enterprise-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/search"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/search"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/search"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/search"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/search"} +{"url":"https://docs.github.com/github-ae@latest/search-github/searching-on-github/searching-code","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/search"} +{"url":"https://docs.github.com/github-ae@latest/search-github/searching-on-github/searching-commits","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/search"} +{"url":"https://docs.github.com/github-ae@latest/search-github/searching-on-github/searching-users","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/search"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/search-github/searching-on-github/searching-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/search"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/requesting-to-add-a-child-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/getting-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/getting-started"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/customizing-user-messages-on-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/issues"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/issues"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/issues"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/issues/issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/about-large-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/issues/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/branches/branch-protection"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/branches/branch-protection"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/branches/branch-protection"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/branches/branch-protection","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/branches/branch-protection"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-on-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/remove-sensitive-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/updating-the-virtual-machine-and-physical-resources","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/migrations/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/branches/branch-protection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/branches/branch-protection"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/configuring-visibility-for-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/guides/migrating-from-rest-to-graphql"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/getting-started-with-git/setting-your-username-in-git"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/extending-github/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.citrix.com/en-us/xencenter/current-release/vms-storage-addnewdisk.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://github.com/github/docs/edit/main/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.citrix.com/en-us/xencenter/current-release/vms-importdiskimage.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://support.citrix.com/article/CTX118531","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/system-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/system-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/system-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/system-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/actions/workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/overview/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/system-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/system-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/using-saml/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/overview/system-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/overview/system-overview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/learning-about-github/github-language-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/managing-a-workflow-run","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/actions/workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-runs"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-github/github-mobile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github/github-mobile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/graphql/overview/public-schema","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/graphql/overview/public-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/enterprise-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/search-github/getting-started-with-searching-on-github/about-searching-on-github/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/denying-access-to-a-previously-approved-oauth-app-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/network-ports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/assets/cb-30973/images/help/settings/settings-third-party-set-up-restrictions.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/assets/cb-73778/images/help/settings/settings-third-party-restrict-confirm.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/using-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-dormant-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/teams/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/teams/teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/archiving-and-unarchiving-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-git-large-file-storage/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/managing-dormant-users/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/getting-started/securing-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-cas-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-an-individual-s-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/assets/cb-44318/images/enterprise/stafftools/search-field.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://docs.github.com/assets/cb-31675/images/enterprise/stafftools/recreate-organization.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://github.com/github/docs/edit/main/content/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-github-enterprise-server-for-high-availability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/expressions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/expressions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-collectd","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/file-attachments-on-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/migrations/about-migrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/about-high-availability-configuration/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/setting-up-a-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/monitoring-your-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/requesting-organization-approval-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/approving-oauth-apps-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-userother-repo"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/enterprise-admin/pre-receive-environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/pre-receive-environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/users/gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/users/gpg-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/metrics/statistics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/metrics/statistics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/disabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/using-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/get-started/using-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/best-practices-for-leaving-your-company","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/downgrading-your-organization-s-paid-seats","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/requesting-to-add-or-change-a-parent-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/creating-and-managing-repositories/creating-an-issues-only-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/migrations/about-migrations/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files/installing-git-large-file-storage"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/issues"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-github-app-managers-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/setting-your-team-s-profile-picture","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/disabling-team-discussions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/adding-outside-collaborators-to-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/setting-team-creation-permissions-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/communities/moderating-comments-and-conversations/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/viewing-people-with-access-to-your-repository/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/managing-connections-between-your-enterprise-accounts/connecting-your-enterprise-account-to-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/migrations/applying-the-imported-data-on-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/versioning-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/migrations/reviewing-migration-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/migrations/reviewing-migration-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/authenticating-to-github/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/clustering/initializing-the-cluster/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/searching-the-audit-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/advanced-guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/disabling-project-boards-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/about-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"mailto:enterprise-server@3.2.","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/network-ports/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/installing-github-enterprise-server-on-google-cloud-platform","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/installing-github-enterprise-server-on-azure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reviewing-the-audit-log-for-your-organization/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/guides/basics-of-authentication/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/installing-github-enterprise-server-on-xenserver","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/creating-a-high-availability-replica/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/all-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/all-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/all-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/all-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-with-amazon-s3-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/promoting-or-demoting-a-site-administrator","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code"} +{"url":"https://docs.github.com/ja/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code"} +{"url":"https://docs.github.com/es/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code"} +{"url":"https://docs.github.com/pt/code-security/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/cn/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/ja/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/es/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/pt/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/articles/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/adding-organization-members-to-a-team"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-tls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/all-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/all-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/changing-team-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/developer-workflow/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/user-management/configuring-visibility-for-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/remove-sensitive-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/githubs-products","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/all-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/all-releases"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-disruptive-comments/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/updating-the-virtual-machine-and-physical-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-corporate-terms-of-service"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-your-github-profile/personalizing-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/preparing-to-require-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/collaboration-with-git-large-file-storage"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-github-actions-with-azure-blob-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/migrations/importing-data-from-third-party-version-control-systems","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/changing-a-person-s-role-to-owner","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/converting-an-organization-into-a-user"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/reviewing-your-organization-s-installed-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/restricting-access-to-your-organizations-data/enabling-oauth-app-access-restrictions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/enabling-oauth-app-access-restrictions-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/deleting-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/converting-an-outside-collaborator-to-an-organization-member","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-an-individual-s-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/assets/cb-81053/images/enterprise/github-ae/organizations/actions-policy-allow-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data/about-oauth-app-access-restrictions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-organization-member-to-an-outside-collaborator"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/allowing-people-to-delete-issues-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-membership-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics"} +{"url":"https://docs.github.com/assets/cb-81279/images/enterprise/github-ae/organizations/security-and-analysis-disable-or-enable-all-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/transferring-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/assets/cb-28362/images/enterprise/github-ae/organizations/security-and-analysis-enable-or-disable-secret-scanning-checkbox-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/editing-or-deleting-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/creating-a-team-discussion"} +{"url":"https://docs.github.com/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/setting-your-teams-profile-picture"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/keeping-your-organization-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure"} +{"url":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/github-ae-provisioning-tutorial","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/moving-a-team-in-your-organizations-hierarchy","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-large-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/renaming-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/integrating-jira-with-your-personal-projects","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/activity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-organizations"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-membership-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/application-provisioning-when-will-provisioning-finish-specific-user","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-membership-in-your-organization/adding-people-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/guides/basics-of-authentication/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/synchronizing-a-team-with-an-identity-provider-group"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/publishing-and-managing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/packages/publishing-and-managing-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/configuring-autolinks-to-reference-external-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/branches/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branches"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/restricting-repository-visibility-changes-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/en/github-ae@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/en/github-ae@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/customizing-user-messages-on-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/quickstart"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-saml-for-enterprise-iam"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/creating-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/migrating-admin-teams-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/releasing-projects-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/releasing-projects-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-the-ip-address-using-the-virtual-machine-console"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/deleting-an-organization-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/setting-up-a-github-enterprise-server-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/restricting-repository-creation-in-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-time-synchronization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/learn-github-actions/contexts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/contexts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-authentication-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-github-enterprise-server-for-high-availability","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/reference/unions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/graphql/overview/changelog","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/graphql/overview/changelog"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/enabling-and-scheduling-maintenance-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/search","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-files/renaming-a-file"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/overview/system-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/extending-github/about-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/increasing-cpu-or-memory-resources","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/migrations/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/versioning-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/monitoring-your-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/enterprise-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/using-files/working-with-non-code-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/support/learning-about-github-support/about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/migrations/applying-the-imported-data-on-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/search-syntax","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-a-hostname","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/migrations/about-migrations/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/migrations/reviewing-migration-conflicts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-collectd","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/migrations/reviewing-migration-data","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/overview/system-overview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/authenticating-to-github/about-two-factor-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/searching-the-audit-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/configuring-collectd"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-the-github-enterprise-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-applications"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/clustering/initializing-the-cluster/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/about-upgrades-to-new-releases"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-dns-nameservers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/replacing-a-cluster-node"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/overview/system-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/support/about-github-support/about-github-premium-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/administering-a-repository/deleting-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/enterprise-server@3.1/support/learning-about-github-support/about-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/enterprise-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/assets/cb-81215/images/enterprise/3.1/site-admin-settings/ecosystem-toggles.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-dormant-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/auditing-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/removing-a-member-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"mailto:enterprise-server@3.1.","status":0,"state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/explorer"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/explorer"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/explorer"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/overview/explorer","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/explorer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/user-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/user-management"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/all-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/all-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/all-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/all-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/all-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/support/learning-about-github-support/about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/about-github-enterprise-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/configuring-rate-limits"} +{"url":"https://docs.github.com/assets/cb-11777/images/enterprise/management-console/sidebar-advanced-security.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/reference","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/guides/using-global-node-ids","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/site-admin-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/managing-dormant-users/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/keeping-your-organization-secure","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/accessing-your-organization-s-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/managing-connections-between-your-enterprise-accounts/connecting-your-enterprise-account-to-github-enterprise-cloud","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/about-high-availability-configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/increasing-cpu-or-memory-resources","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/archiving-and-unarchiving-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/assets/cb-46866/images/enterprise/management-console/enable-advanced-security-checkboxes.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/public-schema"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/public-schema"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/public-schema"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/overview/public-schema","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/public-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/overview/schema-previews","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/schema-previews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/configuring-package-ecosystem-support-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/about-high-availability-configuration/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/overview","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/overview/about-the-graphql-api","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/articles/keeping-your-organization-secure"} +{"url":"https://docs.github.com/ja/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/articles/keeping-your-organization-secure"} +{"url":"https://docs.github.com/es/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/articles/keeping-your-organization-secure"} +{"url":"https://docs.github.com/pt/organizations/keeping-your-organization-secure","state":"SKIPPED","parent":"https://docs.github.com/en/articles/keeping-your-organization-secure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/monitoring-cluster-nodes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/all-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/all-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/network-ports/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/developer-workflow/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-git-large-file-storage/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/overview/resource-limitations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/users/keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/keys"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/overview/breaking-changes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/guides/using-the-explorer","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/deployments"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/guides/introduction-to-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/accessing-the-monitor-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/cluster-network-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-remote-repositories"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-remote-repositories"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-remote-repositories"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git/about-remote-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-aws"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/installing-github-enterprise-server-on-hyper-v","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/gitignore","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/gitignore"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://docs.github.com/public/ghae/schema.docs-ghae.graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/public-schema"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/installing-github-enterprise-server-on-vmware","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/overview/explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/explorer"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/guides/forming-calls-with-graphql","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-clustering"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-jobs/running-jobs-in-a-container","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/guides/managing-enterprise-accounts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/managing-enterprise-accounts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/all-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/all-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/unions"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/unions"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/unions"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/reference/unions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/unions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/advanced-guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/creating-starter-workflows-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/installing-github-enterprise-server-on-openstack-kvm","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/reference/queries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/github-ae@latest/graphql/overview/schema-previews","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/schema-previews"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/reference","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/installing-github-enterprise-server-on-xenserver","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-github-user-account/managing-your-scheduled-reminders","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/environment-variables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/guides/using-global-node-ids","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/packages/quickstart-for-configuring-your-minio-storage-bucket-for-github-packages"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/updating-the-virtual-machine-and-physical-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/installing-github-enterprise-server-on-azure","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/limiting-interactions-with-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/migrations/importing-data-from-third-party-version-control-systems","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/initiating-a-failover-to-your-replica-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/github-ae@latest/graphql/overview/about-the-graphql-api","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/be-social"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/be-social"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/be-social"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/quickstart/be-social","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/be-social"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/remove-sensitive-data","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-with-azure-blob-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/recovering-a-high-availability-configuration"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/getting-started-with-git"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/graphql/guides/using-the-explorer","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/github-ae@latest/graphql/overview/breaking-changes","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/breaking-changes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/canceling-or-editing-an-invitation-to-join-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/creating-a-high-availability-replica/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/github-ae@latest/graphql/overview/resource-limitations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/resource-limitations"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/configuring-visibility-for-organization-membership","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/en/github-ae@latest/github/authenticating-to-github/connecting-to-github-with-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-remote-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/issues/milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/issues/milestones"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/mutations"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/mutations"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/mutations"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/reference/mutations","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/mutations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/overview/public-schema","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/public-schema"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/requesting-to-add-or-change-a-parent-team"} +{"url":"https://docs.github.com/cn/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/about-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-containerized-services","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/overview/schema-previews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/schema-previews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/organizations/keeping-your-organization-secure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/keeping-your-organization-secure"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/targeting-different-environments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/command-line-utilities"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/overview/about-the-graphql-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/about-the-graphql-api"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/graphql/guides/introduction-to-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-service-containers"} +{"url":"https://docs.github.com/ja/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-service-containers"} +{"url":"https://docs.github.com/es/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-service-containers"} +{"url":"https://docs.github.com/pt/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-service-containers"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/migrating-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/github-ae@latest/graphql/guides/managing-enterprise-accounts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/cn/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://docs.github.com/ja/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://docs.github.com/es/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://docs.github.com/pt/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/graphql/guides/forming-calls-with-graphql","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/high-availability-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/removing-a-high-availability-replica"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-jobs/running-jobs-in-a-container","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/overview/resource-limitations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/resource-limitations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/removing-users-from-teams-and-organizations"} +{"url":"https://docs.github.com/github-ae@latest/graphql/guides/using-global-node-ids","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-global-node-ids"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/input-objects"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/input-objects"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/input-objects"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/reference/input-objects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/input-objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/github-ae@latest/get-started/getting-started-with-git/about-remote-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-remote-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/overview/breaking-changes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/breaking-changes"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/guides/using-the-explorer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/using-the-explorer"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/following-people","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/initializing-the-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/migrating-to-improved-organization-permissions/converting-an-owners-team-to-improved-organization-permissions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-minio"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/guides/introduction-to-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/introduction-to-graphql"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/releases/assets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/releases/assets"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/enums"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/enums"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/enums"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/reference/enums","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/enums"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/users/gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/gpg-keys"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/changelog"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/changelog"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/changelog"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/overview/changelog","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/changelog"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/defining-outputs-for-jobs"} +{"url":"https://docs.github.com/assets/cb-93021/images/actions-runner-installed-software-link.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/managing-your-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git/about-remote-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/about-remote-repositories"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/quickstart"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/quickstart"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/quickstart"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-scheduled-reminders-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/guides/forming-calls-with-graphql","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/forming-calls-with-graphql"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard"} +{"url":"https://docs.github.com/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-jobs/running-jobs-in-a-container","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/running-jobs-in-a-container"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/github-ae@latest/graphql/reference/queries","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/queries"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/actions/self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/actions/self-hosted-runners"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/managing-complex-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/workflow-commands-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/graphql/reference/mutations","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/mutations"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/users/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/users/users"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/setting-up-external-monitoring"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/guides/managing-enterprise-accounts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/guides/managing-enterprise-accounts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/manually-running-a-workflow"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-service-containers"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/reference/unions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/unions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions"} +{"url":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md","status":200,"state":"OK","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/reference/queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/canceling-a-workflow"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/creating-a-composite-action","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md","status":200,"state":"OK","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-containerized-services/about-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md","status":200,"state":"OK","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-Readme.md","status":200,"state":"OK","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-service-containers"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/reference/workflow-commands-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/en/articles/development-tools-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/configuring-and-managing-workflows/using-environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/writing-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/writing-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph"} +{"url":"https://docs.github.com/en/github-ae@latest/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-service-containers"} +{"url":"https://docs.microsoft.com/azure/virtual-machines/dv2-dsv2-series","status":200,"state":"OK","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/quickstart/be-social","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/be-social"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/creating-starter-workflows-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-your-team/pinning-a-team-discussion"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-jobs/using-environments-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps/adding-github-app-managers-in-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/github/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/reference/mutations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/mutations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/about-custom-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/about-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions/environment-variables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/reference/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/environment-variables"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/about-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/overview/viewing-deployment-history","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-containerized-services","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/targeting-different-environments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/migrating-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-conditions-to-control-job-execution"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/creating-a-composite-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions/contexts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs"} +{"url":"https://docs.github.com/assets/cb-35792/images/enterprise/2.22/environments-sidebar.png","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-containerized-services/about-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/preparing-to-migrate-data-to-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions/expressions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/reference/input-objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/input-objects"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/pinning-an-issue-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.microsoft.com/windows/security/identity-protection/user-account-control/how-user-account-control-works","status":200,"state":"OK","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages/getting-started-with-github-packages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-files-in-a-repository/creating-new-files","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/re-running-workflows-and-jobs"} +{"url":"https://docs.github.com/github-ae@latest/actions/quickstart","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/quickstart"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/managing-labels","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/github/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/reference/enums","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/enums"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/quickstart"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/quickstart"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/quickstart"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/quickstart","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/creating-an-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows/triggering-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/managing-your-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/overview/changelog","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/changelog"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-github-hosted-runners/about-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/getting-started-with-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/getting-started-with-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/about-continuous-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/building-and-testing-nodejs-or-python","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/assigning-permissions-to-jobs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/getting-started-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-xamarin-applications"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/reviewing-deployments"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/accessing-your-organization-s-settings","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/github-ae@latest/github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/managing-complex-workflows/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/creating-cloning-and-archiving-repositories/creating-a-new-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-containerized-services/about-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/about-workflows"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows/about-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/scheduling-issue-creation"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-containerized-services/about-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/managing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/choosing-the-runner-for-a-job"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/building-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/cn/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/security-guides/encrypted-secrets","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/cn/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/cn/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://www.sudo.ws/man/1.8.27/sudo.man.html","status":200,"state":"OK","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/policies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/policies"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-jobs/using-environments-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-environments-for-jobs"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows/using-starter-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-starter-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/cn/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows/events-that-trigger-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/security-guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/reference/context-and-expression-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/workflow-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-net"} +{"url":"https://docs.github.com/github-ae@latest/get-started/quickstart/be-social","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/be-social"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/about-permissions-for-github-packages"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/building-and-testing-java-with-gradle","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/reference/environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/apps/guides"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/cn/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-python","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-continuous-deployment","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/removing-self-hosted-runners"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-ruby","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/creating-a-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure"} +{"url":"https://docs.github.com/cn/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/transferring-organization-ownership"} +{"url":"https://docs.github.com/cn/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/language-and-framework-guides/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/using-git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/get-started/using-git"} +{"url":"https://docs.github.com/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://docs.github.com/cn/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/quickstart"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/restricting-email-notifications-for-your-enterprise"} +{"url":"https://docs.github.com/cn/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/apps/installing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/apps/installing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/apps/installing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/apps/installing-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/publishing-packages/publishing-docker-images","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-repositories-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://docs.github.com/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/language-and-framework-guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/git"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/git","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/using-actions-in-github-ae","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/managing-your-deployments/viewing-deployment-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions/expressions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-docker-registry"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/removing-workflow-artifacts"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/overview/permissions-required-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/permissions-required-for-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/downloading-workflow-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows/triggering-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/quickstart","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/quickstart"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/activity-dashboard"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/setting-exit-codes-for-actions"} +{"url":"https://docs.github.com/assets/cb-15964/images/help/settings/compliance-report-download.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/about-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-continuous-integration","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/storing-workflow-data-as-artifacts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-npm-registry"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/setting-default-values-for-jobs"} +{"url":"https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/graphql/reference/enums","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/enums"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/creating-postgresql-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/about-deployments/deploying-with-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/using-workflow-run-logs/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-your-organization-s-profile"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-your-organization-s-profile"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-your-organization-s-profile"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-your-organization-s-profile"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/publishing-packages/publishing-docker-images","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-github-apps/editing-a-github-app-s-permissions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-github-apps/editing-a-github-app-s-permissions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-github-apps/editing-a-github-app-s-permissions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/managing-github-apps/editing-a-github-apps-permissions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-github-apps/editing-a-github-app-s-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/github-ae@latest/actions/learn-github-actions/expressions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/security-guides/automatic-token-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-workflows/triggering-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/triggering-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/checks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/repos"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/repos"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/repos"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/repos"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-workflows/using-starter-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-starter-workflows"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/assets/cb-35633/images/help/organizations/org-insights-repos.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/cn/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/ja/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/es/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/pt/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-commands-for-github-actions"} +{"url":"https://docs.github.com/cn/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/ja/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/es/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/pt/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/codes-of-conduct"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/codes-of-conduct"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/codes-of-conduct"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/codes-of-conduct","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/codes-of-conduct"} +{"url":"https://docs.github.com/cn/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/ja/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/es/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/pt/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/assets/cb-29954/images/help/organizations/org-insights-dependencies-graphs.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/rate-limit"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/rate-limit"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/rate-limit"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/rate-limit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/rate-limit"} +{"url":"https://docs.github.com/assets/cb-7532/images/help/organizations/org-insights-dependencies-my-orgs-button.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/apps/installing-github-apps"} +{"url":"https://docs.github.com/assets/cb-5333/images/help/organizations/org-insights-dependencies-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-containerized-services/about-service-containers"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/get-started/importing-your-projects-to-github/working-with-subversion-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-oauth-apps"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/markdown"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/markdown"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/markdown"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/markdown"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/assets/cb-28669/images/help/organizations/org-insights-time-period.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/assets/cb-13522/images/help/organizations/org-nav-insights-tab.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/security-guides/encrypted-secrets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/emojis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/emojis"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/emojis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/emojis"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/github-ae@latest/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows/about-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-packages-with-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-packages-with-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-packages-with-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-packages-with-github-packages"} +{"url":"https://docs.github.com/assets/cb-19089/images/help/organizations/org-insights-dependencies-vulnerable-item.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/assets/cb-32135/images/help/security/enable-ip-allowlist-organization-checkbox.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/gitignore"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/gitignore"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/gitignore"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/gitignore"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/markdown"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/markdown"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/markdown"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/markdown","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/markdown"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/en/github-ae@latest/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://github.com/actions/starter-workflows/blob/main/deployments/azure-webapps-node.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/webhooks-and-events/webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/creating-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/creating-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/creating-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/releasing-projects-on-github/managing-releases-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/creating-releases"} +{"url":"https://docs.microsoft.com/cli/azure/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/ja/github-ae@latest/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/es/github-ae@latest/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/pt/github-ae@latest/graphql/reference/objects","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/objects"} +{"url":"https://docs.microsoft.com/cli/azure/authenticate-azure-cli","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.microsoft.com/cli/azure/group?view=azure-cli-latest","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/assets/cb-18442/images/help/organizations/cancel-pending-collaborators.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/managing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/workflow-syntax-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/securing"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/securing"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/securing"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events/webhooks/securing-your-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/securing"} +{"url":"https://docs.github.com/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides"} +{"url":"https://docs.github.com/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs"} +{"url":"https://help.okta.com/en/prod/Content/Topics/users-groups-profiles/usgp-unassign-apps.htm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-powershell"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/overview/permissions-required-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/apps/installing-github-apps"} +{"url":"https://docs.github.com/assets/cb-9467/images/help/organizations/pending-collaborator-list.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/testing"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/testing"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/testing"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events/webhooks/testing-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/testing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/understanding-the-search-syntax","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-workflows/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/security-guides/automatic-token-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/security-guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-organizations-in-your-enterprise/creating-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows/events-that-trigger-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/events-that-trigger-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows/using-starter-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-starter-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs"} +{"url":"https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/assets/cb-124865/images/enterprise/business-accounts/repository-permissions-policy-drop-down.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories"} +{"url":"https://github.com/Azure/webapps-deploy","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/dockerfile-support-for-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/releasing-and-maintaining-actions"} +{"url":"https://docs.microsoft.com/azure/app-service/quickstart-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/managing-workflow-runs/using-workflow-run-logs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/events-that-trigger-workflows","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages"} +{"url":"https://github.com/github/docs/edit/main/content/developers/github-marketplace/creating-apps-for-github-marketplace/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/essential-features-of-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/installing-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/installing-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/installing-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-github-apps/installing-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/search-commits-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/overview/about-github-ae","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/learn-github-packages/introduction-to-github-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/about-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://docs.github.com/github-ae@latest/get-started/getting-started-with-git/caching-your-github-credentials-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/caching-your-github-credentials-in-git"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-workflow-runs/disabling-and-enabling-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/manage-packages/viewing-packages"} +{"url":"https://docs.microsoft.com/azure/app-service/deploy-github-actions?tabs=applevel","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/orgs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/orgs"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/orgs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/orgs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/orgs"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/guides/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management"} +{"url":"https://docs.github.com/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/enterprise-admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/enterprise-admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/enterprise-admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/enterprise-admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/enterprise-admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-jobs/using-jobs-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/accessing-your-organization-if-your-identity-provider-is-unavailable"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://github.com/Azure/actions-workflow-samples","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/creating-a-github-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/creating-a-github-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/creating-a-github-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/apps/managing-github-apps/installing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/apps/installing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/deleting-a-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/issues"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/learn-github-packages/introduction-to-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/checks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/checks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/checks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/checks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/github-ae@latest/search-github/searching-on-github/searching-for-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/assets/cb-12290/images/help/organizations/confirm-cancelation-of-pending-collaborators.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/overview/permissions-required-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/permissions-required-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/list-reactions-for-a-team-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/about-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/about-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/about-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/about-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/delete-a-commit-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/list-reactions-for-a-commit-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-an-oauth-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/securing"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/create-reaction-for-a-commit-comment-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/building-github-apps/rate-limits-for-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/rate-limits-for-github-apps"} +{"url":"https://azure.microsoft.com/services/app-service/","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/delete-team-discussion-reaction-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/list-reactions-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/github-ae@latest/actions/security-guides/encrypted-secrets","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/encrypted-secrets"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/search-repositories-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/create-reaction-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/github-ae@latest/graphql/reference/input-objects","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/input-objects"} +{"url":"https://docs.github.com/github-ae@latest/graphql/reference/unions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/unions"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/create-reaction-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/getting-started-with-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/list-reactions-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/search-topics-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/search"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/security-guides/automatic-token-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/authentication-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/create-reaction-for-a-team-discussion-comment-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/packages/manage-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-packages-with-github-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/create-reaction-for-a-team-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/webhooks-and-events/webhooks/testing-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/testing"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/list-reactions-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/create-reaction-for-a-team-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/github/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/creating-releases"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/delete-team-discussion-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/list-reactions-for-a-team-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/delete-a-pull-request-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/commits"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/commits"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/commits"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/commits"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/list-reactions-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/building-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/preparing-to-enforce-saml-single-sign-on-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/checks"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-github-hosted-runners/about-ae-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/delete-an-issue-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/create-reaction-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/delete-a-reaction-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/issues"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/publishing-packages/publishing-docker-images","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/publishing-docker-images"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/deployments"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/deployments"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/deployments"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/deployments","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/deployments"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/v3/media/"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/v3/media/"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/v3/media/"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/overview/media-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/v3/media/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/manage-packages/viewing-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/getting-started-with-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/getting-started-with-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/apps/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-large-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/managing-github-apps/editing-a-github-apps-permissions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/managing-github-apps/editing-a-github-app-s-permissions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/list-reactions-for-a-team-discussion-comment-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/enabling-private-mode","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories"} +{"url":"https://docs.github.com/assets/cb-35167/images/help/organizations/allow-members-to-view-insights.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/emojis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/emojis"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/emojis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/emojis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/emojis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/create-reaction-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/licenses"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/licenses"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/licenses"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/licenses","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-your-organization-s-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/publishing-packages/publishing-java-packages-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/codes-of-conduct","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/codes-of-conduct"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/searching-on-github/finding-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/listing-an-app-on-github-marketplace"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/security-guides/automatic-token-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/authentication-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/searching-on-github/searching-for-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/activating-optional-features-for-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/building-oauth-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/understanding-the-search-syntax","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/getting-started-with-searching-on-github/sorting-search-results","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/gitignore"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/gitignore"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/gitignore"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/gitignore"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/repos"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/canceling-an-invitation-to-become-an-outside-collaborator-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/rate-limit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/collaborators"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/collaborators"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/collaborators"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/markdown","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/markdown"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-packages-with-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/webhooks"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/installing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/emojis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/emojis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/managing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/building-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/gitignore","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/gitignore"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/webhooks-and-events/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/markdown","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/markdown"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/creating-releases"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/commits"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/commits"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/commits"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/commits","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/packages/learn-github-packages/viewing-packages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/pulls"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/pulls"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/pulls"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/pulls","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/pulls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/managing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/teams"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/teams"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/teams"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/graphql/reference/objects","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/releases"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/releases"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/releases"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/releases"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-ssh-add-illegal-option-k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/getting-started-with-apps/about-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps"} +{"url":"https://docs.github.com/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/building-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/create-a-github-enterprise-server-pages-site-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/delete-a-github-enterprise-server-pages-site-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/securing-your-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/securing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/configuring-packages-support-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/configuring-packages-support-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/configuring-packages-support-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/configuring-packages-support-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/managing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/managing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/managing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/collaborators"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/collaborators"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/collaborators"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/collaborators","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/managing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/managing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/delete-team-discussion-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/delete-team-discussion-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events/events","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-server@3.4/packages/learn-github-packages/viewing-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/create-reaction-for-a-commit-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/list-reactions-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/delete-an-issue-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/apps/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/delete-a-commit-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/list-reactions-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/repos/"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/repos/"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/repos/"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/repos","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/repos/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-an-internal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-github-apps/making-a-github-app-public-or-private/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/installing-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/checking-for-existing-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/articles/accessing-the-management-console","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/enterprise-admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/list-reactions-for-a-commit-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/create-reaction-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/create-reaction-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search-commits-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/list-reactions-for-a-release-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/create-reaction-for-a-release-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/list-reactions-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/github-marketplace-overview"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/create-reaction-for-a-team-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/list-reactions-for-a-team-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/testing-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/webhooks/testing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/reactions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/disabling-issues"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/disabling-issues"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/disabling-issues"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/disabling-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/delete-an-issue-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-pages"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-pages"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-pages"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/getting-started-with-github-pages/about-github-pages","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/learn-github-packages/introduction-to-github-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/about-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/building-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/apps/building-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-packages-with-github-packages/publishing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/delete-an-issue-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-workflows","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/search","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-packages-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-packages-with-github-packages/installing-a-package","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/webhooks/creating","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://docs.github.com/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/enterprise-admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/enterprise-admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/creating-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search-repositories-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/creating-apps-for-github-marketplace"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/list-reactions-for-a-team-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-integrations/setting-up-and-registering-github-apps/about-authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-github-apps/installing-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/installing-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/guides","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/create-reaction-for-a-team-discussion-comment-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/delete-a-github-ae-pages-site-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/restricting-access-to-your-organizations-data"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/publishing-packages/publishing-docker-images","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/publishing-docker-images"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/webhook-events-for-the-github-marketplace-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/packages/learn-github-packages/viewing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/delete-a-pull-request-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gists","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/v3/media/"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/list-reactions-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/getting-started-with-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-git-rebase"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-git-rebase"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-git-rebase"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/using-git/about-git-rebase","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/actions/"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/actions/"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/actions/"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/actions/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github/searching-commits","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-commits"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/enabling-subdomain-isolation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/checks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/checks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/getting-started-with-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/getting-started-with-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/creating-a-github-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/webhooks-and-events/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/webhooks-and-events/events"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-an-email-address-to-your-github-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/issues"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/finding-security-vulnerabilities-and-errors-in-your-code","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/managing-github-apps/making-a-github-app-public-or-private","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/creating-a-github-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/working-with-advanced-formatting"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/working-with-advanced-formatting"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/working-with-advanced-formatting"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/working-with-advanced-formatting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/about-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-teams"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-teams"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-teams"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/about-teams","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-oauth-apps/creating-an-oauth-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/building-oauth-apps/creating-an-oauth-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-oauth-apps/scopes-for-oauth-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/building-github-apps/rate-limits-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/duplicating-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/duplicating-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/duplicating-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/creating-and-managing-repositories/duplicating-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/duplicating-a-repository"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/github-marketplace-transactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/github-marketplace/viewing-metrics-for-your-listing"} +{"url":"https://docs.github.com/enterprise-server@3.4/packages/learn-github-packages/introduction-to-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/packages/learn-github-packages/about-github-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/getting-started-with-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/getting-started-with-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/using-environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/contexts"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/autolinked-references-and-urls"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/autolinked-references-and-urls"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/autolinked-references-and-urls"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/autolinked-references-and-urls"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-packages-with-github-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search-topics-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search"} +{"url":"https://docs.github.com/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/building-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/guides"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/apps/managing-github-apps/making-a-github-app-public-or-private/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/apps/installing-github-apps"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/configuring-and-managing-workflows/about-service-containers","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/github-ae@latest/graphql/overview/changelog","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/overview/changelog"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/deployment/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/workflow-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/issues/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/what-is-my-disk-quota/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/access-permissions-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/access-permissions-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/access-permissions-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/get-started/learning-about-github/access-permissions-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/access-permissions-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages/publishing-nodejs-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/differences-between-github-apps-and-oauth-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/guides"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secure-coding/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/issues"} +{"url":"https://docs.github.com/cn/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/support/learning-about-github-support"} +{"url":"https://docs.github.com/ja/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/support/learning-about-github-support"} +{"url":"https://docs.github.com/es/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/support/learning-about-github-support"} +{"url":"https://docs.github.com/pt/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/support/learning-about-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-your-first-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/getting-started-with-apps/about-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps"} +{"url":"https://docs.github.com/cn/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/ja/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/es/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/pt/support/contacting-github-support/viewing-and-updating-support-tickets","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/create-reaction-for-an-issue-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/ja/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/es/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/pt/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/list-reactions-for-a-team-discussion-comment-legacy-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/deployments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/deployments"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-packages-with-github-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-swift"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/overview/media-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/v3/media/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-github-advanced-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-github-advanced-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-github-advanced-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/learning-about-github/about-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-github-advanced-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-integrations/setting-up-and-registering-github-apps/about-authentication-options-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/search","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/search"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/comparing-releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/comparing-releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/comparing-releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/releasing-projects-on-github/comparing-releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/comparing-releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-merge-conflicts"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-merge-conflicts"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-merge-conflicts"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/emojis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/emojis"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/packages/learn-github-packages/viewing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages"} +{"url":"https://docs.github.com/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/configuring-packages-support-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/filtering-pull-requests-by-review-status","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/using-a-custom-domain-with-github-pages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages"} +{"url":"https://docs.github.com/cn/github-ae@latest/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support"} +{"url":"https://docs.github.com/ja/github-ae@latest/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support"} +{"url":"https://docs.github.com/es/github-ae@latest/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support"} +{"url":"https://docs.github.com/pt/github-ae@latest/support/learning-about-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/delete-a-reaction-legacy-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/github-ae@latest/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support"} +{"url":"https://docs.github.com/ja/github-ae@latest/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support"} +{"url":"https://docs.github.com/es/github-ae@latest/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support"} +{"url":"https://docs.github.com/pt/github-ae@latest/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/refreshing-user-to-server-access-tokens"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/licenses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/licenses"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/using-submodules-with-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support"} +{"url":"https://docs.github.com/ja/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support"} +{"url":"https://docs.github.com/es/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support"} +{"url":"https://docs.github.com/pt/support/contacting-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/support/contacting-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/searching-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/building-oauth-apps/creating-an-oauth-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-pages"} +{"url":"https://docs.github.com/enterprise-server@3.5/get-started/using-git/about-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-git-rebase"} +{"url":"https://docs.github.com/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-pages-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/ja/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/es/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/pt/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/apps/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/apps/guides"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/associating-text-editors-with-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-git-rebase"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/using-git-rebase","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-git-rebase"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/webhooks-and-events/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/customizing-how-changed-files-appear-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/collaborators"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/gitignore","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/gitignore"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/delete-a-release-reaction-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/reference/create-a-github-ae-pages-site-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/quickstart","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/saving-repositories-with-stars","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/promoting-or-demoting-a-site-administrator","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/about-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/ja/github-ae@latest/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/es/github-ae@latest/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/pt/github-ae@latest/support/contacting-github-support/creating-a-support-ticket","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-github-pages-site","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-pages"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-github-pages-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/enterprise-server@3.1/pages/getting-started-with-github-pages/about-github-pages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-pages"} +{"url":"https://docs.github.com/cn/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/ja/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/es/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/pt/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-a-hostname","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-a-hostname","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/fork-a-repo","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-team","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/about-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/packages/configuring-package-ecosystem-support-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages/configuring-packages-support-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-whether-users-in-your-organization-have-2fa-enabled"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/events"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/pinning-repositories-to-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://github.com/github/docs/edit/main/content/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing.md","state":"SKIPPED","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/packages/learn-github-packages/viewing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/manage-packages/viewing-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/authenticating-to-github/error-unknown-key-type","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/create-reaction-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/building-github-apps/rate-limits-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/apps/rate-limits-for-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/webhooks/creating","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/actions/security-guides/automatic-token-authentication","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/automatic-token-authentication"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/configuring-autolinks-to-reference-external-resources","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/pulls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/pulls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/creating-and-managing-repositories/duplicating-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/duplicating-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/repos","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/repos/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-workflows/about-workflows","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/about-workflows"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/commits"} +{"url":"https://docs.github.com/cn/rest/dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/dependency-graph"} +{"url":"https://docs.github.com/ja/rest/dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/dependency-graph"} +{"url":"https://docs.github.com/es/rest/dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/dependency-graph"} +{"url":"https://docs.github.com/pt/rest/dependency-graph","state":"SKIPPED","parent":"https://docs.github.com/en/rest/reference/dependency-graph"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-github-apps/creating-github-apps-from-a-manifest/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/rate-limit"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/enterprise-server@3.2/packages/learn-github-packages/viewing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/releasing-projects-on-github/managing-releases-in-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/creating-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/language-and-framework-guides/building-and-testing-java-with-maven","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/guides/publishing-java-packages-with-maven"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/managing-github-apps/installing-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/installing-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/apps/building-integrations/setting-up-and-registering-github-apps/about-authentication-options-for-github-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-a-branch-protection-rule","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/about-merge-conflicts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-merge-conflicts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-your-primary-email-address"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-your-primary-email-address"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-your-primary-email-address"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-your-primary-email-address"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://docs.github.com/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/saving-repositories-with-stars"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/saving-repositories-with-stars"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/saving-repositories-with-stars"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/exploring-projects-on-github/saving-repositories-with-stars","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/saving-repositories-with-stars"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/teams"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/webhooks/creating","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-github-pages-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-commit-signature-verification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-commit-signature-verification"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-commit-signature-verification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/managing-commit-signature-verification/about-commit-signature-verification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-commit-signature-verification"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/types-of-github-accounts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/create-reaction-for-a-team-discussion-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/github-ae@latest/actions/publishing-packages/publishing-docker-images","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/getting-started-with-apps/activating-optional-features-for-apps","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/apps/activating-optional-features-for-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github-cli/github-cli/using-github-cli-extensions"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/setting-repository-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/about-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/learning-about-github/about-github-advanced-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-github-advanced-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/disabling-issues"} +{"url":"https://docs.github.com/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/support/contacting-github-support/viewing-and-updating-support-tickets","status":200,"state":"OK","parent":"https://docs.github.com/en/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/getting-started-with-github-pages/about-github-pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-merge-conflicts"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-github-pages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-content-to-your-github-pages-site-using-jekyll"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-workflows","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/configuring-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/adding-a-theme-to-your-github-pages-site-using-jekyll"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/configuring-a-publishing-source-for-your-github-pages-site"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.1/get-started/learning-about-github/access-permissions-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/access-permissions-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/testing-your-github-pages-site-locally-with-jekyll"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/checking-out-pull-requests-locally","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.microsoft.com/en-US/azure/cost-management-billing/manage/troubleshoot-sign-in-issue","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-highlighting-code-blocks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/apps/guides"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-deleting-branches-within-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/enabling-subdomain-isolation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-the-automatic-deletion-of-branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/using-git/about-git-rebase","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/getting-started-with-github/about-git-rebase"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-pull-request-merges"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-pull-request-merges"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-pull-request-merges"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-pull-request-merges"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/actions/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/setting-up-your-development-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-an-organization-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-an-organization-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-an-organization-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/deleting-an-organization-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-an-organization-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/autolinked-references-and-urls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/repositories/releasing-projects-on-github/automatically-generated-release-notes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-yourself-from-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-ssh"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-ssh"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-ssh"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/about-ssh","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/enabling-subdomain-isolation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/adding-an-email-address-to-your-github-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/closing-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/closing-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/closing-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/closing-a-project-board"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/creating-a-personal-access-token-for-the-command-line","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/about-apps"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/enabling-subdomain-isolation"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/checking-out-pull-requests-locally","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/creating-a-github-pages-site","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-github-pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.1/packages/learn-github-packages/viewing-packages","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/packages/manage-packages/viewing-packages"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/webhooks-and-events/webhooks/webhook-events-and-payloads","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/developers/webhooks-and-events/webhook-events-and-payloads"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-organization-members-from-a-team"} +{"url":"https://docs.github.com/enterprise-cloud@latest/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/billing/managing-licensing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-an-internal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/working-with-forks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/configuring-pull-request-merges","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/tracking-changes-in-a-file","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/github-ae@latest/support/contacting-github-support/creating-a-support-ticket","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/support/contacting-github-support/creating-a-support-ticket","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-a-saved-reply"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-a-saved-reply"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-a-saved-reply"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-code"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-organization-settings","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/quickstart/communicating-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/about-duplicate-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-your-work-on-github/about-issues"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/defining-the-mergeability-of-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reopening-a-closed-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/writing-on-github/working-with-advanced-formatting","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/working-with-advanced-formatting"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/support/learning-about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/support/learning-about-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-automation-for-project-boards"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-repository-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/about-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/about-teams"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/support/contacting-github-support/viewing-and-updating-support-tickets","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/support/contacting-github-support/viewing-and-updating-support-tickets"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/setting-repository-visibility"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/get-started/learning-about-github/access-permissions-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/access-permissions-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-ldap"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github/searching-commits","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-commits"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/support/contacting-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/support/contacting-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/creating-and-managing-repositories/duplicating-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/duplicating-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/learning-about-github/about-github-advanced-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/about-github-advanced-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-contributions-on-your-profile"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/subversion-properties-supported-by-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/searching-on-github/searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-merge-conflicts"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-automation-for-project-boards"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-automation-for-project-boards"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-automation-for-project-boards"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github/searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/searching-issues-and-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/hosting-your-own-runners/about-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/writing-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/releasing-projects-on-github/comparing-releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/comparing-releases"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/support/learning-about-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/support/learning-about-github-support"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/project-board-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/support/contacting-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/configuration/configuring-network-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/configuration/configuring-network-settings"} +{"url":"https://docs.github.com/cn/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/ja/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/es/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/pt/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/command-line-utilities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/command-line-utilities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-email-preferences"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-email-preferences"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-email-preferences"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-email-preferences"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-pull-request-from-a-fork"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-email-preferences"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-email-preferences"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-email-preferences"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-email-preferences"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/getting-started-with-searching-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.microsoft.com/azure/azure-portal/supportability/how-to-create-azure-support-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/versioning-large-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-commit-rebasing-for-pull-requests"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/searching-on-github/searching-topics","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/customizing-how-changed-files-appear-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/troubleshooting-commit-signature-verification","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-commit-signature-verification"} +{"url":"https://docs.github.com/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/searching-on-github/searching-in-forks","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-in-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/set-up-git","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-access-to-your-user-account-s-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/github-ae@latest/organizations/organizing-members-into-teams/about-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/about-teams"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/en/github/site-policy/github-and-trade-controls","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-organization-settings/deleting-an-organization-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-an-organization-account"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/troubleshooting-ssh","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/authenticating-to-github/reviewing-your-ssh-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-ssh"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.3/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github/searching-wikis","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/en/github/building-a-strong-community/adding-a-license-to-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-issues"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/github-ae@latest/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/autolinked-references-and-urls"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/customizing-dependency-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/customizing-dependency-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/customizing-dependency-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/customizing-dependency-updates"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-permissions-for-deleting-or-transferring-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/creating-cloning-and-archiving-repositories/licensing-a-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/restricting-repository-visibility-changes-in-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/repository-permission-levels-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-profile/personalizing-your-profile","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/quickstart/communicating-on-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-repository-management-policies-in-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-users"} +{"url":"https://support.microsoft.com/en-us/supportrequestform/84faec50-2cbc-9b8a-6dc1-9dc40bf69178","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://github.com/contact/dmca-notice","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/setting-up-your-project-for-healthy-contributions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-for-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://portal.azure.us/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/support/contacting-github-support/creating-a-support-ticket"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/deleting-an-organization-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/deleting-an-organization-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reopening-a-closed-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/rest/dependency-graph","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/rest/reference/dependency-graph"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/changing-your-primary-email-address"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/saving-repositories-with-stars"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/moderating-comments-and-conversations/managing-disruptive-comments"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policy-with-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/filtering-pull-requests-by-review-status","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/overview/media-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/media-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/managing-commit-signature-verification/about-commit-signature-verification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-commit-signature-verification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github/searching-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/using-git/getting-changes-from-a-remote-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/github/managing-your-work-on-github/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/policies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/policies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-two-factor-authentication-recovery-methods"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/configuring-pull-request-merges"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-access-to-a-project-board-for-organization-members","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/authentication/connecting-to-github-with-ssh/about-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/creating-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/removing-yourself-from-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/about-readmes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/about-readmes"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/about-readmes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/about-readmes"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/exploring-projects-on-github/saving-repositories-with-stars","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/saving-repositories-with-stars"} +{"url":"https://docs.github.com/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/packages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-user-owned-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/publicizing-or-hiding-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/closing-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-milestones"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-milestones"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-milestones"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/about-milestones","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/cn/github-ae@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/ja/github-ae@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/es/github-ae@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.github.com/pt/github-ae@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/identity-and-access-management/using-built-in-authentication"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/showing-an-overview-of-your-activity-on-your-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/using-saved-replies"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/using-saved-replies"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/using-saved-replies"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/using-saved-replies"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/removing-organization-members-from-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/removing-organization-members-from-a-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-the-display-of-member-names-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/archiving-cards-on-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-security-log"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-security-log"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-security-log"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-new-organization-from-scratch"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/managing-your-work-on-github/about-issues"} +{"url":"https://docs.github.com/github-ae@latest/graphql/reference/objects","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/graphql/reference/objects"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gitignore"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gitignore"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gitignore"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/gitignore","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gitignore"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/repository-metrics"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/repository-metrics"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/repository-metrics"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/metrics","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/repository-metrics"} +{"url":"https://docs.github.com/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/branches"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/branches"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/branches"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/branches","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/search"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/search"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/search"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/search","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/search"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/reactions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/reactions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/reactions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/reactions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/archiving-a-github-repository/backing-up-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/re-running-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/re-running-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/re-running-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-workflow-runs/re-running-workflows-and-jobs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/re-running-a-workflow"} +{"url":"https://docs.github.com/github-ae@latest/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-collaborative-development-models"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-collaborative-development-models"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-collaborative-development-models"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-collaborative-development-models"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/troubleshooting-commits-on-your-timeline"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/searching-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/searching-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/searching-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github/searching-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/searching-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/github-ae@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/customizing-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/listing-dependencies-configured-for-version-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/customizing-dependency-updates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/deleting-a-saved-reply"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/quickstart/communicating-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github/searching-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-code"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-email-preferences"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/managing-your-work-on-github/about-issues"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.5/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/subversion-properties-supported-by-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/importing-your-projects-to-github/importing-source-code-to-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/communities/documenting-your-project-with-wikis/editing-wiki-content"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-issues"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/search-github/getting-started-with-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/project-board-permissions-for-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/getting-started-with-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/managing-email-preferences"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/searching-on-github/finding-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/about-issues"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/get-started/using-git/getting-changes-from-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://github.com/github/docs/edit/main/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/adding-labels-to-issues"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/adding-labels-to-issues"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/adding-labels-to-issues"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/adding-labels-to-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/reopening-a-closed-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/searching-on-github/searching-topics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/about-automation-for-project-boards"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policy-with-pre-receive-hooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/developer-workflow/using-pre-receive-hooks-to-enforce-policy"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/about-milestones","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-milestones"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/about-readmes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/finding-files-on-github"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-nodejs.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/archiving-cards-on-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/creating-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/creating-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/creating-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events/webhooks/creating-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/creating-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/about-issues"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-in-forks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account"} +{"url":"https://docs.github.com/cn/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/ja/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/es/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/pt/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","state":"SKIPPED","parent":"https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/searching-on-github/searching-in-forks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-in-forks"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-your-work-on-github/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/configuring-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/configuring-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/configuring-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/configuring-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/getting-started-with-searching-on-github/sorting-search-results"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github/searching-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/searching-on-github/searching-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/searching-on-github/searching-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/customizing-dependency-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/getting-started-with-searching-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://github.com/actions/starter-workflows/blob/main/deployments/azure-staticwebapp.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://github.com/actions/starter-workflows/blob/main/deployments/azure-webapps-python.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/searching-on-github/searching-wikis","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-wikis"} +{"url":"https://github.com/actions/starter-workflows/blob/main/deployments/azure-container-webapp.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-collaborative-development-models"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://github.com/Azure/static-web-apps-deploy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-security-log"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/making-a-private-repository-public","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-security-log"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/configuring-secret-scanning-for-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/re-running-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/troubleshooting-commits-on-your-timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/reactions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://github.com/actions/starter-workflows/blob/main/deployments/azure-webapps-php.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/search","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/search"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://github.com/actions/starter-workflows/blob/main/deployments/azure-webapps-java-jar.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://github.com/actions/starter-workflows/blob/main/deployments/azure-kubernetes-service.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://github.com/actions/starter-workflows/blob/main/deployments/azure-webapps-dotnet-core.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/about-readmes"} +{"url":"https://azure.microsoft.com/services/kubernetes-service/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.microsoft.com/azure/static-web-apps/deployment-token-management","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.microsoft.com/azure/static-web-apps/build-configuration?tabs=github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/rest/reference/issues/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/reactions"} +{"url":"https://docs.microsoft.com/azure/static-web-apps/get-started-portal","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/archiving-cards-on-a-project-board"} +{"url":"https://github.com/github/docs/edit/main/content/actions/automating-builds-and-tests/building-and-testing-python.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://github.com/Azure/aks-set-context","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://azure.microsoft.com/services/app-service/static/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://github.com/Azure/CLI","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://github.com/Azure/k8s-deploy","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/gitignore","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gitignore"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise"} +{"url":"https://github.com/Azure/k8s-bake","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/adding-labels-to-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-pull-request-template-for-your-repository"} +{"url":"https://docs.github.com/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/customizing-your-repositorys-social-media-preview"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-security-log"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/filtering-issues-and-pull-requests-by-milestone","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/filtering-issues-and-pull-requests-by-milestone"} +{"url":"https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/writing-on-github/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/issues/using-labels-and-milestones-to-track-work/about-milestones","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-milestones"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/get-started/writing-on-github/working-with-saved-replies/using-saved-replies","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/using-saved-replies"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/getting-started-with-the-rest-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides/getting-started-with-the-rest-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/metrics","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/repository-metrics"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/archiving-a-github-repository/backing-up-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository/backing-up-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/search","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/search"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/reactions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/branches","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/branches"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-workflow-runs/re-running-workflows-and-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/managing-workflow-runs/re-running-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/markdown","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/markdown"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/troubleshooting-commits-on-your-timeline"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/about-collaborative-development-models"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github/searching-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/searching-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/actions/workflow-jobs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/workflow-jobs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://www.python.org/about/gettingstarted/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/activity/feeds","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/feeds"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/issues/timeline","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/timeline"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/orgs/outside-collaborators","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/outside-collaborators"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/apps/webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/apps/webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/git","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://pypi.org/project/pip/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/branches/branch-protection","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/branches/branch-protection"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/meta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/meta"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/git/refs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/git/refs"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://pip.pypa.io/en/stable/cli/pip_install/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/activity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/activity"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://cobertura.github.io/cobertura/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-merge-conflicts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-a-merge-conflict-using-the-command-line"} +{"url":"https://docs.github.com/en/github/site-policy/github-data-protection-addendum","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/creating-teams/"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/creating-teams/"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/creating-teams/"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/creating-teams/"} +{"url":"https://github.com/actions/starter-workflows/blob/main/ci/python-package.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/en/github/site-policy/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/webhooks-and-events/webhooks/creating-webhooks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/creating-webhooks"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-the-automatic-deletion-of-branches","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-deleting-branches-within-your-repository"} +{"url":"https://junit.org/junit5/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/contexts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.microsoft.com/azure/aks/kubernetes-walkthrough-portal","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/enterprise-admin/scim","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/scim"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise"} +{"url":"https://github.com/marketplace/actions/setup-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/types-of-github-accounts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/access-permissions-on-github"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://github.com/actions/python-versions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/searching-on-github","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events/webhooks/creating-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/creating-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/learn-github-actions/usage-limits-billing-and-administration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"http://flake8.pycqa.org/en/latest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/licenses","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/licenses"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/language-and-framework-guides/building-and-testing-java-with-gradle"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/configuring-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/enterprise-admin/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/orgs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/migrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/migrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/orgs/members","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs/members"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://github.com/actions/starter-workflows/blob/main/ci/python-publish.yml","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/github-event-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/github-event-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/github-event-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/developers/webhooks-and-events/events/github-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/github-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/enterprise-admin/global-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/global-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/viewing-job-execution-time"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/viewing-job-execution-time"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/viewing-job-execution-time"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/viewing-job-execution-time"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/dependabot"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/dependabot"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/dependabot"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/dependabot"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/releases"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/releases"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/releases"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/releases","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/releases"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.5/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.5/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.5/rest/overview/other-authentication-methods"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/overview/other-authentication-methods","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.5/rest/overview/other-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-integrations"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-integrations"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-integrations"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/projects/columns","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/projects/columns"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/enterprise-admin/admin-stats","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/admin-stats"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-account"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-account"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-account"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-account"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/advanced-guides/storing-workflow-data-as-artifacts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-files/deleting-files-in-a-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://pypi.org/help/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/cn/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/ja/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/es/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/pt/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/categories/visualizing-repository-data-with-graphs"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/categories/visualizing-repository-data-with-graphs"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/categories/visualizing-repository-data-with-graphs"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/categories/visualizing-repository-data-with-graphs"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/rate-limit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/rate-limit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-authorized-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/repos/autolinks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/autolinks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-webhooks"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-webhooks"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-webhooks"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-webhooks"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/webhooks/repo-config","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/webhooks/repo-config"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/enterprise-admin/license","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/license"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/orgs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/orgs"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-code"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-code"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-code"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/searching-on-github/searching-code","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-code"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/https-cloning-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/https-cloning-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/https-cloning-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/https-cloning-errors"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-we-re-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-we-re-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-we-re-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-we-re-doing-an-ssh-key-audit"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleted-or-missing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleted-or-missing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleted-or-missing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleted-or-missing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage"} +{"url":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/troubleshooting-required-status-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/about-protected-branches"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":200,"state":"OK","parent":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap"} +{"url":"https://docs.github.com/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/searching-on-github/searching-topics","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-topics"} +{"url":"https://docs.github.com/enterprise-server@3.3/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/articles/manually-creating-a-single-issue-template-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/project-board-permissions-for-an-organization"} +{"url":"https://docs.github.com/enterprise-server@3.3/search-github/searching-on-github/searching-wikis","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/search-github/searching-on-github/searching-wikis"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/activity/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/activity/events"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces"} +{"url":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/configuring-code-scanning"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/en/github-ae@latest/github/getting-started-with-github/keyboard-shortcuts","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/categories/getting-started-with-github"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/creating-teams","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap"} +{"url":"https://docs.github.com/enterprise-server@3.2/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/requesting-to-add-a-child-team"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/secret-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/secret-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/creating-teams/"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/github/managing-your-work-on-github/tracking-progress-on-your-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/about-automation-for-project-boards"} +{"url":"https://tox.readthedocs.io/en/latest/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-17316/images/enterprise/github-ae/repository/security-and-analysis-security-alerts-save-changes-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/assets/cb-25210/images/enterprise/github-ae/repository/enable-ghas-secret-scanning-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-21586/images/enterprise/github-ae/repository/security-and-analysis-security-alerts-person-or-team-search-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-profile-picture","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/reviewing-your-security-log"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/using-search-to-filter-issues-and-pull-requests","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/guides/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-29015/images/enterprise/github-ae/repository/security-and-analysis-security-alerts-username-x-ghae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/user-management/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github/authenticating-to-github/about-anonymized-urls","status":200,"state":"OK","parent":"https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/about-enterprise-configuration"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/getting-started-with-writing-and-formatting-on-github"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap","status":403,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.3/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-ldap"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/guides"} +{"url":"https://docs.github.com/enterprise-server@3.4/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/using-github-hosted-runners/about-github-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/users/gpg-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/users/gpg-keys"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/overview/about-github-premium-support-for-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-organizations-in-your-enterprise/creating-teams","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/creating-teams/"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-authorized-applications-oauth","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/overview-of-github-advanced-security-deployment"} +{"url":"https://docs.github.com/enterprise-server@3.1/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/setting-your-commit-email-address-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/editing-files-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/administering-a-repository/viewing-branches-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-and-deleting-branches-within-your-repository"} +{"url":"https://docs.github.com/en/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/enterprise-server@3.1/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-a-collaborator-from-a-personal-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/changing-project-board-visibility","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/permission-levels-for-user-owned-project-boards"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-support/about-github-premium-support-for-github-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/webhooks-and-events/events/github-event-types","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/github-event-types"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/reviewing-proposed-changes-in-a-pull-request"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://pypy.org/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys"} +{"url":"https://docs.github.com/ja/github-ae@latest/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys"} +{"url":"https://docs.github.com/es/github-ae@latest/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys"} +{"url":"https://docs.github.com/pt/github-ae@latest/developers/overview/managing-deploy-keys","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys"} +{"url":"https://docs.github.com/enterprise-server@3.3/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-to-a-new-location-using-the-command-line","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-to-a-new-location"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-github-connect/managing-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/learn-github-actions/usage-limits-billing-and-administration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/viewing-all-of-your-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/using-environments-for-deployment"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/using-environments-for-deployment"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/using-environments-for-deployment"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/targeting-different-environments/using-environments-for-deployment","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/using-environments-for-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/git","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.4/rest/reference/git"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/git","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.4/rest/reference/git"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/git","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.4/rest/reference/git"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/git","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.4/rest/reference/git"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/using-git/getting-changes-from-a-remote-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode"} +{"url":"https://docs.github.com/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing","status":200,"state":"OK","parent":"https://docs.github.com/en/free-pro-team@latest/github/site-policy-deprecated/github-supplemental-terms-for-microsoft-volume-licensing"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/viewing-activity-and-data-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/categories/visualizing-repository-data-with-graphs"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/users","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.4/rest/reference/users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/users","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.4/rest/reference/users"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/users","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.4/rest/reference/users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/users","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.4/rest/reference/users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/forking-and-cloning-gists"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/forking-and-cloning-gists"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/forking-and-cloning-gists"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/forking-and-cloning-gists"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/get-started/quickstart/git-and-github-learning-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/overview/other-authentication-methods","status":403,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.5/rest/overview/other-authentication-methods"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/issues/labels","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/labels"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/viewing-job-execution-time"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-nodejs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/releases","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/releases"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-files/deleting-files-in-a-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-files-in-a-repository/deleting-files-in-a-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/webhooks-and-events/events/github-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/developers/webhooks-and-events/github-event-types"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-integrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/overview-of-github-advanced-security-deployment"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/actions/self-hosted-runner-groups","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/actions/self-hosted-runner-groups"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/collaborating-with-groups-in-organizations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-a-new-organization-account"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/working-with-files/managing-files/moving-a-file-to-a-new-location","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/moving-a-file-to-a-new-location"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/using-containerized-services/creating-redis-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/pages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/pages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue","status":404,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/about-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-webhooks"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/managing-github-connect"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/repos/contents","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/repos/contents"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/https-cloning-errors"} +{"url":"https://docs.github.com/enterprise-server@3.2/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reviewing-your-authorized-integrations"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/deleted-or-missing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/deleted-or-missing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/articles/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/searching-on-github/searching-code","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/searching-for-information-on-github/searching-code"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/github/creating-cloning-and-archiving-repositories/https-cloning-errors"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/using-github-hosted-runners/about-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/organizations/organizing-members-into-teams/requesting-to-add-a-child-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/requesting-to-add-a-child-team"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/archiving-a-github-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/archiving-a-github-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/archiving-a-github-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/repositories/archiving-a-github-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/archiving-a-github-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/preventing-unauthorized-access"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/preventing-unauthorized-access"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/preventing-unauthorized-access"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-github-connect/managing-github-connect","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/creating-a-github-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/repositories/working-with-files/using-files/getting-permanent-links-to-files","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/withdrawing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/signing-up-for-github"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/signing-up-for-github"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/signing-up-for-github"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/signing-up-for-github","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/signing-up-for-github"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/developers/apps/rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/using-environments-for-deployment"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/setting-your-commit-email-address-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-nodejs-or-python"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-nodejs-or-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-java-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/creating-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/environment-variables"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/environment-variables"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/environment-variables"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/environment-variables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/viewing-deployment-history"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/viewing-deployment-history"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/viewing-deployment-history"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/viewing-deployment-history"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/adding-labels-to-issues"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/adding-labels-to-issues"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/adding-labels-to-issues"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/adding-labels-to-issues"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/learn-github-actions/contexts","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/using-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/dependabot"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/dependabot"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/dependabot"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/rest/dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/updating-credentials-from-the-macos-keychain"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/using-git/getting-changes-from-a-remote-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/assets/cb-24433/images/enterprise/3.0/code-scanning-predefined-filters.png","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/using-github-hosted-runners/about-github-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/using-git/getting-changes-from-a-remote-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/getting-changes-from-a-remote-repository"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/transferring-an-issue-to-another-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/developers/overview/managing-deploy-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/quickstart/git-and-github-learning-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart/git-and-github-learning-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/overview/endpoints-available-for-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/overview/endpoints-available-for-github-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/git","status":403,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.4/rest/reference/git"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/targeting-different-environments/using-environments-for-deployment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/using-environments-for-deployment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/managing-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/forking-and-cloning-gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/github/automating-your-workflow-with-github-actions/using-environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/guides/using-ssh-agent-forwarding","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/learn-github-actions/usage-limits-billing-and-administration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/reference/usage-limits-billing-and-administration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/customizing-your-github-workflow/exploring-integrations/about-integrations","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/about-integrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/forking-and-cloning-gists"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/repository-security-advisories/publishing-a-repository-security-advisory?learn=security_advisories&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/enterprise-server@3.5/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/developers/overview/managing-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/guides/managing-deploy-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/github/managing-large-files/installing-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/authentication/troubleshooting-commit-signature-verification/using-a-verified-email-address-in-your-gpg-key","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/using-a-verified-email-address-in-your-gpg-key"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/quickstart/git-and-github-learning-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/updating-commit-author-attribution-with-github-importer","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/updating-commit-author-attribution-with-github-importer"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/users","status":403,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.4/rest/reference/users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-permanent-link-to-a-code-snippet","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/enterprise-server@3.2/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/getting-permanent-links-to-files"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/viewing-whether-users-in-your-organization-have-2fa-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/github/authenticating-to-github/reviewing-your-security-log","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/using-environment-variables"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/using-environment-variables"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/using-environment-variables"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/learn-github-actions/environment-variables","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/using-environment-variables"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/learn-github-actions/environment-variables","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/environment-variables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-up-a-trial-of-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/viewing-deployment-history"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/viewing-deployment-history"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/viewing-deployment-history"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/managing-your-deployments/viewing-deployment-history","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/viewing-deployment-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-file-in-your-repository-to-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/importing-a-git-repository-using-the-command-line"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-your-commit-email-address-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/reviewing-your-deploy-keys","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.4/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/working-with-files/managing-large-files/resolving-git-large-file-storage-upload-failures","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/resolving-git-large-file-storage-upload-failures"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/apps/managing-github-apps/modifying-a-github-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/preventing-unauthorized-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/archiving-a-github-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/archiving-a-github-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/repositories/working-with-files/using-files/getting-permanent-links-to-files","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/authentication/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/checking-your-commit-and-tag-signature-verification-status"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/about-integration-with-code-scanning","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/reviewing-the-audit-log-for-your-organization/","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/requiring-two-factor-authentication-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/learn-github-actions/contexts","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/reference/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-containerized-services/creating-postgresql-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/viewing-people-s-roles-in-an-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/signing-up-for-github","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/signing-up-for-github"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-nodejs-or-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/learn-github-actions/contexts","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/context-and-expression-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-java-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/deployment/managing-your-deployments/viewing-deployment-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/developers/overview/viewing-deployment-history"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/learn-github-actions/environment-variables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/reference/environment-variables"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-up-a-trial-of-github-enterprise-cloud"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/rest/dependabot","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/rest/reference/dependabot"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/getting-started-with-github/updating-credentials-from-the-macos-keychain"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app-from-a-manifest","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/apps/building-github-apps/creating-github-apps-from-a-manifest/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/using-github-hosted-runners/about-github-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/reference/specifications-for-github-hosted-runners/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/language-and-framework-guides/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/guides/managing-deploy-keys/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/articles/preventing-unauthorized-access"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/learn-github-actions/environment-variables","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/using-environment-variables"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-ant"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/development-tools-for-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/development-tools-for-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/development-tools-for-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/workflow-commands-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/development-tools-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/reference/workflow-commands-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/using-environment-variables"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-amazon-elastic-container-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-containerized-services/creating-postgresql-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/managing-issues-and-pull-requests/adding-labels-to-issues","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/adding-labels-to-issues"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/pinning-an-issue-to-your-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/introduction-to-github-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/introduction-to-github-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/introduction-to-github-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/introduction-to-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically"} +{"url":"https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically"} +{"url":"https://docs.github.com/es/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically"} +{"url":"https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/guides/building-and-testing-java-with-maven"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/guides/building-a-ci-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/guides/building-a-ci-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/guides/building-a-ci-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/guides/building-a-ci-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-team-in-your-organization-s-hierarchy"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-team-in-your-organization-s-hierarchy"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-team-in-your-organization-s-hierarchy"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-team-in-your-organization-s-hierarchy"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-a-person-s-role-to-owner"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/developers/apps/guides/creating-ci-tests-with-the-checks-api","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/learn-github-actions/environment-variables","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/configuring-and-managing-workflows/using-environment-variables"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-maven","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-maven"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/initiating-a-failover-to-your-replica-cluster"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/categories/getting-started-with-github","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/getting-started-with-github/quickstart/git-and-github-learning-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/archiving-a-github-repository","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/getting-permanent-links-to-files"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/viewing-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/issues/events","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/issues/events"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/managing-your-deployments/viewing-deployment-history","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/developers/overview/viewing-deployment-history"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-workflows/workflow-commands-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/development-tools-for-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/guides/building-and-testing-java-with-ant"} +{"url":"https://docs.github.com/cn/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/categories/collaborating-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/categories/collaborating-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/categories/collaborating-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/categories/collaborating-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-containerized-services/creating-postgresql-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/security-overview/about-the-security-overview?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/dependabot/dependabot-alerts/about-dependabot-alerts?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/ja/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/es/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/pt/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-access-to-your-organization-s-repositories"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-access-to-your-organization-s-repositories"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-access-to-your-organization-s-repositories"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-access-to-your-organization-s-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-git-large-file-storage"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-git-large-file-storage"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-git-large-file-storage"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/about-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/installing-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/installing-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/installing-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/installing-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/validating-your-domain-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/increasing-storage-capacity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/increasing-storage-capacity"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/increasing-storage-capacity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/increasing-storage-capacity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/auditing-ssh-keys"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/auditing-ssh-keys"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/auditing-ssh-keys"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/auditing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/identity-and-access-management","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/about-clustering"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/about-clustering"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/about-clustering"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-clustering","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/about-clustering"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/metadata-syntax-for-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/create-reaction-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/delete-a-reaction-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/list-reactions-for-a-team-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-nodejs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/delete-team-discussion-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/list-reactions-for-an-issue-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/delete-a-commit-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/create-reaction-for-a-team-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/increasing-cpu-or-memory-resources"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/clustering/upgrading-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-repositories/"} +{"url":"https://docs.github.com/ja/github-ae@latest/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-repositories/"} +{"url":"https://docs.github.com/es/github-ae@latest/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-repositories/"} +{"url":"https://docs.github.com/pt/github-ae@latest/search-github/searching-on-github/searching-for-repositories","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-repositories/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/list-reactions-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/list-reactions-for-a-commit-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-powershell?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/create-reaction-for-a-commit-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/delete-an-issue-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/delete-team-discussion-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/list-reactions-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/visualizing-repository-data-with-graphs/about-repository-graphs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/visualizing-repository-data-with-graphs/about-repository-graphs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/visualizing-repository-data-with-graphs/about-repository-graphs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/visualizing-repository-data-with-graphs/about-repository-graphs"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/create-reaction-for-a-team-discussion-comment-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.1/rest/overview/api-previews"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.1/rest/overview/api-previews"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.1/rest/overview/api-previews"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/rest/overview/api-previews","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.1/rest/overview/api-previews"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/list-reactions-for-a-team-discussion-comment-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/delete-a-pull-request-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/list-reactions-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/issue-event-types"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/issue-event-types"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/issue-event-types"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/developers/webhooks-and-events/events/issue-event-types","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/issue-event-types"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/create-reaction-for-a-team-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/delete-an-issue-comment-reaction-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/list-reactions-for-a-team-discussion-legacy-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/create-reaction-for-an-issue-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-team-creation-permissions-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/guides/building-a-ci-server"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/create-reaction-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/introduction-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/about-custom-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/github-ae@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/list-reactions-for-a-release-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/setting-your-commit-email-address-in-git","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-ssh-certificate-authorities"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/create-reaction-for-a-release-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/delete-a-release-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/metadata-syntax-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-maven?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/granting-access-to-your-organization-with-saml-single-sign-on/index.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-code?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-azure-app-service?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts?learn=end_to_end_supply_chain&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/moving-a-team-in-your-organization-s-hierarchy"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/rest/reference/create-reaction-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.2/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/workflow-commands-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/development-tools-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/learn-github-actions/understanding-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/about-cluster-nodes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/about-clustering"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/deployment/deploying-to-google-kubernetes-engine?learn=deploy_to_the_cloud&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/search-github/searching-on-github/searching-users","state":"SKIPPED","parent":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users-with-okta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users-with-okta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users-with-okta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users-with-okta","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/articles/about-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://github.com/github/docs/edit/main/content/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users-with-okta.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/create-reaction-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/about-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/categories/github-pages-basics","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/overview/api-previews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/introduction-to-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/dependabot-version-updates","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/list-reactions-for-a-team-discussion-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/rest/guides/building-a-ci-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/guides/building-a-ci-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/delete-team-discussion-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/github-ae@latest/github/creating-cloning-and-archiving-repositories/about-readmes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-repositories/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/managing-issues-and-pull-requests/scheduling-issue-creation","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/create-reaction-for-a-team-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/list-reactions-for-a-team-discussion-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/reinstating-a-former-member-of-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/delete-an-issue-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/delete-team-discussion-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/delete-an-issue-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/list-reactions-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/create-reaction-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/delete-a-commit-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/create-reaction-for-an-issue-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/delete-a-reaction-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/list-reactions-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/changing-a-person-s-role-to-owner"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/delete-a-pull-request-comment-reaction-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/create-reaction-for-a-team-discussion-comment-legacy-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/auditing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/list-reactions-for-a-team-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/create-reaction-for-a-team-discussion-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/github-ae@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/about-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/developers/apps/guides/creating-ci-tests-with-the-checks-api","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/apps/quickstart-guides/creating-ci-tests-with-the-checks-api"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/create-reaction-for-a-commit-comment-preview-notices","status":503,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/assets/cb-44142/images/help/enterprises/okta-emu-token.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://docs.github.com/assets/cb-4248/images/help/enterprises/okta-emu-to-app-menu.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://docs.github.com/assets/cb-66201/images/help/enterprises/okta-emu-provisioning-to-app.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/assets/cb-16720/images/help/enterprises/okta-emu-user-role.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/about-clustering"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-ssh-certificate-authorities","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/list-reactions-for-a-commit-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/create-reaction-for-an-issue-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/monitoring-your-github-enterprise-server-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/increasing-storage-capacity"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/moving-a-file-in-your-repository-to-git-large-file-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/increasing-storage-capacity"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/assets/cb-29970/images/help/enterprises/okta-emu-enterprise-name.png","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/about-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/migrating-from-the-codeql-runner-to-codeql-cli?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system?learn=code_security_ci&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/pull-requests/collaborating-with-pull-requests","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/categories/collaborating-with-issues-and-pull-requests"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/installation/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/code-scanning?learn=code_security_integration&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reference/code-scanning?learn=code_security_integration&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/about-clustering"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-topics","status":200,"state":"OK","parent":"https://docs.github.com/enterprise-server@3.1/rest/overview/api-previews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-access-to-your-organization-s-repositories"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-repository"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/auditing-ssh-keys"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/search-github/searching-on-github/searching-for-repositories","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-repositories/"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-project-board"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/managing-large-files/configuring-git-large-file-storage"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/importing-a-git-repository-using-the-command-line"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/working-with-files/managing-large-files/about-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/about-git-large-file-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/working-with-files/managing-large-files/installing-git-large-file-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/installing-git-large-file-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/searching-for-information-on-github/understanding-the-search-syntax"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/search-github/searching-on-github/searching-for-repositories","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/search-github/searching-on-github/searching-for-repositories/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/increasing-storage-capacity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/cluster-network-configuration"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-clustering/about-clustering","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/guides/clustering/about-clustering"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/identity-and-access-management","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-openstack-kvm"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users-with-okta","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-aws"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/clustering/upgrading-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/increasing-cpu-or-memory-resources"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-your-organizations-ssh-certificate-authorities"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/disabling-team-discussions-for-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/developers/webhooks-and-events/events/issue-event-types","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/visualizing-repository-data-with-graphs/about-repository-graphs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/pinning-an-issue-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/scheduling-issue-creation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/setting-team-creation-permissions-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/developers/webhooks-and-events/events/issue-event-types","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/developers/webhooks-and-events/issue-event-types"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/search-github/searching-on-github/searching-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/search-github/searching-on-github/searching-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/managing-an-individual-s-access-to-an-organization-project-board"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/rest/overview/api-previews","status":403,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/overview/api-previews"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/restricting-network-traffic-to-your-enterprise?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/initializing-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/development-tools-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-data-residency?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/configuring-scim-provisioning-for-enterprise-managed-users-with-okta","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-users-with-your-identity-provider/configuring-scim-provisioning-for-enterprise-managed-users-with-okta"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/creating-actions/about-custom-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/overview/about-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-continuous-integration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-continuous-integration"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-continuous-integration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/about-continuous-integration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-continuous-integration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/organizations/managing-peoples-access-to-your-organization-with-roles","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/articles/managing-peoples-access-to-your-organization-with-roles"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/scheduling-issue-creation"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/configuration/configuring-your-enterprise/deploying-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/network-ports"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-the-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/enterprise-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/enterprise-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/enterprise-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/support/contacting-github-support/providing-data-to-github-support","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/enterprise-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-dormant-users"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-dormant-users"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-dormant-users"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-dormant-users"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/monitoring-your-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/monitoring-your-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/monitoring-your-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/monitoring-your-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-cluster-nodes","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/about-cluster-nodes"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-collectd"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-collectd"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-collectd"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-collectd"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/creating-a-high-availability-replica"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/security-guides/security-hardening-for-github-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/security-hardening-for-github-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/ja/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/es/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/pt/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/ja/github-ae@latest/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/es/github-ae@latest/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/pt/github-ae@latest/rest/guides/building-a-ci-server","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/managing-bots-and-service-accounts-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-bots-and-service-accounts-with-saml-single-sign-on"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/managing-bots-and-service-accounts-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-bots-and-service-accounts-with-saml-single-sign-on"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/managing-bots-and-service-accounts-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-bots-and-service-accounts-with-saml-single-sign-on"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/managing-bots-and-service-accounts-with-saml-single-sign-on","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-bots-and-service-accounts-with-saml-single-sign-on"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/granting-access-to-your-organization-with-saml-single-sign-on/managing-bots-and-service-accounts-with-saml-single-sign-on.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-bots-and-service-accounts-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/increasing-storage-capacity"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/increasing-storage-capacity"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/increasing-storage-capacity"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/increasing-storage-capacity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-a-hostname?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/network-ports"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/using-github-enterprise-server-with-a-load-balancer","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-continuous-integration"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/about-continuous-integration","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-continuous-integration"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-an-outbound-web-proxy-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/network-ports"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-github-enterprise-server-for-high-availability"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-github-enterprise-server-for-high-availability"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-github-enterprise-server-for-high-availability"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-github-enterprise-server-for-high-availability"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/monitoring-using-snmp"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/monitoring-using-snmp"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/monitoring-using-snmp"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/monitoring-using-snmp"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/about-high-availability-configuration/"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/about-high-availability-configuration/"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/about-high-availability-configuration/"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/about-high-availability-configuration/"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/migrating-from-github-enterprise-1110x-to-2123"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/changing-team-visibility"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/changing-team-visibility"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/changing-team-visibility"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/organizing-members-into-teams/changing-team-visibility","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/changing-team-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/ja/github-ae@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/es/github-ae@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/pt/github-ae@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-backups-on-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/migrations/about-migrations"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/migrations/about-migrations"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/migrations/about-migrations"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/migrations/about-migrations"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-private-mode?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/about-licensing-for-github-advanced-security?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-subdomain-isolation?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/about-using-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/network-ports/"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/network-ports/"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/network-ports/"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-network-settings/network-ports","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/network-ports/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-collectd"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/connecting-your-identity-provider-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/connecting-your-identity-provider-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/connecting-your-identity-provider-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/connecting-your-identity-provider-to-your-organization","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-continuous-integration"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/about-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/github-ae@latest/actions/security-guides/security-hardening-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/security-hardening-for-github-actions"} +{"url":"https://github.com/github/docs/edit/main/content/organizations/managing-saml-single-sign-on-for-your-organization/connecting-your-identity-provider-to-your-organization.md","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/configuring-visibility-for-organization-membership"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/ja/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/es/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/pt/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/upgrade-requirements?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/about-custom-actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/clustering/upgrading-a-cluster","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-saml-for-enterprise-iam?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/authentication/using-saml?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/creating-a-docker-container-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/high-availability-for-github-actions?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-network-settings/network-ports","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/list-reactions-for-a-team-discussion-comment-legacy-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/rest/reference/list-reactions-for-a-pull-request-review-comment-preview-notices","status":404,"state":"BROKEN","parent":"https://docs.github.com/enterprise-server@3.1/rest/reference/reactions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/about-continuous-integration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-continuous-integration"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/site-admin-dashboard?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/rest/guides/building-a-ci-server","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/network-ports/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/about-webhooks","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/enabling-automatic-update-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/increasing-storage-capacity"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/network-ports"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/recommended-alert-thresholds","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-network-settings/network-ports","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/network-ports"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-dormant-users"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-the-github-enterprise-server-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/support/contacting-github-support/providing-data-to-github-support","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/enterprise-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance/configuring-collectd","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/configuring-collectd"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/about-high-availability-configuration?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/monitoring-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/monitoring-your-github-enterprise-server-appliance"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-network-settings/network-ports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/accessing-the-management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/creating-a-high-availability-replica"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/creating-a-javascript-action","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/security-hardening-for-github-actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/overview","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/github/administering-a-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/using-github-enterprise-server-with-a-load-balancer","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/about-high-availability-configuration/"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/granting-access-to-your-organization-with-saml-single-sign-on/managing-bots-and-service-accounts-with-saml-single-sign-on","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/managing-bots-and-service-accounts-with-saml-single-sign-on"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/using-containerized-services/creating-redis-service-containers","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/increasing-storage-capacity"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-ssh-add-illegal-option-k"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-ssh-add-illegal-option-k"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-ssh-add-illegal-option-k"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-ssh-add-illegal-option-k"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gists"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gists"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gists"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/rest/gists","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gists"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/migrations/about-migrations"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/upgrading-a-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/upgrading-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/guides/building-a-ci-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/guides/building-a-ci-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/clustering/evacuating-a-cluster-node"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-support/receiving-help-from-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"http://saml-doc.okta.com/SAML_Docs/How-to-Configure-SAML-2.0-for-Github-com.html","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/about-cluster-nodes"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/file-attachments-on-issues-and-pull-requests","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/migrations/about-migrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://docs.microsoft.com/windows-server/identity/active-directory-federation-services","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/about-high-availability-configuration/"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrade-requirements","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/enabling-automatic-update-checks","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/about-high-availability-configuration/"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/monitoring-cluster-nodes","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://docs.github.com/cn/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/ja/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/es/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/pt/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","state":"SKIPPED","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-an-outbound-web-proxy-server"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/articles/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/about-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/network-ports","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/network-ports"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-github-enterprise-server-for-high-availability"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/accessing-the-management-console"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/monitoring-using-snmp"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/user-management/suspending-and-unsuspending-users"} +{"url":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/reinstating-a-former-outside-collaborators-access-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/setting-up-a-github-enterprise-server-instance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-access-to-your-organizations-repositories/converting-an-outside-collaborator-to-an-organization-member","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/converting-an-outside-collaborator-to-an-organization-member"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/creating-releases","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-actions"} +{"url":"http://developer.okta.com/standards/SCIM/","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/about-high-availability-configuration/"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/increasing-cpu-or-memory-resources","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/restricting-repository-visibility-changes-in-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/changing-team-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/changing-team-visibility"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/migrations/about-migrations"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/manually-syncing-actions-from-githubcom"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/about-using-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/accessing-the-monitor-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/about-high-availability-configuration/"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/network-ports","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/network-ports/"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-backups-on-your-appliance"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://onelogin.service-now.com/support?id=kb_article&sys_id=2929ddcfdbdc5700d5505eea4b9619c6","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/monitoring-using-snmp"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance"} +{"url":"https://onelogin.service-now.com/support?id=kb_article&sys_id=5aa91d03db109700d5505eea4b96197e","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/connecting-your-identity-provider-to-your-organization","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/connecting-your-identity-provider-to-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/reference/workflow-commands-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/about-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions?learn=dependency_version_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-backups-on-your-appliance?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-github-ae?learn=get_started_with_github_ae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/hosting-your-own-runners/removing-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/github-ae@latest/organizations/managing-access-to-your-organizations-apps/removing-github-app-managers-from-your-organization","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/removing-github-app-managers-from-your-organization"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/identity-and-access-management/authenticating-users-for-your-github-enterprise-server-instance/using-built-in-authentication"} +{"url":"https://docs.github.com/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/cn/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-network-settings/network-ports","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/network-ports/"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions?learn=dependency_version_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository?learn=security_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-ssh-add-illegal-option-k"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/managing-alerts-from-secret-scanning?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/github-actions/enabling-github-actions-with-amazon-s3-storage"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/installation/installing-github-enterprise-server-on-google-cloud-platform"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/enabling-automatic-update-checks?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/overview/system-overview?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/apps/building-github-apps/understanding-rate-limits-for-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.microsoft.com/azure/active-directory/active-directory-saas-github-provisioning-tutorial","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://docs.microsoft.com/azure/active-directory/active-directory-saas-github-tutorial","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://github.com/actions/cache/blob/main/examples.md","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/user-management/configuring-visibility-for-organization-membership"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/cluster-network-configuration"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/cluster-network-configuration"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/cluster-network-configuration"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/cluster-network-configuration","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/cluster-network-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://support.pingidentity.com/s/marketplace-integration/a7i1W0000004ID3QAM/github-connector","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/rest/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/rest/reference/gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/creating-a-docker-container-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-docker-container-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/about-custom-actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/using-containerized-services/creating-redis-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/creating-actions/about-custom-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/creating-a-javascript-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-javascript-action"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/essential-features-of-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/using-the-latest-version-of-the-official-bundled-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/about-using-actions-in-your-enterprise"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/articles/development-tools-for-github-actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/about-actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-support/receiving-help-from-github-support","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/installation/upgrading-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/about-continuous-integration?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-nodejs-packages?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-docker-container-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-java-packages-with-gradle?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-ssh-add-illegal-option-k"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/understanding-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/using-containerized-services/creating-redis-service-containers","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/creating-actions/creating-a-javascript-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-javascript-action"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/about-packaging-with-github-actions?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-code-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/adding-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/installation/creating-a-high-availability-replica"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/publishing-packages","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/publishing-packages"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-maven?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-nodejs"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/user-management/customizing-user-messages-for-your-enterprise?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/creating-a-docker-container-action","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/articles/creating-a-docker-container-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot?learn=dependency_version_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/hosting-your-own-runners/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://docs.github.com/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/promoting-or-demoting-a-site-administrator"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/es/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://wiki.shibboleth.net/confluence/display/IDP30/Home","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/removing-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/accessing-the-administrative-shell-ssh?learn=increase_fault_tolerance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/troubleshooting-ssl-errors"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/setting-up-a-staging-instance"} +{"url":"https://docs.github.com/enterprise-server@3.1/organizations/managing-access-to-your-organizations-repositories/viewing-people-with-access-to-your-repository","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/viewing-people-with-access-to-your-repository"} +{"url":"https://docs.github.com/enterprise-server@3.3/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/apps/migrating-oauth-apps-to-github-apps"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/articles/about-continuous-integration"} +{"url":"https://docs.github.com/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/migrating-data-to-and-from-your-enterprise/importing-data-from-third-party-version-control-systems","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/migrations/importing-data-from-third-party-version-control-systems"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/clustering/upgrading-a-cluster"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/troubleshooting-ssl-errors?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/managing-issues-and-pull-requests/scheduling-issue-creation","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/guides/scheduling-issue-creation"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/installation/setting-up-a-staging-instance?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-your-enterprise/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/accessing-the-management-console?learn=deploy_an_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/user-management/managing-dormant-users"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/differences-between-clustering-and-high-availability-ha","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/guides/installation/troubleshooting-ssl-errors"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-github-connect/about-github-connect"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/user-management/promoting-or-demoting-a-site-administrator"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/caching-repositories/configuring-a-repository-cache"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/hosting-your-own-runners/removing-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/hosting-your-own-runners/about-self-hosted-runners"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/checks/runs","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/checks/runs"} +{"url":"https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/about-clustering","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/guides/clustering/differences-between-clustering-and-high-availability-ha"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/cluster-network-configuration"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/advanced-security/configuring-secret-scanning-for-your-appliance?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/configuration/configuring-network-settings/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/guides/installation/configuring-tls?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/network-ports?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/accessing-the-administrative-shell-ssh?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/about-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/cn/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-java-with-gradle?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/code-security/secret-scanning/secret-scanning-patterns?learn=secret_scanning&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/publishing-packages/publishing-docker-images?learn=continuous_deployment&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/configuring-high-availability/about-geo-replication"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/manually-syncing-actions-from-githubcom","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=security_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/configuring-a-hostname"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/evacuating-a-cluster-node","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/clustering/evacuating-a-cluster-node"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/reactions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/reactions"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/network-ports?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/network-ports?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/network-ports?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports?learn=improve_security_of_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/network-ports?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-builds-and-tests/building-and-testing-ruby?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/articles/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=security_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-your-enterprise/site-admin-dashboard"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/gists/gists","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/gists/gists"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/running-codeql-code-scanning-in-a-container?learn=code_security_actions&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/assets/cb-17962/images/help/settings/actions-enterprise-account-add-runner-group-options-ae.png","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/articles/creating-a-javascript-action","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports?learn=improve_security_of_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/network-ports?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.5/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/using-workflows/about-workflows?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/managing-complex-workflows?learn=getting_started&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.1/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift?learn=continuous_integration&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=security_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports?learn=improve_security_of_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/network-ports?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/support/contacting-github-support/providing-data-to-github-support","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/guides/enterprise-support/providing-data-to-github-support"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates?learn=dependabot_security_updates&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/configuration/enabling-and-scheduling-maintenance-mode?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise?learn=get_started_with_your_enterprise_account&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/finding-and-customizing-actions?learn=getting_started&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/actions/creating-actions/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/articles/creating-a-javascript-action"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/using-a-staging-environment?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.1/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster"} +{"url":"https://docs.github.com/actions/using-containerized-services/creating-redis-service-containers","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/creating-redis-service-containers"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/automating-builds-and-tests/building-and-testing-python"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled?learn=configure_github_actions&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/enterprise-management/configuring-clustering/cluster-network-configuration","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/enterprise-management/cluster-network-configuration"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/actions/creating-actions/creating-a-javascript-action","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/articles/creating-a-javascript-action"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-built-in-firewall-rules?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/network-ports?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.4/admin/configuration/configuring-network-settings/network-ports?learn=improve_security_of_your_instance&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/network-ports?learn=improve_security_of_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository?learn=security_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts?learn=security_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository?learn=security_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template"} +{"url":"https://docs.github.com/cn/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/ja/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/es/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/pt/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/packages/enabling-github-packages-with-azure-blob-storage"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/configuration/configuring-network-settings","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/configuration/configuring-network-settings"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom"} +{"url":"https://docs.github.com/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://docs.github.com/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":503,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/cn/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/ja/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/es/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/pt/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.3/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/upgrading-github-enterprise-server?learn=upgrade_your_instance&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/identity-and-access-management/using-ldap-for-enterprise-iam"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/changing-team-visibility"} +{"url":"https://docs.github.com/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/billing/managing-billing-for-github-actions/about-billing-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise?learn=configure_github_advanced_security&learnProduct=admin"} +{"url":"https://docs.github.com/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/github-ae@latest/actions/creating-actions/creating-a-composite-action?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise?learn=adopting_github_actions_for_your_enterprise_ghes_and_ghae&learnProduct=admin"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/admin/code-security/managing-supply-chain-security-for-your-enterprise"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/organizing-members-into-teams/renaming-a-team"} +{"url":"https://docs.github.com/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors?learn=dependabot_alerts&learnProduct=code-security"} +{"url":"https://docs.github.com/cn/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/ja/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/es/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/pt/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","state":"SKIPPED","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://docs.github.com/en/enterprise-server@3.2/articles/creating-a-javascript-action","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-server@3.2/actions/creating-actions/setting-exit-codes-for-actions?learn=create_actions&learnProduct=actions"} +{"url":"https://docs.github.com/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":200,"state":"OK","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/actions/security-guides/security-hardening-for-github-actions?learn=adopting_github_actions_for_your_enterprise_ghec&learnProduct=actions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/managing-access-to-your-organizations-repositories/removing-an-outside-collaborator-from-an-organization-repository"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/organizations/collaborating-with-your-team/about-team-discussions"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/rest/enterprise-admin/announcement","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/rest/enterprise-admin/announcement"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-cloud@latest/authentication/troubleshooting-ssh/error-were-doing-an-ssh-key-audit","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-cloud@latest/articles/error-we-re-doing-an-ssh-key-audit"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/enterprise-server@3.4/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.4/github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service"} +{"url":"https://ghdocs-prod.azurewebsites.net/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions","status":403,"state":"BROKEN","parent":"https://docs.github.com/en/github-ae@latest/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners?learn=hosting_your_own_runners&learnProduct=actions"} +{"url":"http://oidref.com/1.3.6.1.2.1.25.4","status":524,"state":"BROKEN","parent":"https://docs.github.com/en/enterprise-server@3.5/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp"} diff --git a/assets/images/enterprise/3.1/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png b/assets/images/enterprise/3.1/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png deleted file mode 100644 index de5726b11a..0000000000 Binary files a/assets/images/enterprise/3.1/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png and /dev/null differ diff --git a/assets/images/enterprise/3.2/repository/secret-scanning-resolve-alert-ghe.png b/assets/images/enterprise/3.2/repository/secret-scanning-resolve-alert-ghe.png deleted file mode 100644 index 8c0cb1b0db..0000000000 Binary files a/assets/images/enterprise/3.2/repository/secret-scanning-resolve-alert-ghe.png and /dev/null differ diff --git a/assets/images/enterprise/enterprise-server/enterprise-server-billing-license-info.png b/assets/images/enterprise/enterprise-server/enterprise-server-billing-license-info.png deleted file mode 100644 index 6b88f19c78..0000000000 Binary files a/assets/images/enterprise/enterprise-server/enterprise-server-billing-license-info.png and /dev/null differ diff --git a/assets/images/enterprise/orgs-and-teams/security-and-analysis-enable-or-disable-feature-checkbox.png b/assets/images/enterprise/orgs-and-teams/security-and-analysis-enable-or-disable-feature-checkbox.png deleted file mode 100644 index c879a2ff67..0000000000 Binary files a/assets/images/enterprise/orgs-and-teams/security-and-analysis-enable-or-disable-feature-checkbox.png and /dev/null differ diff --git a/assets/images/enterprise/security/Enterprise-Audit-SSH-Keys.png b/assets/images/enterprise/security/Enterprise-Audit-SSH-Keys.png deleted file mode 100644 index 2148268215..0000000000 Binary files a/assets/images/enterprise/security/Enterprise-Audit-SSH-Keys.png and /dev/null differ diff --git a/assets/images/enterprise/security/Enterprise-Begin-Audit.png b/assets/images/enterprise/security/Enterprise-Begin-Audit.png deleted file mode 100644 index 5745647d01..0000000000 Binary files a/assets/images/enterprise/security/Enterprise-Begin-Audit.png and /dev/null differ diff --git a/assets/images/enterprise/security/Enterprise-Start-Key-Audit.png b/assets/images/enterprise/security/Enterprise-Start-Key-Audit.png deleted file mode 100644 index 0db6b37ab4..0000000000 Binary files a/assets/images/enterprise/security/Enterprise-Start-Key-Audit.png and /dev/null differ diff --git a/assets/images/enterprise/site-admin-settings/create-first-admin-acct.png b/assets/images/enterprise/site-admin-settings/create-first-admin-acct.png deleted file mode 100644 index 19f644302d..0000000000 Binary files a/assets/images/enterprise/site-admin-settings/create-first-admin-acct.png and /dev/null differ diff --git a/assets/images/enterprise/site-admin-settings/dormancy-threshold-menu.png b/assets/images/enterprise/site-admin-settings/dormancy-threshold-menu.png deleted file mode 100644 index 9bc13502d3..0000000000 Binary files a/assets/images/enterprise/site-admin-settings/dormancy-threshold-menu.png and /dev/null differ diff --git a/assets/images/enterprise/site-admin-settings/enable-marketplace-actions-drop-down-ae.png b/assets/images/enterprise/site-admin-settings/enable-marketplace-actions-drop-down-ae.png deleted file mode 100644 index 02190e1f7f..0000000000 Binary files a/assets/images/enterprise/site-admin-settings/enable-marketplace-actions-drop-down-ae.png and /dev/null differ diff --git a/assets/images/enterprise/site-admin-settings/git-ssh-access-repository-setting.png b/assets/images/enterprise/site-admin-settings/git-ssh-access-repository-setting.png deleted file mode 100644 index 78b9be831d..0000000000 Binary files a/assets/images/enterprise/site-admin-settings/git-ssh-access-repository-setting.png and /dev/null differ diff --git a/assets/images/enterprise/site-admin-settings/place-legal-hold-button.png b/assets/images/enterprise/site-admin-settings/place-legal-hold-button.png deleted file mode 100644 index 383276499a..0000000000 Binary files a/assets/images/enterprise/site-admin-settings/place-legal-hold-button.png and /dev/null differ diff --git a/assets/images/enterprise/site-admin-settings/sync-vulnerabilities-button.png b/assets/images/enterprise/site-admin-settings/sync-vulnerabilities-button.png deleted file mode 100644 index f4a08ab52e..0000000000 Binary files a/assets/images/enterprise/site-admin-settings/sync-vulnerabilities-button.png and /dev/null differ diff --git a/assets/images/enterprise/site-admin-settings/unretire-namespace.png b/assets/images/enterprise/site-admin-settings/unretire-namespace.png deleted file mode 100644 index 90a268fcdf..0000000000 Binary files a/assets/images/enterprise/site-admin-settings/unretire-namespace.png and /dev/null differ diff --git a/assets/images/enterprise/stafftools/end-impersonation.png b/assets/images/enterprise/stafftools/end-impersonation.png deleted file mode 100644 index 6dab38f694..0000000000 Binary files a/assets/images/enterprise/stafftools/end-impersonation.png and /dev/null differ diff --git a/assets/images/enterprise/stafftools/impersonate.png b/assets/images/enterprise/stafftools/impersonate.png deleted file mode 100644 index bdedd1ebed..0000000000 Binary files a/assets/images/enterprise/stafftools/impersonate.png and /dev/null differ diff --git a/assets/images/enterprise/stafftools/impersonation-reason.png b/assets/images/enterprise/stafftools/impersonation-reason.png deleted file mode 100644 index 2510ad924b..0000000000 Binary files a/assets/images/enterprise/stafftools/impersonation-reason.png and /dev/null differ diff --git a/assets/images/enterprise/writing/task-lists-reorder.gif b/assets/images/enterprise/writing/task-lists-reorder.gif deleted file mode 100644 index e94df5cfff..0000000000 Binary files a/assets/images/enterprise/writing/task-lists-reorder.gif and /dev/null differ diff --git a/assets/images/github-apps/github_apps_checks_annotations.png b/assets/images/github-apps/github_apps_checks_annotations.png deleted file mode 100644 index 5e50cc2672..0000000000 Binary files a/assets/images/github-apps/github_apps_checks_annotations.png and /dev/null differ diff --git a/assets/images/github-apps/github_apps_checks_api_success.png b/assets/images/github-apps/github_apps_checks_api_success.png deleted file mode 100644 index c4a496d45e..0000000000 Binary files a/assets/images/github-apps/github_apps_checks_api_success.png and /dev/null differ diff --git a/assets/images/github-apps/github_apps_complete_check_run.png b/assets/images/github-apps/github_apps_complete_check_run.png deleted file mode 100644 index e1f1426020..0000000000 Binary files a/assets/images/github-apps/github_apps_complete_check_run.png and /dev/null differ diff --git a/assets/images/github-apps/github_apps_new_requested_action_commit.png b/assets/images/github-apps/github_apps_new_requested_action_commit.png deleted file mode 100644 index b6f0efde8f..0000000000 Binary files a/assets/images/github-apps/github_apps_new_requested_action_commit.png and /dev/null differ diff --git a/assets/images/github-apps/github_apps_queued_check_run.png b/assets/images/github-apps/github_apps_queued_check_run.png deleted file mode 100644 index 37c240cbb2..0000000000 Binary files a/assets/images/github-apps/github_apps_queued_check_run.png and /dev/null differ diff --git a/assets/images/help/actions/actions-deployments-repo-permissions-read-and-write.png b/assets/images/help/actions/actions-deployments-repo-permissions-read-and-write.png new file mode 100644 index 0000000000..9e92b22189 Binary files /dev/null and b/assets/images/help/actions/actions-deployments-repo-permissions-read-and-write.png differ diff --git a/assets/images/help/actions/actions-repo-permissions-read-only.png b/assets/images/help/actions/actions-repo-permissions-read-only.png new file mode 100644 index 0000000000..5ab4f9f23c Binary files /dev/null and b/assets/images/help/actions/actions-repo-permissions-read-only.png differ diff --git a/assets/images/help/actions/actions-subscribe-to-events-deployment-protection-rules.png b/assets/images/help/actions/actions-subscribe-to-events-deployment-protection-rules.png new file mode 100644 index 0000000000..22d2d01263 Binary files /dev/null and b/assets/images/help/actions/actions-subscribe-to-events-deployment-protection-rules.png differ diff --git a/assets/images/help/billing/change-plan-duration-link.png b/assets/images/help/billing/change-plan-duration-link.png deleted file mode 100644 index 9866103f45..0000000000 Binary files a/assets/images/help/billing/change-plan-duration-link.png and /dev/null differ diff --git a/assets/images/help/classroom/register-canvas-with-github-classroom.png b/assets/images/help/classroom/register-canvas-with-github-classroom.png deleted file mode 100644 index 2b8242db69..0000000000 Binary files a/assets/images/help/classroom/register-canvas-with-github-classroom.png and /dev/null differ diff --git a/assets/images/help/classroom/register-moodle-with-github-classroom.png b/assets/images/help/classroom/register-moodle-with-github-classroom.png deleted file mode 100644 index 59e6b7d3ed..0000000000 Binary files a/assets/images/help/classroom/register-moodle-with-github-classroom.png and /dev/null differ diff --git a/assets/images/help/classroom/register-sakai-with-github-classroom.png b/assets/images/help/classroom/register-sakai-with-github-classroom.png deleted file mode 100644 index b0720fab42..0000000000 Binary files a/assets/images/help/classroom/register-sakai-with-github-classroom.png and /dev/null differ diff --git a/assets/images/help/codespaces/advanced-options.png b/assets/images/help/codespaces/advanced-options.png index 25ee9e68c1..7b2e6fb290 100644 Binary files a/assets/images/help/codespaces/advanced-options.png and b/assets/images/help/codespaces/advanced-options.png differ diff --git a/assets/images/help/codespaces/configuration-file-choice-default.png b/assets/images/help/codespaces/configuration-file-choice-default.png index 768e197a48..d35496cbda 100644 Binary files a/assets/images/help/codespaces/configuration-file-choice-default.png and b/assets/images/help/codespaces/configuration-file-choice-default.png differ diff --git a/assets/images/help/codespaces/configuration-file-choice.png b/assets/images/help/codespaces/configuration-file-choice.png index 5accf6f3f3..b6aef48eba 100644 Binary files a/assets/images/help/codespaces/configuration-file-choice.png and b/assets/images/help/codespaces/configuration-file-choice.png differ diff --git a/assets/images/help/codespaces/copy-codespace-url.png b/assets/images/help/codespaces/copy-codespace-url.png new file mode 100644 index 0000000000..282f93288a Binary files /dev/null and b/assets/images/help/codespaces/copy-codespace-url.png differ diff --git a/assets/images/help/codespaces/new-codespace-button.png b/assets/images/help/codespaces/new-codespace-button.png deleted file mode 100644 index feb162863e..0000000000 Binary files a/assets/images/help/codespaces/new-codespace-button.png and /dev/null differ diff --git a/assets/images/help/codespaces/recommended-secrets.png b/assets/images/help/codespaces/recommended-secrets.png new file mode 100644 index 0000000000..ad24eb2204 Binary files /dev/null and b/assets/images/help/codespaces/recommended-secrets.png differ diff --git a/assets/images/help/codespaces/resume-codespace.png b/assets/images/help/codespaces/resume-codespace.png new file mode 100644 index 0000000000..4187d09227 Binary files /dev/null and b/assets/images/help/codespaces/resume-codespace.png differ diff --git a/assets/images/help/codespaces/share-deep-link.png b/assets/images/help/codespaces/share-deep-link.png new file mode 100644 index 0000000000..d83ec094b0 Binary files /dev/null and b/assets/images/help/codespaces/share-deep-link.png differ diff --git a/assets/images/help/enterprises/audit-log-enable-source-ip-disclosure-checkbox.png b/assets/images/help/enterprises/audit-log-enable-source-ip-disclosure-checkbox.png deleted file mode 100644 index eefa05df78..0000000000 Binary files a/assets/images/help/enterprises/audit-log-enable-source-ip-disclosure-checkbox.png and /dev/null differ diff --git a/assets/images/help/enterprises/audit-log-source-ip-disclosure-tab.png b/assets/images/help/enterprises/audit-log-source-ip-disclosure-tab.png deleted file mode 100644 index cf5268599e..0000000000 Binary files a/assets/images/help/enterprises/audit-log-source-ip-disclosure-tab.png and /dev/null differ diff --git a/assets/images/help/enterprises/audit-stream-choice-s3.png b/assets/images/help/enterprises/audit-stream-choice-s3.png deleted file mode 100644 index 5c8ab23596..0000000000 Binary files a/assets/images/help/enterprises/audit-stream-choice-s3.png and /dev/null differ diff --git a/assets/images/help/enterprises/enterprise-account-identity-provider-tab.png b/assets/images/help/enterprises/enterprise-account-identity-provider-tab.png deleted file mode 100644 index 8a791157cd..0000000000 Binary files a/assets/images/help/enterprises/enterprise-account-identity-provider-tab.png and /dev/null differ diff --git a/assets/images/help/enterprises/idp-groups-team-switcher.png b/assets/images/help/enterprises/idp-groups-team-switcher.png deleted file mode 100644 index 9650a2b8ad..0000000000 Binary files a/assets/images/help/enterprises/idp-groups-team-switcher.png and /dev/null differ diff --git a/assets/images/help/enterprises/okta-emu-to-app-menu.png b/assets/images/help/enterprises/okta-emu-to-app-menu.png deleted file mode 100644 index 860393f616..0000000000 Binary files a/assets/images/help/enterprises/okta-emu-to-app-menu.png and /dev/null differ diff --git a/assets/images/help/enterprises/okta-emu-token.png b/assets/images/help/enterprises/okta-emu-token.png deleted file mode 100644 index bb9a8860e9..0000000000 Binary files a/assets/images/help/enterprises/okta-emu-token.png and /dev/null differ diff --git a/assets/images/help/enterprises/remove-organization-warning.png b/assets/images/help/enterprises/remove-organization-warning.png deleted file mode 100644 index e0100a12dd..0000000000 Binary files a/assets/images/help/enterprises/remove-organization-warning.png and /dev/null differ diff --git a/assets/images/help/enterprises/select-advanced-security-organization-policy.png b/assets/images/help/enterprises/select-advanced-security-organization-policy.png deleted file mode 100644 index 56b893668c..0000000000 Binary files a/assets/images/help/enterprises/select-advanced-security-organization-policy.png and /dev/null differ diff --git a/assets/images/help/enterprises/select-idp-group.png b/assets/images/help/enterprises/select-idp-group.png deleted file mode 100644 index 45a4e0e008..0000000000 Binary files a/assets/images/help/enterprises/select-idp-group.png and /dev/null differ diff --git a/assets/images/help/enterprises/settings-security-analysis-ghas-repos-list.png b/assets/images/help/enterprises/settings-security-analysis-ghas-repos-list.png deleted file mode 100644 index 840a21ff57..0000000000 Binary files a/assets/images/help/enterprises/settings-security-analysis-ghas-repos-list.png and /dev/null differ diff --git a/assets/images/help/enterprises/settings-support-add-entitlement.png b/assets/images/help/enterprises/settings-support-add-entitlement.png deleted file mode 100644 index 725527c29e..0000000000 Binary files a/assets/images/help/enterprises/settings-support-add-entitlement.png and /dev/null differ diff --git a/assets/images/help/enterprises/settings-support-entitlement-search.png b/assets/images/help/enterprises/settings-support-entitlement-search.png deleted file mode 100644 index 47761b4043..0000000000 Binary files a/assets/images/help/enterprises/settings-support-entitlement-search.png and /dev/null differ diff --git a/assets/images/help/enterprises/settings-support-remove-entitlement.png b/assets/images/help/enterprises/settings-support-remove-entitlement.png deleted file mode 100644 index c1b8d2b8ab..0000000000 Binary files a/assets/images/help/enterprises/settings-support-remove-entitlement.png and /dev/null differ diff --git a/assets/images/help/enterprises/settings-support.png b/assets/images/help/enterprises/settings-support.png deleted file mode 100644 index 23635610bb..0000000000 Binary files a/assets/images/help/enterprises/settings-support.png and /dev/null differ diff --git a/assets/images/help/graphs/repository-forks-page-period-dropdown.png b/assets/images/help/graphs/repository-forks-page-period-dropdown.png index c589253dff..909d5238bb 100644 Binary files a/assets/images/help/graphs/repository-forks-page-period-dropdown.png and b/assets/images/help/graphs/repository-forks-page-period-dropdown.png differ diff --git a/assets/images/help/graphs/repository-forks-page-repository-type-dropdown.png b/assets/images/help/graphs/repository-forks-page-repository-type-dropdown.png index 4c460cc680..82e71ec8fa 100644 Binary files a/assets/images/help/graphs/repository-forks-page-repository-type-dropdown.png and b/assets/images/help/graphs/repository-forks-page-repository-type-dropdown.png differ diff --git a/assets/images/help/graphs/repository-forks-page-save-defaults-button.png b/assets/images/help/graphs/repository-forks-page-save-defaults-button.png new file mode 100644 index 0000000000..533bd0029b Binary files /dev/null and b/assets/images/help/graphs/repository-forks-page-save-defaults-button.png differ diff --git a/assets/images/help/graphs/repository-forks-page-sort-dropdown.png b/assets/images/help/graphs/repository-forks-page-sort-dropdown.png index 96ff38e61a..2b869ab436 100644 Binary files a/assets/images/help/graphs/repository-forks-page-sort-dropdown.png and b/assets/images/help/graphs/repository-forks-page-sort-dropdown.png differ diff --git a/assets/images/help/images/learn-github-actions-repository.png b/assets/images/help/images/learn-github-actions-repository.png deleted file mode 100644 index 6827ba52c5..0000000000 Binary files a/assets/images/help/images/learn-github-actions-repository.png and /dev/null differ diff --git a/assets/images/help/images/learn-github-actions-run.png b/assets/images/help/images/learn-github-actions-run.png deleted file mode 100644 index c9afced1fe..0000000000 Binary files a/assets/images/help/images/learn-github-actions-run.png and /dev/null differ diff --git a/assets/images/help/images/learn-github-actions-workflow.png b/assets/images/help/images/learn-github-actions-workflow.png deleted file mode 100644 index 062761dd86..0000000000 Binary files a/assets/images/help/images/learn-github-actions-workflow.png and /dev/null differ diff --git a/assets/images/help/images/overview-actions-result-navigate.png b/assets/images/help/images/overview-actions-result-navigate.png deleted file mode 100644 index 77feb6091f..0000000000 Binary files a/assets/images/help/images/overview-actions-result-navigate.png and /dev/null differ diff --git a/assets/images/help/images/overview-actions-result-updated-2.png b/assets/images/help/images/overview-actions-result-updated-2.png deleted file mode 100644 index 870ba7f9cb..0000000000 Binary files a/assets/images/help/images/overview-actions-result-updated-2.png and /dev/null differ diff --git a/assets/images/help/images/view.png b/assets/images/help/images/view.png deleted file mode 100644 index 6d8c769d24..0000000000 Binary files a/assets/images/help/images/view.png and /dev/null differ diff --git a/assets/images/help/images/workflow-dispatch-inputs.png b/assets/images/help/images/workflow-dispatch-inputs.png deleted file mode 100644 index 7966fd4f3b..0000000000 Binary files a/assets/images/help/images/workflow-dispatch-inputs.png and /dev/null differ diff --git a/assets/images/help/issues/issue_template_get_started_button.png b/assets/images/help/issues/issue_template_get_started_button.png deleted file mode 100644 index 5f397ffeb6..0000000000 Binary files a/assets/images/help/issues/issue_template_get_started_button.png and /dev/null differ diff --git a/assets/images/help/notifications-v2/mobile-watch-button.png b/assets/images/help/notifications-v2/mobile-watch-button.png deleted file mode 100644 index a58840fc21..0000000000 Binary files a/assets/images/help/notifications-v2/mobile-watch-button.png and /dev/null differ diff --git a/assets/images/help/notifications-v2/mobile-watch-settings.png b/assets/images/help/notifications-v2/mobile-watch-settings.png deleted file mode 100644 index 3afbce2490..0000000000 Binary files a/assets/images/help/notifications-v2/mobile-watch-settings.png and /dev/null differ diff --git a/assets/images/help/notifications-v2/watch-repository-options-custom.png b/assets/images/help/notifications-v2/watch-repository-options-custom.png deleted file mode 100644 index 7679ab760e..0000000000 Binary files a/assets/images/help/notifications-v2/watch-repository-options-custom.png and /dev/null differ diff --git a/assets/images/help/notifications-v2/watch-repository-options-custom2-dotcom.png b/assets/images/help/notifications-v2/watch-repository-options-custom2-dotcom.png deleted file mode 100644 index 19a17b68af..0000000000 Binary files a/assets/images/help/notifications-v2/watch-repository-options-custom2-dotcom.png and /dev/null differ diff --git a/assets/images/help/organizations/Organization-add-team.png b/assets/images/help/organizations/Organization-add-team.png deleted file mode 100644 index e057eec4a0..0000000000 Binary files a/assets/images/help/organizations/Organization-add-team.png and /dev/null differ diff --git a/assets/images/help/organizations/Organization-remove-from-organization-button.png b/assets/images/help/organizations/Organization-remove-from-organization-button.png deleted file mode 100644 index 3683ef16a6..0000000000 Binary files a/assets/images/help/organizations/Organization-remove-from-organization-button.png and /dev/null differ diff --git a/assets/images/help/organizations/Organization-remove-user.png b/assets/images/help/organizations/Organization-remove-user.png deleted file mode 100644 index 4bbb5203a2..0000000000 Binary files a/assets/images/help/organizations/Organization-remove-user.png and /dev/null differ diff --git a/assets/images/help/organizations/account-context-switcher-selected-dotcom.png b/assets/images/help/organizations/account-context-switcher-selected-dotcom.png deleted file mode 100644 index 26eb0382cc..0000000000 Binary files a/assets/images/help/organizations/account-context-switcher-selected-dotcom.png and /dev/null differ diff --git a/assets/images/help/organizations/actions-organization-secrets-tab.png b/assets/images/help/organizations/actions-organization-secrets-tab.png deleted file mode 100644 index 2d4b2a3b00..0000000000 Binary files a/assets/images/help/organizations/actions-organization-secrets-tab.png and /dev/null differ diff --git a/assets/images/help/organizations/add-a-domain-button.png b/assets/images/help/organizations/add-a-domain-button.png deleted file mode 100644 index 2cba376b6d..0000000000 Binary files a/assets/images/help/organizations/add-a-domain-button.png and /dev/null differ diff --git a/assets/images/help/organizations/add-github-app-manager-for-app.png b/assets/images/help/organizations/add-github-app-manager-for-app.png deleted file mode 100644 index cd6488b1c5..0000000000 Binary files a/assets/images/help/organizations/add-github-app-manager-for-app.png and /dev/null differ diff --git a/assets/images/help/organizations/add-github-app-manager.png b/assets/images/help/organizations/add-github-app-manager.png deleted file mode 100644 index d7423e9beb..0000000000 Binary files a/assets/images/help/organizations/add-github-app-manager.png and /dev/null differ diff --git a/assets/images/help/organizations/add-user-to-teams.png b/assets/images/help/organizations/add-user-to-teams.png deleted file mode 100644 index a1b0837806..0000000000 Binary files a/assets/images/help/organizations/add-user-to-teams.png and /dev/null differ diff --git a/assets/images/help/organizations/cancel-pending-collaborators.png b/assets/images/help/organizations/cancel-pending-collaborators.png deleted file mode 100644 index 069d1545fa..0000000000 Binary files a/assets/images/help/organizations/cancel-pending-collaborators.png and /dev/null differ diff --git a/assets/images/help/organizations/choose-user-license.png b/assets/images/help/organizations/choose-user-license.png deleted file mode 100644 index fe91bd070c..0000000000 Binary files a/assets/images/help/organizations/choose-user-license.png and /dev/null differ diff --git a/assets/images/help/organizations/confirm-cancelation-of-pending-collaborators.png b/assets/images/help/organizations/confirm-cancelation-of-pending-collaborators.png deleted file mode 100644 index 5127a0cc9f..0000000000 Binary files a/assets/images/help/organizations/confirm-cancelation-of-pending-collaborators.png and /dev/null differ diff --git a/assets/images/help/organizations/confirm-require-2fa.png b/assets/images/help/organizations/confirm-require-2fa.png deleted file mode 100644 index 60ed23c2e2..0000000000 Binary files a/assets/images/help/organizations/confirm-require-2fa.png and /dev/null differ diff --git a/assets/images/help/organizations/context-leave-organization-with-roles-shown.png b/assets/images/help/organizations/context-leave-organization-with-roles-shown.png deleted file mode 100644 index ff41939157..0000000000 Binary files a/assets/images/help/organizations/context-leave-organization-with-roles-shown.png and /dev/null differ diff --git a/assets/images/help/organizations/dependabot-private-repository-access.png b/assets/images/help/organizations/dependabot-private-repository-access.png deleted file mode 100644 index ed260504fd..0000000000 Binary files a/assets/images/help/organizations/dependabot-private-repository-access.png and /dev/null differ diff --git a/assets/images/help/organizations/dependabot-private-repository-list.png b/assets/images/help/organizations/dependabot-private-repository-list.png deleted file mode 100644 index c85c51f146..0000000000 Binary files a/assets/images/help/organizations/dependabot-private-repository-list.png and /dev/null differ diff --git a/assets/images/help/organizations/domains-delete.png b/assets/images/help/organizations/domains-delete.png deleted file mode 100644 index 4263413751..0000000000 Binary files a/assets/images/help/organizations/domains-delete.png and /dev/null differ diff --git a/assets/images/help/organizations/edit-invitation-button.png b/assets/images/help/organizations/edit-invitation-button.png deleted file mode 100644 index 82d49509b0..0000000000 Binary files a/assets/images/help/organizations/edit-invitation-button.png and /dev/null differ diff --git a/assets/images/help/organizations/github-pages-creation-checkboxes-fpt.png b/assets/images/help/organizations/github-pages-creation-checkboxes-fpt.png deleted file mode 100644 index 5e491f5b45..0000000000 Binary files a/assets/images/help/organizations/github-pages-creation-checkboxes-fpt.png and /dev/null differ diff --git a/assets/images/help/organizations/github-pages-creation-checkboxes.png b/assets/images/help/organizations/github-pages-creation-checkboxes.png deleted file mode 100644 index 9bcee24824..0000000000 Binary files a/assets/images/help/organizations/github-pages-creation-checkboxes.png and /dev/null differ diff --git a/assets/images/help/organizations/org-insights-dependencies-graphs.png b/assets/images/help/organizations/org-insights-dependencies-graphs.png deleted file mode 100644 index 72a2f5f2b6..0000000000 Binary files a/assets/images/help/organizations/org-insights-dependencies-graphs.png and /dev/null differ diff --git a/assets/images/help/organizations/org-insights-dependencies-tab.png b/assets/images/help/organizations/org-insights-dependencies-tab.png deleted file mode 100644 index 9ce9808d7e..0000000000 Binary files a/assets/images/help/organizations/org-insights-dependencies-tab.png and /dev/null differ diff --git a/assets/images/help/organizations/org-insights-dependencies-vulnerable-item.png b/assets/images/help/organizations/org-insights-dependencies-vulnerable-item.png deleted file mode 100644 index 1e95848e50..0000000000 Binary files a/assets/images/help/organizations/org-insights-dependencies-vulnerable-item.png and /dev/null differ diff --git a/assets/images/help/organizations/org-insights-repos.png b/assets/images/help/organizations/org-insights-repos.png deleted file mode 100644 index 4b29f1d76a..0000000000 Binary files a/assets/images/help/organizations/org-insights-repos.png and /dev/null differ diff --git a/assets/images/help/organizations/org-insights-time-period.png b/assets/images/help/organizations/org-insights-time-period.png deleted file mode 100644 index 7c74ef17ed..0000000000 Binary files a/assets/images/help/organizations/org-insights-time-period.png and /dev/null differ diff --git a/assets/images/help/organizations/org-settings-audit-log.png b/assets/images/help/organizations/org-settings-audit-log.png deleted file mode 100644 index b87fe2d74b..0000000000 Binary files a/assets/images/help/organizations/org-settings-audit-log.png and /dev/null differ diff --git a/assets/images/help/organizations/org-settings-link.png b/assets/images/help/organizations/org-settings-link.png deleted file mode 100644 index ee014c2311..0000000000 Binary files a/assets/images/help/organizations/org-settings-link.png and /dev/null differ diff --git a/assets/images/help/organizations/org-settings-pages-disable-publication-checkbox.png b/assets/images/help/organizations/org-settings-pages-disable-publication-checkbox.png deleted file mode 100644 index 7d1562d42f..0000000000 Binary files a/assets/images/help/organizations/org-settings-pages-disable-publication-checkbox.png and /dev/null differ diff --git a/assets/images/help/organizations/org-settings-security-and-analysis.png b/assets/images/help/organizations/org-settings-security-and-analysis.png deleted file mode 100644 index 44e57cfd97..0000000000 Binary files a/assets/images/help/organizations/org-settings-security-and-analysis.png and /dev/null differ diff --git a/assets/images/help/organizations/organization-failed-invitations.png b/assets/images/help/organizations/organization-failed-invitations.png deleted file mode 100644 index 47d9165cf7..0000000000 Binary files a/assets/images/help/organizations/organization-failed-invitations.png and /dev/null differ diff --git a/assets/images/help/organizations/organization-invitations-bulk-select.png b/assets/images/help/organizations/organization-invitations-bulk-select.png deleted file mode 100644 index 559073a5cb..0000000000 Binary files a/assets/images/help/organizations/organization-invitations-bulk-select.png and /dev/null differ diff --git a/assets/images/help/organizations/organization-invitations-multiple-selection.png b/assets/images/help/organizations/organization-invitations-multiple-selection.png deleted file mode 100644 index 3d1e057387..0000000000 Binary files a/assets/images/help/organizations/organization-invitations-multiple-selection.png and /dev/null differ diff --git a/assets/images/help/organizations/organization-people-tab-with-overview-tab.png b/assets/images/help/organizations/organization-people-tab-with-overview-tab.png deleted file mode 100644 index 72d9089a2f..0000000000 Binary files a/assets/images/help/organizations/organization-people-tab-with-overview-tab.png and /dev/null differ diff --git a/assets/images/help/organizations/organization-projects-tab-with-overview-tab.png b/assets/images/help/organizations/organization-projects-tab-with-overview-tab.png deleted file mode 100644 index 2813d7fdc9..0000000000 Binary files a/assets/images/help/organizations/organization-projects-tab-with-overview-tab.png and /dev/null differ diff --git a/assets/images/help/organizations/organization-settings-tab-with-overview-tab.png b/assets/images/help/organizations/organization-settings-tab-with-overview-tab.png deleted file mode 100644 index bb3fdb397a..0000000000 Binary files a/assets/images/help/organizations/organization-settings-tab-with-overview-tab.png and /dev/null differ diff --git a/assets/images/help/organizations/pending-collaborator-list.png b/assets/images/help/organizations/pending-collaborator-list.png deleted file mode 100644 index c8959c226b..0000000000 Binary files a/assets/images/help/organizations/pending-collaborator-list.png and /dev/null differ diff --git a/assets/images/help/organizations/people-tab-export.png b/assets/images/help/organizations/people-tab-export.png deleted file mode 100644 index dcc3d38fed..0000000000 Binary files a/assets/images/help/organizations/people-tab-export.png and /dev/null differ diff --git a/assets/images/help/organizations/pinned_repo_dialog.png b/assets/images/help/organizations/pinned_repo_dialog.png deleted file mode 100644 index e7c321db7d..0000000000 Binary files a/assets/images/help/organizations/pinned_repo_dialog.png and /dev/null differ diff --git a/assets/images/help/organizations/remove-access-to-this-repository.png b/assets/images/help/organizations/remove-access-to-this-repository.png deleted file mode 100644 index 82e4c5055c..0000000000 Binary files a/assets/images/help/organizations/remove-access-to-this-repository.png and /dev/null differ diff --git a/assets/images/help/organizations/repo-default-name-button.png b/assets/images/help/organizations/repo-default-name-button.png deleted file mode 100644 index ca1d3f7b4b..0000000000 Binary files a/assets/images/help/organizations/repo-default-name-button.png and /dev/null differ diff --git a/assets/images/help/organizations/repo-default-name-text.png b/assets/images/help/organizations/repo-default-name-text.png deleted file mode 100644 index b6587692fe..0000000000 Binary files a/assets/images/help/organizations/repo-default-name-text.png and /dev/null differ diff --git a/assets/images/help/organizations/repo-default-name-update.png b/assets/images/help/organizations/repo-default-name-update.png deleted file mode 100644 index cc1c78e2ff..0000000000 Binary files a/assets/images/help/organizations/repo-default-name-update.png and /dev/null differ diff --git a/assets/images/help/organizations/repo-defaults-tab.png b/assets/images/help/organizations/repo-defaults-tab.png deleted file mode 100644 index fa144ad183..0000000000 Binary files a/assets/images/help/organizations/repo-defaults-tab.png and /dev/null differ diff --git a/assets/images/help/organizations/require-2fa-checkbox.png b/assets/images/help/organizations/require-2fa-checkbox.png deleted file mode 100644 index 792f60394b..0000000000 Binary files a/assets/images/help/organizations/require-2fa-checkbox.png and /dev/null differ diff --git a/assets/images/help/organizations/retry-invitation-pop-up.png b/assets/images/help/organizations/retry-invitation-pop-up.png deleted file mode 100644 index 57c829af6d..0000000000 Binary files a/assets/images/help/organizations/retry-invitation-pop-up.png and /dev/null differ diff --git a/assets/images/help/organizations/second-manage-access-selection-for-collaborator.png b/assets/images/help/organizations/second-manage-access-selection-for-collaborator.png deleted file mode 100644 index 7799c9ed67..0000000000 Binary files a/assets/images/help/organizations/second-manage-access-selection-for-collaborator.png and /dev/null differ diff --git a/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png b/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png deleted file mode 100644 index 0b3aded746..0000000000 Binary files a/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png and /dev/null differ diff --git a/assets/images/help/organizations/select-github-app.png b/assets/images/help/organizations/select-github-app.png deleted file mode 100644 index 8703414d4a..0000000000 Binary files a/assets/images/help/organizations/select-github-app.png and /dev/null differ diff --git a/assets/images/help/organizations/team-discussions-pinned.png b/assets/images/help/organizations/team-discussions-pinned.png deleted file mode 100644 index afad409b7d..0000000000 Binary files a/assets/images/help/organizations/team-discussions-pinned.png and /dev/null differ diff --git a/assets/images/help/organizations/team-project-add-project.png b/assets/images/help/organizations/team-project-add-project.png deleted file mode 100644 index 5753c2cad8..0000000000 Binary files a/assets/images/help/organizations/team-project-add-project.png and /dev/null differ diff --git a/assets/images/help/organizations/team-project-search.png b/assets/images/help/organizations/team-project-search.png deleted file mode 100644 index 66b3f4ea2c..0000000000 Binary files a/assets/images/help/organizations/team-project-search.png and /dev/null differ diff --git a/assets/images/help/projects-v2/open-menu.png b/assets/images/help/projects-v2/open-menu.png index c4f2499f8e..079d20d4b7 100644 Binary files a/assets/images/help/projects-v2/open-menu.png and b/assets/images/help/projects-v2/open-menu.png differ diff --git a/assets/images/help/projects-v2/workflow-add-menu.png b/assets/images/help/projects-v2/workflow-add-menu.png new file mode 100644 index 0000000000..e03507f664 Binary files /dev/null and b/assets/images/help/projects-v2/workflow-add-menu.png differ diff --git a/assets/images/help/projects-v2/workflow-start-editing.png b/assets/images/help/projects-v2/workflow-start-editing.png index 552fa97704..80d5951fbf 100644 Binary files a/assets/images/help/projects-v2/workflow-start-editing.png and b/assets/images/help/projects-v2/workflow-start-editing.png differ diff --git a/assets/images/help/pull_requests/allow-maintainers-to-make-edits-sidebar-checkbox.png b/assets/images/help/pull_requests/allow-maintainers-to-make-edits-sidebar-checkbox.png deleted file mode 100644 index bcbeb992aa..0000000000 Binary files a/assets/images/help/pull_requests/allow-maintainers-to-make-edits-sidebar-checkbox.png and /dev/null differ diff --git a/assets/images/help/pull_requests/choose-pull-request-reviewer.png b/assets/images/help/pull_requests/choose-pull-request-reviewer.png deleted file mode 100644 index 8e7ffad8a2..0000000000 Binary files a/assets/images/help/pull_requests/choose-pull-request-reviewer.png and /dev/null differ diff --git a/assets/images/help/pull_requests/commit-changes-button.png b/assets/images/help/pull_requests/commit-changes-button.png deleted file mode 100644 index 93aa032079..0000000000 Binary files a/assets/images/help/pull_requests/commit-changes-button.png and /dev/null differ diff --git a/assets/images/help/pull_requests/compare-branch-example.png b/assets/images/help/pull_requests/compare-branch-example.png deleted file mode 100644 index 037e4af6a4..0000000000 Binary files a/assets/images/help/pull_requests/compare-branch-example.png and /dev/null differ diff --git a/assets/images/help/pull_requests/convert-to-draft-dialog.png b/assets/images/help/pull_requests/convert-to-draft-dialog.png deleted file mode 100644 index 7c705bc192..0000000000 Binary files a/assets/images/help/pull_requests/convert-to-draft-dialog.png and /dev/null differ diff --git a/assets/images/help/pull_requests/create-issue.png b/assets/images/help/pull_requests/create-issue.png deleted file mode 100644 index bb79e4d0b7..0000000000 Binary files a/assets/images/help/pull_requests/create-issue.png and /dev/null differ diff --git a/assets/images/help/pull_requests/diff-view-settings.png b/assets/images/help/pull_requests/diff-view-settings.png deleted file mode 100644 index 92fd2a6c74..0000000000 Binary files a/assets/images/help/pull_requests/diff-view-settings.png and /dev/null differ diff --git a/assets/images/help/pull_requests/disable-auto-merge-button.png b/assets/images/help/pull_requests/disable-auto-merge-button.png deleted file mode 100644 index 12fcec4f4c..0000000000 Binary files a/assets/images/help/pull_requests/disable-auto-merge-button.png and /dev/null differ diff --git a/assets/images/help/pull_requests/enable-auto-merge-button.png b/assets/images/help/pull_requests/enable-auto-merge-button.png deleted file mode 100644 index c35462bad2..0000000000 Binary files a/assets/images/help/pull_requests/enable-auto-merge-button.png and /dev/null differ diff --git a/assets/images/help/pull_requests/new-issue-repository.png b/assets/images/help/pull_requests/new-issue-repository.png deleted file mode 100644 index b75d7e6d8e..0000000000 Binary files a/assets/images/help/pull_requests/new-issue-repository.png and /dev/null differ diff --git a/assets/images/help/pull_requests/new-issue-title-and-body.png b/assets/images/help/pull_requests/new-issue-title-and-body.png deleted file mode 100644 index b66c3ca548..0000000000 Binary files a/assets/images/help/pull_requests/new-issue-title-and-body.png and /dev/null differ diff --git a/assets/images/help/pull_requests/pr-review-filters.png b/assets/images/help/pull_requests/pr-review-filters.png deleted file mode 100644 index e863ab985d..0000000000 Binary files a/assets/images/help/pull_requests/pr-review-filters.png and /dev/null differ diff --git a/assets/images/help/pull_requests/pull-request-body.png b/assets/images/help/pull_requests/pull-request-body.png deleted file mode 100644 index 99ecbfb3d7..0000000000 Binary files a/assets/images/help/pull_requests/pull-request-body.png and /dev/null differ diff --git a/assets/images/help/pull_requests/pull-request-comment.png b/assets/images/help/pull_requests/pull-request-comment.png deleted file mode 100644 index ac236c7fd7..0000000000 Binary files a/assets/images/help/pull_requests/pull-request-comment.png and /dev/null differ diff --git a/assets/images/help/pull_requests/pull-request-information-fields-enterprise.png b/assets/images/help/pull_requests/pull-request-information-fields-enterprise.png deleted file mode 100644 index e0fef0d347..0000000000 Binary files a/assets/images/help/pull_requests/pull-request-information-fields-enterprise.png and /dev/null differ diff --git a/assets/images/help/pull_requests/pull-request-information-fields.png b/assets/images/help/pull_requests/pull-request-information-fields.png deleted file mode 100644 index 28ef9f9bec..0000000000 Binary files a/assets/images/help/pull_requests/pull-request-information-fields.png and /dev/null differ diff --git a/assets/images/help/pull_requests/pull-request-review-statuses.png b/assets/images/help/pull_requests/pull-request-review-statuses.png deleted file mode 100644 index ad485b42e8..0000000000 Binary files a/assets/images/help/pull_requests/pull-request-review-statuses.png and /dev/null differ diff --git a/assets/images/help/pull_requests/reference-in-new-issue.png b/assets/images/help/pull_requests/reference-in-new-issue.png deleted file mode 100644 index 662753b8b4..0000000000 Binary files a/assets/images/help/pull_requests/reference-in-new-issue.png and /dev/null differ diff --git a/assets/images/help/pull_requests/request-a-review-not-suggested.png b/assets/images/help/pull_requests/request-a-review-not-suggested.png deleted file mode 100644 index 5ad5fd742b..0000000000 Binary files a/assets/images/help/pull_requests/request-a-review-not-suggested.png and /dev/null differ diff --git a/assets/images/help/pull_requests/start-a-review-button.png b/assets/images/help/pull_requests/start-a-review-button.png deleted file mode 100644 index 282dec5288..0000000000 Binary files a/assets/images/help/pull_requests/start-a-review-button.png and /dev/null differ diff --git a/assets/images/help/pull_requests/suggested-change-commit-message-field.png b/assets/images/help/pull_requests/suggested-change-commit-message-field.png deleted file mode 100644 index fc7ba5f74c..0000000000 Binary files a/assets/images/help/pull_requests/suggested-change-commit-message-field.png and /dev/null differ diff --git a/assets/images/help/repository/PR-bypass-requirements-with-apps.png b/assets/images/help/repository/PR-bypass-requirements-with-apps.png deleted file mode 100644 index 4404f8e65a..0000000000 Binary files a/assets/images/help/repository/PR-bypass-requirements-with-apps.png and /dev/null differ diff --git a/assets/images/help/repository/PR-bypass-requirements.png b/assets/images/help/repository/PR-bypass-requirements.png deleted file mode 100644 index 12e8e22aee..0000000000 Binary files a/assets/images/help/repository/PR-bypass-requirements.png and /dev/null differ diff --git a/assets/images/help/repository/PR-required-check-passed-using-generic.png b/assets/images/help/repository/PR-required-check-passed-using-generic.png deleted file mode 100644 index 02b56f7552..0000000000 Binary files a/assets/images/help/repository/PR-required-check-passed-using-generic.png and /dev/null differ diff --git a/assets/images/help/repository/PR-required-check-skipped.png b/assets/images/help/repository/PR-required-check-skipped.png deleted file mode 100644 index 6c1fa4f8cd..0000000000 Binary files a/assets/images/help/repository/PR-required-check-skipped.png and /dev/null differ diff --git a/assets/images/help/repository/PR-review-required-code-owner.png b/assets/images/help/repository/PR-review-required-code-owner.png deleted file mode 100644 index 891b26139f..0000000000 Binary files a/assets/images/help/repository/PR-review-required-code-owner.png and /dev/null differ diff --git a/assets/images/help/repository/PR-review-required-dismissals-with-apps.png b/assets/images/help/repository/PR-review-required-dismissals-with-apps.png deleted file mode 100644 index 904838748f..0000000000 Binary files a/assets/images/help/repository/PR-review-required-dismissals-with-apps.png and /dev/null differ diff --git a/assets/images/help/repository/PR-review-required-dismissals.png b/assets/images/help/repository/PR-review-required-dismissals.png deleted file mode 100644 index 360311c946..0000000000 Binary files a/assets/images/help/repository/PR-review-required-dismissals.png and /dev/null differ diff --git a/assets/images/help/repository/PR-reviews-required-dismiss-stale.png b/assets/images/help/repository/PR-reviews-required-dismiss-stale.png deleted file mode 100644 index 106f14bbda..0000000000 Binary files a/assets/images/help/repository/PR-reviews-required-dismiss-stale.png and /dev/null differ diff --git a/assets/images/help/repository/PR-reviews-required-updated.png b/assets/images/help/repository/PR-reviews-required-updated.png deleted file mode 100644 index b487d44a1b..0000000000 Binary files a/assets/images/help/repository/PR-reviews-required-updated.png and /dev/null differ diff --git a/assets/images/help/repository/PR-reviews-required.png b/assets/images/help/repository/PR-reviews-required.png deleted file mode 100644 index 0b648f5031..0000000000 Binary files a/assets/images/help/repository/PR-reviews-required.png and /dev/null differ diff --git a/assets/images/help/repository/allow-branch-deletions.png b/assets/images/help/repository/allow-branch-deletions.png deleted file mode 100644 index db18f077a0..0000000000 Binary files a/assets/images/help/repository/allow-branch-deletions.png and /dev/null differ diff --git a/assets/images/help/repository/allow-force-pushes-specify-who-with-apps.png b/assets/images/help/repository/allow-force-pushes-specify-who-with-apps.png deleted file mode 100644 index 0f53ceba7e..0000000000 Binary files a/assets/images/help/repository/allow-force-pushes-specify-who-with-apps.png and /dev/null differ diff --git a/assets/images/help/repository/allow-force-pushes-specify-who.png b/assets/images/help/repository/allow-force-pushes-specify-who.png deleted file mode 100644 index ffd46ebe14..0000000000 Binary files a/assets/images/help/repository/allow-force-pushes-specify-who.png and /dev/null differ diff --git a/assets/images/help/repository/allow-force-pushes.png b/assets/images/help/repository/allow-force-pushes.png deleted file mode 100644 index 19589362dc..0000000000 Binary files a/assets/images/help/repository/allow-force-pushes.png and /dev/null differ diff --git a/assets/images/help/repository/collaborator-remove.png b/assets/images/help/repository/collaborator-remove.png deleted file mode 100644 index ffdedf411c..0000000000 Binary files a/assets/images/help/repository/collaborator-remove.png and /dev/null differ diff --git a/assets/images/help/repository/create-repository-name.png b/assets/images/help/repository/create-repository-name.png index 09d75f4fa1..1d606f38f2 100644 Binary files a/assets/images/help/repository/create-repository-name.png and b/assets/images/help/repository/create-repository-name.png differ diff --git a/assets/images/help/repository/default-squash-message-dropdown.png b/assets/images/help/repository/default-squash-message-dropdown.png deleted file mode 100644 index 27fe0c2bb2..0000000000 Binary files a/assets/images/help/repository/default-squash-message-dropdown.png and /dev/null differ diff --git a/assets/images/help/repository/delete-all-logs-updated-2.png b/assets/images/help/repository/delete-all-logs-updated-2.png deleted file mode 100644 index 791a2f27ec..0000000000 Binary files a/assets/images/help/repository/delete-all-logs-updated-2.png and /dev/null differ diff --git a/assets/images/help/repository/delete-branch-protection-rule.png b/assets/images/help/repository/delete-branch-protection-rule.png deleted file mode 100644 index 076ad664b4..0000000000 Binary files a/assets/images/help/repository/delete-branch-protection-rule.png and /dev/null differ diff --git a/assets/images/help/repository/do-not-allow-bypassing-the-above-settings.png b/assets/images/help/repository/do-not-allow-bypassing-the-above-settings.png deleted file mode 100644 index 5832b9dc9b..0000000000 Binary files a/assets/images/help/repository/do-not-allow-bypassing-the-above-settings.png and /dev/null differ diff --git a/assets/images/help/repository/download-logs-drop-down-updated-2.png b/assets/images/help/repository/download-logs-drop-down-updated-2.png deleted file mode 100644 index 80c3263ff7..0000000000 Binary files a/assets/images/help/repository/download-logs-drop-down-updated-2.png and /dev/null differ diff --git a/assets/images/help/repository/edit-branch-protection-rule.png b/assets/images/help/repository/edit-branch-protection-rule.png deleted file mode 100644 index d38b0426e1..0000000000 Binary files a/assets/images/help/repository/edit-branch-protection-rule.png and /dev/null differ diff --git a/assets/images/help/repository/fetch-and-merge-button.png b/assets/images/help/repository/fetch-and-merge-button.png deleted file mode 100644 index b049880cd8..0000000000 Binary files a/assets/images/help/repository/fetch-and-merge-button.png and /dev/null differ diff --git a/assets/images/help/repository/first-commit.png b/assets/images/help/repository/first-commit.png deleted file mode 100644 index 0036d4bcc7..0000000000 Binary files a/assets/images/help/repository/first-commit.png and /dev/null differ diff --git a/assets/images/help/repository/hello-world-repo.png b/assets/images/help/repository/hello-world-repo.png deleted file mode 100644 index 7229418f5f..0000000000 Binary files a/assets/images/help/repository/hello-world-repo.png and /dev/null differ diff --git a/assets/images/help/repository/highlight-line-of-code.png b/assets/images/help/repository/highlight-line-of-code.png deleted file mode 100644 index ae9c857ad2..0000000000 Binary files a/assets/images/help/repository/highlight-line-of-code.png and /dev/null differ diff --git a/assets/images/help/repository/highlight-range-of-code.png b/assets/images/help/repository/highlight-range-of-code.png deleted file mode 100644 index 7c8b395595..0000000000 Binary files a/assets/images/help/repository/highlight-range-of-code.png and /dev/null differ diff --git a/assets/images/help/repository/images-onion-view.gif b/assets/images/help/repository/images-onion-view.gif deleted file mode 100644 index bf4074a881..0000000000 Binary files a/assets/images/help/repository/images-onion-view.gif and /dev/null differ diff --git a/assets/images/help/repository/include-admins-protected-branches.png b/assets/images/help/repository/include-admins-protected-branches.png deleted file mode 100644 index f6a62868f6..0000000000 Binary files a/assets/images/help/repository/include-admins-protected-branches.png and /dev/null differ diff --git a/assets/images/help/repository/invite-a-collaborator-button.png b/assets/images/help/repository/invite-a-collaborator-button.png deleted file mode 100644 index 36e6448182..0000000000 Binary files a/assets/images/help/repository/invite-a-collaborator-button.png and /dev/null differ diff --git a/assets/images/help/repository/issue-opened-from-code.png b/assets/images/help/repository/issue-opened-from-code.png deleted file mode 100644 index 1aa32437cd..0000000000 Binary files a/assets/images/help/repository/issue-opened-from-code.png and /dev/null differ diff --git a/assets/images/help/repository/issue-template-commit-message-field.png b/assets/images/help/repository/issue-template-commit-message-field.png deleted file mode 100644 index 2d7f27f975..0000000000 Binary files a/assets/images/help/repository/issue-template-commit-message-field.png and /dev/null differ diff --git a/assets/images/help/repository/issue-template-commit-to-master-or-open-pull-request.png b/assets/images/help/repository/issue-template-commit-to-master-or-open-pull-request.png deleted file mode 100644 index 69b5e2c5dd..0000000000 Binary files a/assets/images/help/repository/issue-template-commit-to-master-or-open-pull-request.png and /dev/null differ diff --git a/assets/images/help/repository/javascript-action-workflow-run-updated-2.png b/assets/images/help/repository/javascript-action-workflow-run-updated-2.png deleted file mode 100644 index d84ef615ae..0000000000 Binary files a/assets/images/help/repository/javascript-action-workflow-run-updated-2.png and /dev/null differ diff --git a/assets/images/help/repository/last-pusher-review-required.png b/assets/images/help/repository/last-pusher-review-required.png deleted file mode 100644 index a5baa85e10..0000000000 Binary files a/assets/images/help/repository/last-pusher-review-required.png and /dev/null differ diff --git a/assets/images/help/repository/license-review-tool.png b/assets/images/help/repository/license-review-tool.png deleted file mode 100644 index 659b67933a..0000000000 Binary files a/assets/images/help/repository/license-review-tool.png and /dev/null differ diff --git a/assets/images/help/repository/license-submit-tool.png b/assets/images/help/repository/license-submit-tool.png deleted file mode 100644 index 9326a8f859..0000000000 Binary files a/assets/images/help/repository/license-submit-tool.png and /dev/null differ diff --git a/assets/images/help/repository/license-tool-picker.png b/assets/images/help/repository/license-tool-picker.png deleted file mode 100644 index 5441d28700..0000000000 Binary files a/assets/images/help/repository/license-tool-picker.png and /dev/null differ diff --git a/assets/images/help/repository/lock-branch-forksync.png b/assets/images/help/repository/lock-branch-forksync.png deleted file mode 100644 index 309f2e944f..0000000000 Binary files a/assets/images/help/repository/lock-branch-forksync.png and /dev/null differ diff --git a/assets/images/help/repository/lock-branch.png b/assets/images/help/repository/lock-branch.png deleted file mode 100644 index b93442c1e7..0000000000 Binary files a/assets/images/help/repository/lock-branch.png and /dev/null differ diff --git a/assets/images/help/repository/manage-access-filter.png b/assets/images/help/repository/manage-access-filter.png deleted file mode 100644 index 34f8904646..0000000000 Binary files a/assets/images/help/repository/manage-access-filter.png and /dev/null differ diff --git a/assets/images/help/repository/manage-access-invite-choose-role-add.png b/assets/images/help/repository/manage-access-invite-choose-role-add.png deleted file mode 100644 index 23105baa77..0000000000 Binary files a/assets/images/help/repository/manage-access-invite-choose-role-add.png and /dev/null differ diff --git a/assets/images/help/repository/manage-access-invite-search-field-user.png b/assets/images/help/repository/manage-access-invite-search-field-user.png deleted file mode 100644 index 9f302db9d9..0000000000 Binary files a/assets/images/help/repository/manage-access-invite-search-field-user.png and /dev/null differ diff --git a/assets/images/help/repository/manage-access-invite-search-field.png b/assets/images/help/repository/manage-access-invite-search-field.png deleted file mode 100644 index 436d236981..0000000000 Binary files a/assets/images/help/repository/manage-access-invite-search-field.png and /dev/null differ diff --git a/assets/images/help/repository/manage-access-remove.png b/assets/images/help/repository/manage-access-remove.png deleted file mode 100644 index 989ede6de7..0000000000 Binary files a/assets/images/help/repository/manage-access-remove.png and /dev/null differ diff --git a/assets/images/help/repository/manage-access-role-drop-down.png b/assets/images/help/repository/manage-access-role-drop-down.png deleted file mode 100644 index 3cccb79b0e..0000000000 Binary files a/assets/images/help/repository/manage-access-role-drop-down.png and /dev/null differ diff --git a/assets/images/help/repository/menu-report-comment.png b/assets/images/help/repository/menu-report-comment.png deleted file mode 100644 index 51ac683971..0000000000 Binary files a/assets/images/help/repository/menu-report-comment.png and /dev/null differ diff --git a/assets/images/help/repository/move-file-edit-file-icon.png b/assets/images/help/repository/move-file-edit-file-icon.png deleted file mode 100644 index 2af241f612..0000000000 Binary files a/assets/images/help/repository/move-file-edit-file-icon.png and /dev/null differ diff --git a/assets/images/help/repository/moving_files.gif b/assets/images/help/repository/moving_files.gif deleted file mode 100644 index 00eb51cff4..0000000000 Binary files a/assets/images/help/repository/moving_files.gif and /dev/null differ diff --git a/assets/images/help/repository/new-file-commit-button.png b/assets/images/help/repository/new-file-commit-button.png deleted file mode 100644 index e419bcab63..0000000000 Binary files a/assets/images/help/repository/new-file-commit-button.png and /dev/null differ diff --git a/assets/images/help/repository/number-of-required-review-approvals-updated.png b/assets/images/help/repository/number-of-required-review-approvals-updated.png deleted file mode 100644 index 3546621d2b..0000000000 Binary files a/assets/images/help/repository/number-of-required-review-approvals-updated.png and /dev/null differ diff --git a/assets/images/help/repository/propose-changes-button.png b/assets/images/help/repository/propose-changes-button.png deleted file mode 100644 index 15b7e26347..0000000000 Binary files a/assets/images/help/repository/propose-changes-button.png and /dev/null differ diff --git a/assets/images/help/repository/prose_diff_rendering.png b/assets/images/help/repository/prose_diff_rendering.png deleted file mode 100644 index b5649aa96d..0000000000 Binary files a/assets/images/help/repository/prose_diff_rendering.png and /dev/null differ diff --git a/assets/images/help/repository/protecting-branch-loose-status.png b/assets/images/help/repository/protecting-branch-loose-status.png deleted file mode 100644 index fe1d977c5a..0000000000 Binary files a/assets/images/help/repository/protecting-branch-loose-status.png and /dev/null differ diff --git a/assets/images/help/repository/render_webgl_error.png b/assets/images/help/repository/render_webgl_error.png deleted file mode 100644 index 5623cf2e56..0000000000 Binary files a/assets/images/help/repository/render_webgl_error.png and /dev/null differ diff --git a/assets/images/help/repository/rendered-pdf.png b/assets/images/help/repository/rendered-pdf.png deleted file mode 100644 index c0723f529a..0000000000 Binary files a/assets/images/help/repository/rendered-pdf.png and /dev/null differ diff --git a/assets/images/help/repository/repo-create.png b/assets/images/help/repository/repo-create.png index ea0de4be80..b5677edaa2 100644 Binary files a/assets/images/help/repository/repo-create.png and b/assets/images/help/repository/repo-create.png differ diff --git a/assets/images/help/repository/req-status-check-conflicting-merge-commits.png b/assets/images/help/repository/req-status-check-conflicting-merge-commits.png deleted file mode 100644 index f2c3d1533e..0000000000 Binary files a/assets/images/help/repository/req-status-check-conflicting-merge-commits.png and /dev/null differ diff --git a/assets/images/help/repository/require-conversation-resolution.png b/assets/images/help/repository/require-conversation-resolution.png deleted file mode 100644 index 52f4bad4b0..0000000000 Binary files a/assets/images/help/repository/require-conversation-resolution.png and /dev/null differ diff --git a/assets/images/help/repository/require-merge-queue.png b/assets/images/help/repository/require-merge-queue.png deleted file mode 100644 index ae84d0ab09..0000000000 Binary files a/assets/images/help/repository/require-merge-queue.png and /dev/null differ diff --git a/assets/images/help/repository/require-signed-commits.png b/assets/images/help/repository/require-signed-commits.png deleted file mode 100644 index 66def0b1a7..0000000000 Binary files a/assets/images/help/repository/require-signed-commits.png and /dev/null differ diff --git a/assets/images/help/repository/require-successful-deployment.png b/assets/images/help/repository/require-successful-deployment.png deleted file mode 100644 index 0973b1c9ee..0000000000 Binary files a/assets/images/help/repository/require-successful-deployment.png and /dev/null differ diff --git a/assets/images/help/repository/required-linear-history.png b/assets/images/help/repository/required-linear-history.png deleted file mode 100644 index 2b2c02bc23..0000000000 Binary files a/assets/images/help/repository/required-linear-history.png and /dev/null differ diff --git a/assets/images/help/repository/required-status-checks.png b/assets/images/help/repository/required-status-checks.png deleted file mode 100644 index 171bf510d9..0000000000 Binary files a/assets/images/help/repository/required-status-checks.png and /dev/null differ diff --git a/assets/images/help/repository/required-statuses-list.png b/assets/images/help/repository/required-statuses-list.png deleted file mode 100644 index 2a2bdfe37a..0000000000 Binary files a/assets/images/help/repository/required-statuses-list.png and /dev/null differ diff --git a/assets/images/help/repository/restrict-branch-create.png b/assets/images/help/repository/restrict-branch-create.png deleted file mode 100644 index 68ccd9d7c2..0000000000 Binary files a/assets/images/help/repository/restrict-branch-create.png and /dev/null differ diff --git a/assets/images/help/repository/restrict-branch-search-with-create.png b/assets/images/help/repository/restrict-branch-search-with-create.png deleted file mode 100644 index 9d57c27da0..0000000000 Binary files a/assets/images/help/repository/restrict-branch-search-with-create.png and /dev/null differ diff --git a/assets/images/help/repository/restrict-branch-search.png b/assets/images/help/repository/restrict-branch-search.png deleted file mode 100644 index 16d6bc1727..0000000000 Binary files a/assets/images/help/repository/restrict-branch-search.png and /dev/null differ diff --git a/assets/images/help/repository/restrict-branch.png b/assets/images/help/repository/restrict-branch.png deleted file mode 100644 index 96911eb615..0000000000 Binary files a/assets/images/help/repository/restrict-branch.png and /dev/null differ diff --git a/assets/images/help/repository/save-branch-protection-rule.png b/assets/images/help/repository/save-branch-protection-rule.png deleted file mode 100644 index a01d4985d7..0000000000 Binary files a/assets/images/help/repository/save-branch-protection-rule.png and /dev/null differ diff --git a/assets/images/help/repository/searching_csvs.gif b/assets/images/help/repository/searching_csvs.gif deleted file mode 100644 index 05d51f5956..0000000000 Binary files a/assets/images/help/repository/searching_csvs.gif and /dev/null differ diff --git a/assets/images/help/repository/social-preview.png b/assets/images/help/repository/social-preview.png index 6325fa5ee0..3363287908 100644 Binary files a/assets/images/help/repository/social-preview.png and b/assets/images/help/repository/social-preview.png differ diff --git a/assets/images/help/repository/source-render-toggle-geojson.png b/assets/images/help/repository/source-render-toggle-geojson.png deleted file mode 100644 index 3b4cf6dbc8..0000000000 Binary files a/assets/images/help/repository/source-render-toggle-geojson.png and /dev/null differ diff --git a/assets/images/help/repository/start-commit-choose-where-to-commit.png b/assets/images/help/repository/start-commit-choose-where-to-commit.png deleted file mode 100644 index 83320fed1a..0000000000 Binary files a/assets/images/help/repository/start-commit-choose-where-to-commit.png and /dev/null differ diff --git a/assets/images/help/repository/view_raw.png b/assets/images/help/repository/view_raw.png deleted file mode 100644 index 83fdb6ba32..0000000000 Binary files a/assets/images/help/repository/view_raw.png and /dev/null differ diff --git a/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated-2.png b/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated-2.png deleted file mode 100644 index 96d5f6a3d1..0000000000 Binary files a/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated-2.png and /dev/null differ diff --git a/assets/images/help/security/security-advisory-new-draft-security-advisory-button.png b/assets/images/help/security/security-advisory-new-draft-security-advisory-button.png deleted file mode 100644 index e972fb325e..0000000000 Binary files a/assets/images/help/security/security-advisory-new-draft-security-advisory-button.png and /dev/null differ diff --git a/assets/images/help/settings/actions-org-enterprise-list-group-runners.png b/assets/images/help/settings/actions-org-enterprise-list-group-runners.png deleted file mode 100644 index d643b9ad88..0000000000 Binary files a/assets/images/help/settings/actions-org-enterprise-list-group-runners.png and /dev/null differ diff --git a/assets/images/help/settings/email_privacy.png b/assets/images/help/settings/email_privacy.png deleted file mode 100644 index 2dd0a07f25..0000000000 Binary files a/assets/images/help/settings/email_privacy.png and /dev/null differ diff --git a/assets/images/help/settings/feature-preview-button.png b/assets/images/help/settings/feature-preview-button.png index e006264a27..bce0d5d73f 100644 Binary files a/assets/images/help/settings/feature-preview-button.png and b/assets/images/help/settings/feature-preview-button.png differ diff --git a/assets/images/help/settings/payment-info-link.png b/assets/images/help/settings/payment-info-link.png index f19ecf7355..98226a0273 100644 Binary files a/assets/images/help/settings/payment-info-link.png and b/assets/images/help/settings/payment-info-link.png differ diff --git a/assets/images/help/settings/personal_access_tokens.png b/assets/images/help/settings/personal_access_tokens.png index c672edee6c..4d51c9b263 100644 Binary files a/assets/images/help/settings/personal_access_tokens.png and b/assets/images/help/settings/personal_access_tokens.png differ diff --git a/assets/images/help/settings/remove_billing_info.png b/assets/images/help/settings/remove_billing_info.png deleted file mode 100644 index 864226e6b5..0000000000 Binary files a/assets/images/help/settings/remove_billing_info.png and /dev/null differ diff --git a/assets/images/help/settings/restore-button.png b/assets/images/help/settings/restore-button.png index c282b2a089..1d4ede6b3c 100644 Binary files a/assets/images/help/settings/restore-button.png and b/assets/images/help/settings/restore-button.png differ diff --git a/assets/images/help/settings/revoke-github-app.png b/assets/images/help/settings/revoke-github-app.png index 28668a521d..5f8c3d4a3a 100644 Binary files a/assets/images/help/settings/revoke-github-app.png and b/assets/images/help/settings/revoke-github-app.png differ diff --git a/assets/images/help/settings/revoke-oauth-app.png b/assets/images/help/settings/revoke-oauth-app.png index da90b65286..6f44b6c101 100644 Binary files a/assets/images/help/settings/revoke-oauth-app.png and b/assets/images/help/settings/revoke-oauth-app.png differ diff --git a/assets/images/help/settings/settings-authorized-oauth-apps-tab.png b/assets/images/help/settings/settings-authorized-oauth-apps-tab.png index 342c11e014..b2881444fd 100644 Binary files a/assets/images/help/settings/settings-authorized-oauth-apps-tab.png and b/assets/images/help/settings/settings-authorized-oauth-apps-tab.png differ diff --git a/assets/images/help/settings/settings-invite-successor-search-field.png b/assets/images/help/settings/settings-invite-successor-search-field.png index 7089147bfc..f70ad008d8 100644 Binary files a/assets/images/help/settings/settings-invite-successor-search-field.png and b/assets/images/help/settings/settings-invite-successor-search-field.png differ diff --git a/assets/images/help/settings/settings-sidebar-notifications.png b/assets/images/help/settings/settings-sidebar-notifications.png deleted file mode 100644 index 1ce9b72447..0000000000 Binary files a/assets/images/help/settings/settings-sidebar-notifications.png and /dev/null differ diff --git a/assets/images/help/settings/settings-third-party-deny-edit.png b/assets/images/help/settings/settings-third-party-deny-edit.png index 5ac8e71047..5288070af0 100644 Binary files a/assets/images/help/settings/settings-third-party-deny-edit.png and b/assets/images/help/settings/settings-third-party-deny-edit.png differ diff --git a/assets/images/help/settings/spending-limit-tab-enterprise.png b/assets/images/help/settings/spending-limit-tab-enterprise.png index 394c571278..37bd9fc1af 100644 Binary files a/assets/images/help/settings/spending-limit-tab-enterprise.png and b/assets/images/help/settings/spending-limit-tab-enterprise.png differ diff --git a/assets/images/help/settings/ssh-sso-button.png b/assets/images/help/settings/ssh-sso-button.png index b71135fafb..0d53613ed3 100644 Binary files a/assets/images/help/settings/ssh-sso-button.png and b/assets/images/help/settings/ssh-sso-button.png differ diff --git a/assets/images/help/settings/sso-allowlist-button.png b/assets/images/help/settings/sso-allowlist-button.png index 05ddeeb588..5fde1db3ad 100644 Binary files a/assets/images/help/settings/sso-allowlist-button.png and b/assets/images/help/settings/sso-allowlist-button.png differ diff --git a/assets/images/help/settings/theme-mode-drop-down-menu.png b/assets/images/help/settings/theme-mode-drop-down-menu.png index c53d6d388b..2323d5d875 100644 Binary files a/assets/images/help/settings/theme-mode-drop-down-menu.png and b/assets/images/help/settings/theme-mode-drop-down-menu.png differ diff --git a/assets/images/help/settings/view-required-workflows.png b/assets/images/help/settings/view-required-workflows.png index d6217ad572..257fc98209 100644 Binary files a/assets/images/help/settings/view-required-workflows.png and b/assets/images/help/settings/view-required-workflows.png differ diff --git a/assets/images/help/settings/workflow-delete-run.png b/assets/images/help/settings/workflow-delete-run.png index 58457a0b28..adab6822ac 100644 Binary files a/assets/images/help/settings/workflow-delete-run.png and b/assets/images/help/settings/workflow-delete-run.png differ diff --git a/assets/images/help/sponsors/edit-sponsorship-payment-button.png b/assets/images/help/sponsors/edit-sponsorship-payment-button.png deleted file mode 100644 index b5747bcdd6..0000000000 Binary files a/assets/images/help/sponsors/edit-sponsorship-payment-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/funding-yml-file.png b/assets/images/help/sponsors/funding-yml-file.png deleted file mode 100644 index 8ea922760c..0000000000 Binary files a/assets/images/help/sponsors/funding-yml-file.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsor-as-drop-down-menu.png b/assets/images/help/sponsors/sponsor-as-drop-down-menu.png deleted file mode 100644 index 9df32d3db3..0000000000 Binary files a/assets/images/help/sponsors/sponsor-as-drop-down-menu.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsor-org-button.png b/assets/images/help/sponsors/sponsor-org-button.png deleted file mode 100644 index 4efa0dab50..0000000000 Binary files a/assets/images/help/sponsors/sponsor-org-button.png and /dev/null differ diff --git a/assets/images/help/sponsors/sponsoring-settings-tab.png b/assets/images/help/sponsors/sponsoring-settings-tab.png new file mode 100644 index 0000000000..fdf8daf307 Binary files /dev/null and b/assets/images/help/sponsors/sponsoring-settings-tab.png differ diff --git a/assets/images/help/sponsors/sponsors-tab.png b/assets/images/help/sponsors/sponsors-tab.png deleted file mode 100644 index 963cdacde8..0000000000 Binary files a/assets/images/help/sponsors/sponsors-tab.png and /dev/null differ diff --git a/assets/images/help/sponsors/tax-form-link.png b/assets/images/help/sponsors/tax-form-link.png index 56d7e90759..a7043d2ead 100644 Binary files a/assets/images/help/sponsors/tax-form-link.png and b/assets/images/help/sponsors/tax-form-link.png differ diff --git a/assets/images/help/sponsors/tier-filter-dropdown.png b/assets/images/help/sponsors/tier-filter-dropdown.png new file mode 100644 index 0000000000..124c6ef866 Binary files /dev/null and b/assets/images/help/sponsors/tier-filter-dropdown.png differ diff --git a/assets/images/help/sponsors/who-can-see-sponsorship.png b/assets/images/help/sponsors/who-can-see-sponsorship.png deleted file mode 100644 index 8710355065..0000000000 Binary files a/assets/images/help/sponsors/who-can-see-sponsorship.png and /dev/null differ diff --git a/assets/images/help/stars/create-list-with-description.png b/assets/images/help/stars/create-list-with-description.png deleted file mode 100644 index 6563ac680f..0000000000 Binary files a/assets/images/help/stars/create-list-with-description.png and /dev/null differ diff --git a/assets/images/help/stars/create-list.png b/assets/images/help/stars/create-list.png deleted file mode 100644 index 04497392cc..0000000000 Binary files a/assets/images/help/stars/create-list.png and /dev/null differ diff --git a/assets/images/help/stars/search-bar-for-starred-repos.png b/assets/images/help/stars/search-bar-for-starred-repos.png deleted file mode 100644 index ab606d33f9..0000000000 Binary files a/assets/images/help/stars/search-bar-for-starred-repos.png and /dev/null differ diff --git a/assets/images/help/stars/stars_filter_language.png b/assets/images/help/stars/stars_filter_language.png deleted file mode 100644 index dedbc15bf1..0000000000 Binary files a/assets/images/help/stars/stars_filter_language.png and /dev/null differ diff --git a/assets/images/help/stars/stars_filter_topic.png b/assets/images/help/stars/stars_filter_topic.png deleted file mode 100644 index 4f987d5f3e..0000000000 Binary files a/assets/images/help/stars/stars_filter_topic.png and /dev/null differ diff --git a/assets/images/help/stars/stars_search_bar.png b/assets/images/help/stars/stars_search_bar.png deleted file mode 100644 index c32f9bc7f6..0000000000 Binary files a/assets/images/help/stars/stars_search_bar.png and /dev/null differ diff --git a/assets/images/help/stars/stars_sort_menu.png b/assets/images/help/stars/stars_sort_menu.png deleted file mode 100644 index 2a5c823de2..0000000000 Binary files a/assets/images/help/stars/stars_sort_menu.png and /dev/null differ diff --git a/assets/images/internal-docs/copy-block-header.png b/assets/images/internal-docs/copy-block-header.png deleted file mode 100644 index 297266b7fb..0000000000 Binary files a/assets/images/internal-docs/copy-block-header.png and /dev/null differ diff --git a/assets/images/internal-docs/search-results.png b/assets/images/internal-docs/search-results.png deleted file mode 100644 index 2938655a42..0000000000 Binary files a/assets/images/internal-docs/search-results.png and /dev/null differ diff --git a/components/LinkPreviewPopover.tsx b/components/LinkPreviewPopover.tsx index 53aeae6453..f6b2451a0a 100644 --- a/components/LinkPreviewPopover.tsx +++ b/components/LinkPreviewPopover.tsx @@ -34,6 +34,16 @@ let currentlyOpen: HTMLLinkElement | null = null // change accoding to the popover's true height. But this can cause a flicker. const BOUNDING_TOP_MARGIN = 300 +type Info = { + product: string + title: string + intro: string + anchor?: string +} +type APIInfo = { + info: Info +} + function getOrCreatePopoverGlobal() { let popoverGlobal = document.querySelector('div.Popover') as HTMLDivElement | null if (!popoverGlobal) { @@ -106,45 +116,58 @@ function popoverWrap(element: HTMLLinkElement) { if (element.parentElement && element.parentElement.classList.contains('Popover')) { return } - let title = element.dataset.title - let product = element.dataset.productTitle || '' - let intro = element.dataset.intro || '' + let title = '' + let product = '' + let intro = '' let anchor = '' - if (!title) { - // But, is it an in-page anchor link? If so, get the title, intro - // and product from within the DOM. But only if we can use the anchor - // destination to find a DOM node that has text. - if ( - element.href.includes('#') && - element.href.split('#')[1] && - element.href.startsWith(`${window.location.href.split('#')[0]}#`) - ) { - const domID = element.href.split('#')[1] - const domElement = document.querySelector(`#${domID}`) - if (domElement && domElement.textContent) { - anchor = domElement.textContent - // Now we have to make up the product, intro, and title - const domTitle = document.querySelector('h1') - if (domTitle && domTitle.textContent) { - title = domTitle.textContent - intro = '' - product = '' - const domProduct = document.querySelector('._product-title') - if (domProduct && domProduct.textContent) { - product = domProduct.textContent - } - const domIntro = document.querySelector('._page-intro') - if (domIntro && domIntro.textContent) { - intro = domIntro.textContent - } + // Is it an in-page anchor link? If so, get the title, intro + // and product from within the DOM. But only if we can use the anchor + // destination to find a DOM node that has text. + if ( + element.href.includes('#') && + element.href.split('#')[1] && + element.href.startsWith(`${window.location.href.split('#')[0]}#`) + ) { + const domID = element.href.split('#')[1] + const domElement = document.querySelector(`#${domID}`) + if (domElement && domElement.textContent) { + anchor = domElement.textContent + // Now we have to make up the product, intro, and title + const domTitle = document.querySelector('h1') + if (domTitle && domTitle.textContent) { + title = domTitle.textContent + intro = '' + product = '' + const domProduct = document.querySelector('._product-title') + if (domProduct && domProduct.textContent) { + product = domProduct.textContent + } + const domIntro = document.querySelector('._page-intro') + if (domIntro && domIntro.textContent) { + intro = domIntro.textContent } } } + + if (title) { + fillPopover(element, { product, title, intro, anchor }) + } + return } - if (!title) return + const { pathname } = new URL(element.href) + fetch(`/api/pageinfo/v1?${new URLSearchParams({ pathname })}`).then(async (response) => { + if (response.ok) { + const { info } = (await response.json()) as APIInfo + fillPopover(element, info) + } + }) +} + +function fillPopover(element: HTMLLinkElement, info: Info) { + const { product, title, intro, anchor } = info const popover = getOrCreatePopoverGlobal() const productHead = popover.querySelector('p.product') as HTMLParagraphElement | null if (productHead) { @@ -293,58 +316,54 @@ function popoverHide() { }, DELAY_HIDE) } -function testTarget(target: HTMLLinkElement) { - // Return true if: - // - // * the element is an A tag - // * whose `href` starts with a `/` - // * is contained in either the article-contents (the meat of the article) - // or the article-intro (which contain product callouts) - // * the window width is > 767px, hovercards are less useful at the smaller - // widths - // * it's not one of those permalink ones next to headings (with the chain - // looking icon). - return ( - target.tagName === 'A' && - target.href.startsWith(window.location.origin) && - target.closest('#article-contents, #article-intro') && - window.innerWidth > 767 && - !target.classList.contains('doctocat-link') - ) -} - export function LinkPreviewPopover() { useEffect(() => { - // This event handler function is used for clicks anywhere in - // the `#article-contents` div. So we need to filter within. function showPopover(event: MouseEvent) { - const target = event.target as HTMLLinkElement - if (testTarget(target)) { - popoverShow(target) - } - } - function hidePopover(event: MouseEvent) { - const target = event.target as HTMLLinkElement - if (testTarget(target)) { - popoverHide() + // If the current window is too narrow, the popover is not useful. + // Since this is tested on every event callback here in the handler, + // if the window width has changed since the mount, the number + // will change accordingly. + if (window.innerWidth < 767) { + return } + const target = event.currentTarget as HTMLLinkElement + popoverShow(target) } - // The reason we have an event listener for ALL things within the - //
, instead of one for every `a[href]` element, is because - // this way we're prepared for the fact that new `a` elements - // might get introduced some other way. For example, if there's - // some any other code that does a `container.appendChild(newLink)` - const container = document.querySelector('#main-content') - if (container) { - container.addEventListener('mouseover', showPopover) - container.addEventListener('mouseout', hidePopover) + function hidePopover() { + popoverHide() + } + + const links = Array.from( + document.querySelectorAll( + '#article-contents a[href], #article-intro a[href]' + ) + ).filter((link) => { + // This filters out links that are not internal or in-page + // and the ones that are in-page anchor links next to the headings. + return ( + link.href.startsWith(window.location.origin) && !link.classList.contains('doctocat-link') + ) + }) + + // Ideally, we'd have an event listener for the entire container and + // the filter, at "runtime", within by filtering for the target + // elements we're interested in. However, this is not possible + // because then when you hover over the text in + // a tag like Link the target + // element is that of the `STRONG` tag. + // The reason it would be better to have a single event listener and + // filter is because it would work even if the DOM changes by + // adding new `` elements. + for (const link of links) { + link.addEventListener('mouseover', showPopover) + link.addEventListener('mouseout', hidePopover) } return () => { - if (container) { - container.removeEventListener('mouseover', showPopover) - container.removeEventListener('mouseout', hidePopover) + for (const link of links) { + link.removeEventListener('mouseover', showPopover) + link.removeEventListener('mouseout', hidePopover) } } }) // Note that this runs on every single mount diff --git a/components/context/ProductLandingContext.tsx b/components/context/ProductLandingContext.tsx index e9a06a702c..d1e27671b8 100644 --- a/components/context/ProductLandingContext.tsx +++ b/components/context/ProductLandingContext.tsx @@ -42,7 +42,6 @@ export type ProductLandingContextT = { productVideo: string productVideoTranscript: string featuredLinks: Record> - productCodeExamples: Array productUserExamples: Array<{ username: string; description: string }> productCommunityExamples: Array<{ repo: string; description: string }> featuredArticles: Array<{ @@ -117,7 +116,6 @@ export const getProductLandingContextFromRequest = async ( }, whatsNewChangelog: req.context.whatsNewChangelog || [], changelogUrl: req.context.changelogUrl || [], - productCodeExamples: req.context.productCodeExamples || [], productCommunityExamples: req.context.productCommunityExamples || [], ghesReleases: req.context.ghesReleases || [], diff --git a/components/landing/CodeExampleCard.tsx b/components/landing/CodeExampleCard.tsx deleted file mode 100644 index b8f050715a..0000000000 --- a/components/landing/CodeExampleCard.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import { RepoIcon } from '@primer/octicons-react' -import { CodeExample } from 'components/context/ProductLandingContext' -import { TruncateLines } from 'components/ui/TruncateLines' -import { Label } from '@primer/react' - -type Props = { - example: CodeExample -} -export const CodeExampleCard = ({ example }: Props) => { - return ( - -
-

{example.title}

-

{example.description}

-
- {example.tags.map((tag) => { - return ( - - ) - })} -
-
-
- - - {example.href} - -
-
- ) -} diff --git a/components/landing/CodeExamples.tsx b/components/landing/CodeExamples.tsx deleted file mode 100644 index 6c75361e8f..0000000000 --- a/components/landing/CodeExamples.tsx +++ /dev/null @@ -1,120 +0,0 @@ -import { useEffect, useState } from 'react' -import { ArrowRightIcon, SearchIcon } from '@primer/octicons-react' -import { Text } from '@primer/react' - -import { useProductLandingContext } from 'components/context/ProductLandingContext' -import { useTranslation } from 'components/hooks/useTranslation' -import { CodeExampleCard } from 'components/landing/CodeExampleCard' -import { Link } from 'components/Link' - -const PAGE_SIZE = 6 -export const CodeExamples = () => { - const { productCodeExamples } = useProductLandingContext() - const { t } = useTranslation('product_landing') - const [numVisible, setNumVisible] = useState(PAGE_SIZE) - const [search, setSearch] = useState('') - const [typed, setTyped] = useState('') - - useEffect(() => { - setNumVisible(PAGE_SIZE) // reset the visible count (only matters after searching) - }, [search]) - - const isSearching = !!search - let searchResults: typeof productCodeExamples = [] - if (isSearching) { - // The following replace method escapes special characters in regular expression creation. - const matchReg = new RegExp(search.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&'), 'i') - searchResults = productCodeExamples.filter((example) => { - const searchableStr = `${example.tags.join(' ')} ${example.title} ${example.description}` - return matchReg.test(searchableStr) - }) - } - - return ( -
-
{ - event.preventDefault() - setSearch(typed.trim()) - }} - > - - {t('code_example.search_examples')} - - setTyped(event.target.value)} - value={typed} - /> - -
- - {isSearching && ( -
-

- {t('search_results_for')}: {search} -

-

- {t('matches_displayed')}: {searchResults.length} -

-
- )} -
    - {(isSearching ? searchResults : productCodeExamples.slice(0, numVisible)).map((example) => { - return ( -
  • - -
  • - ) - })} -
- - {numVisible < productCodeExamples.length && !isSearching && ( - - )} - - {isSearching && searchResults.length === 0 && ( -
-
- {' '} -
-

- {t('sorry')} {search} -

-

- {t('no_example')}
{t('try_another')} -

- - {t('learn')} - -
- )} -
- ) -} diff --git a/components/landing/ProductLanding.tsx b/components/landing/ProductLanding.tsx index c5c3f3910e..dc2525a3e9 100644 --- a/components/landing/ProductLanding.tsx +++ b/components/landing/ProductLanding.tsx @@ -7,7 +7,6 @@ import { FeaturedArticles } from 'components/landing/FeaturedArticles' import { GuideCards } from 'components/landing/GuideCards' import { SponsorsExamples } from 'components/landing/SponsorsExamples' import { CommunityExamples } from 'components/landing/CommunityExamples' -import { CodeExamples } from 'components/landing/CodeExamples' import { LandingSection } from 'components/landing/LandingSection' import { useTranslation } from 'components/hooks/useTranslation' import { ProductArticlesList } from 'components/landing/ProductArticlesList' @@ -18,14 +17,8 @@ import { RestRedirect } from 'components/RestRedirect' export const ProductLanding = () => { const router = useRouter() const { isEnterpriseServer } = useVersion() - const { - title, - shortTitle, - featuredLinks, - productUserExamples, - productCommunityExamples, - productCodeExamples, - } = useProductLandingContext() + const { title, shortTitle, featuredLinks, productUserExamples, productCommunityExamples } = + useProductLandingContext() const { t } = useTranslation('product_landing') return ( @@ -40,16 +33,6 @@ export const ProductLanding = () => { - {productCodeExamples.length > 0 && ( - - - - )} - {productCommunityExamples.length > 0 && ( diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories.md index 777a5b92a3..7f73510f13 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories.md @@ -33,8 +33,10 @@ The person you invite to be your successor must have a {% data variables.product {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.account_settings %} 3. Under "Successor settings", to invite a successor, begin typing a username, full name, or email address, then click their name when it appears. - ![Successor invitation search field](/assets/images/help/settings/settings-invite-successor-search-field.png) + + ![Screenshot of the "Successor settings" section. The string "octocat" is entered in a search field, and Octocat's profile is listed in a dropdown below.](/assets/images/help/settings/settings-invite-successor-search-field.png) + 4. Click **Add successor**. {% data reusables.user-settings.sudo-mode-popup %} -6. The user you've invited will be listed as "Pending" until they agree to become your successor. - ![Pending successor invitation](/assets/images/help/settings/settings-pending-successor.png) + +The user you've invited will be listed as "Pending" until they agree to become your successor. \ No newline at end of file diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/changing-your-primary-email-address.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/changing-your-primary-email-address.md index ee68c15359..3915e17b45 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/changing-your-primary-email-address.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/changing-your-primary-email-address.md @@ -25,7 +25,6 @@ shortTitle: Primary email address {% data reusables.user-settings.emails %} 3. If you'd like to add a new email address to set as your primary email address, under "Add email address", type a new email address and click **Add**. 4. Under "Primary email address", use the drop-down menu to click the email address you'd like to set as your primary email address, and click **Save**. - ![Set as primary button](/assets/images/help/settings/set_as_primary_email.png) 5. To remove the old email address from your account, next to the old email, click {% octicon "trash" aria-label="The trash symbol" %}. {% ifversion fpt or ghec %} 6. Verify your new primary email address. Without a verified email address, you won't be able to use all of {% data variables.product.product_name %}'s features. For more information, see "[AUTOTITLE](/get-started/signing-up-for-github/verifying-your-email-address)." diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username.md index d68df28e00..f58b2c4dbc 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username.md @@ -93,14 +93,10 @@ After changing your username, CODEOWNERS files that include your old username wi {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.account_settings %} -3. In the "Change username" section, click **Change username**. - ![Change Username button](/assets/images/help/settings/settings-change-username.png){% ifversion fpt or ghec %} +3. In the "Change username" section, click **Change username**.{% ifversion fpt or ghec %} 4. Read the warnings about changing your username. If you still want to change your username, click **I understand, let's change my username**. - ![Change Username warning button](/assets/images/help/settings/settings-change-username-warning-button.png) 5. Type a new username. - ![New username field](/assets/images/help/settings/settings-change-username-enter-new-username.png) 6. If the username you've chosen is available, click **Change my username**. If the username you've chosen is unavailable, you can try a different username or one of the suggestions you see. - ![Change Username warning button](/assets/images/help/settings/settings-change-my-username-button.png) {% endif %} ## Further reading diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-tab-size-rendering-preference.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-tab-size-rendering-preference.md index f0a004ccf1..3b5823d89c 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-tab-size-rendering-preference.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-tab-size-rendering-preference.md @@ -17,5 +17,4 @@ If you feel that tabbed indentation in code rendered on {% data variables.produc {% data reusables.user-settings.access_settings %} 1. In the left sidebar, click **{% octicon "paintbrush" aria-label="The paintbrush icon" %} Appearance**. -2. Under "Tab size preference", select the drop-down menu and choose your preference. - ![Tab size preference button](/assets/images/help/settings/tab-size-preference.png ) +2. Scroll down to "Tab size preference" and use the dropdown menu to choose your preference. \ No newline at end of file diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings.md index 2d1341be86..5da9544941 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings.md @@ -26,9 +26,10 @@ If you have low vision, you may benefit from a high contrast theme, with greater {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.appearance-settings %} -1. Under "Theme mode", select the drop-down menu, then click a theme preference. +1. Under "Theme mode", select the dropdown menu, then click a theme preference. + + ![Screenshot of the "Theme mode" sub-section. A dropdown menu, labeled "Single theme," is highlighted with an orange outline.](/assets/images/help/settings/theme-mode-drop-down-menu.png) - ![Drop-down menu under "Theme mode" for selection of theme preference](/assets/images/help/settings/theme-mode-drop-down-menu.png) 1. Click the theme you'd like to use. - If you chose a single theme, click a theme. @@ -41,11 +42,7 @@ If you have low vision, you may benefit from a high contrast theme, with greater {% endnote %} {%- endif %} - ![Radio buttons for the choice of a single theme](/assets/images/help/settings/theme-choose-a-single-theme-highcontrast.png) - - If you chose to follow your system settings, click a day theme and a night theme. - - ![Buttons for the choice of a theme to sync with the system setting](/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync-highcontrast.png) - {% ifversion fpt or ghec %} + - If you chose to follow your system settings, click a day theme and a night theme.{% ifversion fpt or ghec %} - If you would like to choose a theme which is currently in public beta, you will first need to enable it with feature preview. For more information, see "[AUTOTITLE](/get-started/using-github/exploring-early-access-releases-with-feature-preview)."{% endif %} {% ifversion command-palette %} diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/what-does-the-available-for-hire-checkbox-do.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/what-does-the-available-for-hire-checkbox-do.md index 58c62f9aca..f0da519be8 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/what-does-the-available-for-hire-checkbox-do.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/what-does-the-available-for-hire-checkbox-do.md @@ -22,8 +22,5 @@ Deprecation note: GitHub Jobs is now deprecated. The last date to post a job was The [GitHub Jobs](https://jobs.github.com/) board is a great way to find employment in tech. You can opt to see jobs posted there on your GitHub dashboard. -![GitHub Jobs ads on the dashboard](/assets/images/help/settings/jobs-ads-on-dashboard.png) - {% data reusables.user-settings.access_settings %} 2. Under Jobs Profile, select **Available for hire**, then click **Save jobs profile**. - ![Jobs profile settings](/assets/images/help/settings/jobs-profile-settings.png) diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps.md index eb713969dd..3e7fd7928a 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps.md @@ -25,12 +25,9 @@ Organization members can always request owner approval for {% data variables.pro {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.access_applications %} {% data reusables.user-settings.access_authorized_oauth_apps %} -3. In the list of applications, click the name of the {% data variables.product.prodname_oauth_app %} you'd like to request access for. -![View application button](/assets/images/help/settings/settings-third-party-view-app.png) -4. Next to the organization you'd like the {% data variables.product.prodname_oauth_app %} to access, click **Request access**. -![Request access button](/assets/images/help/settings/settings-third-party-request-access.png) -5. After you review the information about requesting {% data variables.product.prodname_oauth_app %} access, click **Request approval from owners**. -![Request approval button](/assets/images/help/settings/oauth-access-request-approval.png) +1. In the list of applications, click the name of the {% data variables.product.prodname_oauth_app %} you'd like to request access for. +1. Next to the organization you'd like the {% data variables.product.prodname_oauth_app %} to access, click **Request access**. +1. After you review the information about requesting {% data variables.product.prodname_oauth_app %} access, click **Request approval from owners**. ## Further reading diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account.md index 0ea7974c17..c2359f9aa9 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account.md @@ -66,10 +66,8 @@ Before you delete your personal account, make a copy of all repositories, privat 3. At the bottom of the Account Settings page, under "Delete account", click **Delete your account**. Before you can delete your personal account: - If you're the only owner in the organization, you must transfer ownership to another person or delete your organization. - If there are other organization owners in the organization, you must remove yourself from the organization. - ![Account deletion button](/assets/images/help/settings/settings-account-delete.png) 4. In the "Make sure you want to do this" dialog box, complete the steps to confirm you understand what happens when your account is deleted: - ![Delete account confirmation dialog](/assets/images/help/settings/settings-account-deleteconfirm.png) - {% ifversion fpt or ghec %}- Recall that all repositories, forks of private repositories, wikis, issues, pull requests and {% data variables.product.prodname_pages %} sites owned by your account will be deleted and your billing will end immediately, and your username will be available to anyone for use on {% data variables.product.product_name %} after 90 days. - {% else %}- Recall that all repositories, forks of private repositories, wikis, issues, pull requests and pages owned by your account will be deleted, and your username will be available for use on {% data variables.product.product_name %}. - {% endif %}- In the first field, type your {% data variables.product.product_name %} username or email. + {% ifversion fpt or ghec %}- Recall that all repositories, forks of private repositories, wikis, issues, pull requests and {% data variables.product.prodname_pages %} sites owned by your account will be deleted and your billing will end immediately, and your username will be available to anyone for use on {% data variables.product.product_name %} after 90 days.{% else %} + - Recall that all repositories, forks of private repositories, wikis, issues, pull requests and pages owned by your account will be deleted, and your username will be available for use on {% data variables.product.product_name %}.{% endif %} + - In the first field, type your {% data variables.product.product_name %} username or email. - In the second field, type the phrase from the prompt. diff --git a/content/actions/automating-builds-and-tests/about-continuous-integration.md b/content/actions/automating-builds-and-tests/about-continuous-integration.md index 858a0b781e..2d113cc46d 100644 --- a/content/actions/automating-builds-and-tests/about-continuous-integration.md +++ b/content/actions/automating-builds-and-tests/about-continuous-integration.md @@ -31,8 +31,8 @@ Building and testing your code requires a server. You can build and test updates ## About continuous integration using {% data variables.product.prodname_actions %} -{% ifversion ghae %}CI using {% data variables.product.prodname_actions %} offers workflows that can build the code in your repository and run your tests. Workflows can run on runner systems that you host. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." -{% else %} CI using {% data variables.product.prodname_actions %} offers workflows that can build the code in your repository and run your tests. Workflows can run on {% data variables.product.prodname_dotcom %}-hosted virtual machines, or on machines that you host yourself. For more information, see "[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." +{% ifversion ghae %}CI using {% data variables.product.prodname_actions %} offers workflows that can build the code in your repository and run your tests. Workflows can run on runner systems that you host. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." +{% else %} CI using {% data variables.product.prodname_actions %} offers workflows that can build the code in your repository and run your tests. Workflows can run on {% data variables.product.prodname_dotcom %}-hosted virtual machines, or on machines that you host yourself. For more information, see "[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." {% endif %} You can configure your CI workflow to run when a {% data variables.product.prodname_dotcom %} event occurs (for example, when new code is pushed to your repository), on a set schedule, or when an external event occurs using the repository dispatch webhook. diff --git a/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md b/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md index 445c04445e..08b7a9850d 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md @@ -69,9 +69,9 @@ jobs: java-version: '17' distribution: 'temurin' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b + uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3 - name: Build with Gradle - uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 with: arguments: build ``` @@ -105,9 +105,9 @@ steps: java-version: '17' distribution: 'temurin' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b + uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3 - name: Run the Gradle package task - uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 with: arguments: -b ci.gradle package ``` @@ -136,9 +136,9 @@ steps: java-version: '17' distribution: 'temurin' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b + uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3 - name: Build with Gradle - uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 with: arguments: build - uses: {% data reusables.actions.action-upload-artifact %} diff --git a/content/actions/automating-builds-and-tests/building-and-testing-nodejs.md b/content/actions/automating-builds-and-tests/building-and-testing-nodejs.md index 4ed733df33..e3c28b74fa 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-nodejs.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-nodejs.md @@ -267,7 +267,7 @@ The following example caches dependencies for pnpm (v6.10+). steps: - uses: {% data reusables.actions.action-checkout %} -- uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2 +- uses: pnpm/action-setup@0609f0983b7a228f052f81ef4c3d6510cae254ad with: version: 6.10.0 - uses: {% data reusables.actions.action-setup-node %} diff --git a/content/actions/automating-builds-and-tests/building-and-testing-ruby.md b/content/actions/automating-builds-and-tests/building-and-testing-ruby.md index 43cfb88518..db55cc77ec 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-ruby.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-ruby.md @@ -56,7 +56,7 @@ jobs: steps: - uses: {% data reusables.actions.action-checkout %} - name: Set up Ruby - uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108 + uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 with: ruby-version: '3.1' - name: Install dependencies @@ -76,7 +76,7 @@ The `setup-ruby` action takes a Ruby version as an input and configures that ver ```yaml steps: - uses: {% data reusables.actions.action-checkout %} -- uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108 +- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 with: ruby-version: '3.1' # Not needed with a .ruby-version file - run: bundle install @@ -126,7 +126,7 @@ jobs: steps: - uses: {% data reusables.actions.action-checkout %} - name: {% raw %}Set up Ruby ${{ matrix.ruby-version }}{% endraw %} - uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108 + uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 with: ruby-version: {% raw %}${{ matrix.ruby-version }}{% endraw %} - name: Install dependencies @@ -142,7 +142,7 @@ The `setup-ruby` action will automatically install bundler for you. The version ```yaml steps: - uses: {% data reusables.actions.action-checkout %} -- uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108 +- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 with: ruby-version: '3.1' - run: bundle install @@ -159,7 +159,7 @@ To enable caching, set the following. {% raw %} ```yaml steps: -- uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108 +- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 with: bundler-cache: true ``` @@ -231,7 +231,7 @@ jobs: continue-on-error: {% raw %}${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}{% endraw %} steps: - uses: {% data reusables.actions.action-checkout %} - - uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6 + - uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 with: ruby-version: {% raw %}${{ matrix.ruby }}{% endraw %} - run: bundle install @@ -256,7 +256,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: {% data reusables.actions.action-checkout %} - - uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6 + - uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 with: ruby-version: 2.6 - run: bundle install @@ -297,7 +297,7 @@ jobs: steps: - uses: {% data reusables.actions.action-checkout %} - name: Set up Ruby 2.6 - uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6 + uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 with: ruby-version: 2.6 - run: bundle install diff --git a/content/actions/automating-builds-and-tests/building-and-testing-swift.md b/content/actions/automating-builds-and-tests/building-and-testing-swift.md index cf5bb54f9c..6203efc7bf 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-swift.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-swift.md @@ -87,7 +87,7 @@ jobs: swift: ["5.2", "5.3"] runs-on: {% raw %}${{ matrix.os }}{% endraw %} steps: - - uses: fwal/setup-swift@2040b795e5c453c3a05fcb8316496afc8a74f192 + - uses: fwal/setup-swift@ffb5a44dd03d3d22fb26f48fa43e43fa4ce655a7 with: swift-version: {% raw %}${{ matrix.swift }}{% endraw %} - uses: {% data reusables.actions.action-checkout %} @@ -104,7 +104,7 @@ You can configure your job to use a single specific version of Swift, such as `5 {% raw %} ```yaml{:copy} steps: - - uses: fwal/setup-swift@2040b795e5c453c3a05fcb8316496afc8a74f192 + - uses: fwal/setup-swift@ffb5a44dd03d3d22fb26f48fa43e43fa4ce655a7 with: swift-version: "5.3.3" - name: Get swift version @@ -119,7 +119,7 @@ You can use the same commands that you use locally to build and test your code u ```yaml{:copy} steps: - uses: {% data reusables.actions.action-checkout %} - - uses: fwal/setup-swift@2040b795e5c453c3a05fcb8316496afc8a74f192 + - uses: fwal/setup-swift@ffb5a44dd03d3d22fb26f48fa43e43fa4ce655a7 with: swift-version: "5.3.3" - name: Build diff --git a/content/actions/creating-actions/about-custom-actions.md b/content/actions/creating-actions/about-custom-actions.md index ac9c3dc6dd..5d992dec7e 100644 --- a/content/actions/creating-actions/about-custom-actions.md +++ b/content/actions/creating-actions/about-custom-actions.md @@ -137,7 +137,7 @@ Each Git commit receives a calculated SHA value, which is unique and immutable. ```yaml steps: - - uses: actions/javascript-action@172239021f7ba04fe7327647b213799853a9eb89 + - uses: actions/javascript-action@a824008085750b8e136effc585c3cd6082bd575f ``` ## Creating a README file for your action @@ -153,7 +153,7 @@ We recommend creating a README file to help people learn how to use your action. ## Comparing {% data variables.product.prodname_actions %} to {% data variables.product.prodname_github_apps %} -{% data variables.product.prodname_marketplace %} offers tools to improve your workflow. Understanding the differences and the benefits of each tool will allow you to select the best tool for your job. For more information about building apps, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-apps)." +{% data variables.product.prodname_marketplace %} offers tools to improve your workflow. Understanding the differences and the benefits of each tool will allow you to select the best tool for your job. For more information about building apps, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/about-creating-github-apps)." ### Strengths of GitHub Actions and GitHub Apps diff --git a/content/actions/creating-actions/creating-a-javascript-action.md b/content/actions/creating-actions/creating-a-javascript-action.md index 0495387d8b..5505e8d38e 100644 --- a/content/actions/creating-actions/creating-a-javascript-action.md +++ b/content/actions/creating-actions/creating-a-javascript-action.md @@ -160,7 +160,7 @@ The time we greeted you. ## Example usage ```yaml -uses: actions/hello-world-javascript-action@v1.1 +uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b with: who-to-greet: 'Mona the Octocat' ``` diff --git a/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/content/actions/creating-actions/metadata-syntax-for-github-actions.md index 758aa2b65e..9dbe40f47c 100644 --- a/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -322,7 +322,7 @@ runs: using: "composite" steps: # Reference a specific commit - - uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # Reference the major version of a release - uses: {% data reusables.actions.action-checkout %} # Reference a specific version diff --git a/content/actions/deployment/about-deployments/deploying-with-github-actions.md b/content/actions/deployment/about-deployments/deploying-with-github-actions.md index 2584d54c9a..27b39a7a25 100644 --- a/content/actions/deployment/about-deployments/deploying-with-github-actions.md +++ b/content/actions/deployment/about-deployments/deploying-with-github-actions.md @@ -11,6 +11,7 @@ redirect_from: - /actions/deployment/deploying-with-github-actions topics: - CD + - Deployment shortTitle: Deploy with GitHub Actions --- @@ -114,7 +115,7 @@ You can also use `cancel-in-progress` to cancel any currently running job or wor ```yaml name: Deployment -concurrency: +concurrency: group: production cancel-in-progress: true @@ -156,7 +157,7 @@ You can also build an app that uses deployment and deployment status webhooks to ## Choosing a runner -You can run your deployment workflow on {% data variables.product.company_short %}-hosted runners or on self-hosted runners. Traffic from {% data variables.product.company_short %}-hosted runners can come from a [wide range of network addresses](/rest/meta#get-github-meta-information). If you are deploying to an internal environment and your company restricts external traffic into private networks, {% data variables.product.prodname_actions %} workflows running on {% data variables.product.company_short %}-hosted runners may not be able to communicate with your internal services or resources. To overcome this, you can host your own runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners)." +You can run your deployment workflow on {% data variables.product.company_short %}-hosted runners or on self-hosted runners. Traffic from {% data variables.product.company_short %}-hosted runners can come from a [wide range of network addresses](/rest/meta#get-github-meta-information). If you are deploying to an internal environment and your company restricts external traffic into private networks, {% data variables.product.prodname_actions %} workflows running on {% data variables.product.company_short %}-hosted runners may not be able to communicate with your internal services or resources. To overcome this, you can host your own runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners)." {% endif %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service.md index 7b3871d7a3..c5bf8d51ce 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service.md @@ -123,7 +123,7 @@ jobs: uses: {% data reusables.actions.action-checkout %} {% raw %}- name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@13d241b293754004c80624b5567555c4a39ffbe3 + uses: aws-actions/configure-aws-credentials@0e613a0980cbf65ed5b322eb7a1e075d28913a83 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -131,7 +131,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@aaf69d68aa3fb14c1d5a6be9ac61fe15b48453a2 + uses: aws-actions/amazon-ecr-login@62f4f872db3836360b72999f4b87f1ff13310f3a - name: Build, tag, and push image to Amazon ECR id: build-image @@ -152,14 +152,14 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition id: task-def - uses: aws-actions/amazon-ecs-render-task-definition@97587c9d45a4930bf0e3da8dd2feb2a463cf4a3a + uses: aws-actions/amazon-ecs-render-task-definition@c804dfbdd57f713b6c079302a4c01db7017a36fc with: task-definition: ${{ env.ECS_TASK_DEFINITION }} container-name: ${{ env.CONTAINER_NAME }} image: ${{ steps.build-image.outputs.image }} - name: Deploy Amazon ECS task definition - uses: aws-actions/amazon-ecs-deploy-task-definition@de0132cf8cdedb79975c6d42b77eb7ea193cf28e + uses: aws-actions/amazon-ecs-deploy-task-definition@df9643053eda01f169e64a0e60233aacca83799a with: task-definition: ${{ steps.task-def.outputs.task-definition }} service: ${{ env.ECS_SERVICE }} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service.md index 9749adeb8c..9de9e37ce4 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service.md @@ -105,10 +105,10 @@ jobs: - uses: {% data reusables.actions.action-checkout %} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Log in to GitHub container registry - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v2 with: registry: ghcr.io username: {% raw %}${{ github.actor }}{% endraw %} @@ -118,7 +118,7 @@ jobs: run: echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV} - name: Build and push container image to registry - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: true tags: ghcr.io/{% raw %}${{ env.REPO }}{% endraw %}:{% raw %}${{ github.sha }}{% endraw %} @@ -139,7 +139,7 @@ jobs: - name: Deploy to Azure Web App id: deploy-to-webapp - uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e + uses: azure/webapps-deploy@05ac4e98bfa0f856e6669624239291c73ca27698 with: app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %} publish-profile: {% raw %}${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}{% endraw %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md index ffda01bdcb..3d599c122e 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md @@ -117,7 +117,7 @@ jobs: - name: Deploy to Azure Web App id: deploy-to-webapp - uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e + uses: azure/webapps-deploy@05ac4e98bfa0f856e6669624239291c73ca27698 with: app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %} publish-profile: {% raw %}${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}{% endraw %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service.md index fd1d13b52d..68791e8a22 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service.md @@ -127,7 +127,7 @@ jobs: - name: Deploy to Azure Web App id: deploy-to-webapp - uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e + uses: azure/webapps-deploy@05ac4e98bfa0f856e6669624239291c73ca27698 with: app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %} publish-profile: {% raw %}${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}{% endraw %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service.md index c98be9e372..5a880408dc 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service.md @@ -122,7 +122,7 @@ jobs: - name: 'Deploy to Azure WebApp' id: deploy-to-webapp - uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e + uses: azure/webapps-deploy@05ac4e98bfa0f856e6669624239291c73ca27698 with: app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %} publish-profile: {% raw %}${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}{% endraw %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service.md index 5256e37828..6667ad674f 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service.md @@ -94,7 +94,7 @@ jobs: - name: Check if composer.json exists id: check_files - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 with: files: 'composer.json' @@ -142,7 +142,7 @@ jobs: - name: 'Deploy to Azure Web App' id: deploy-to-webapp - uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e + uses: azure/webapps-deploy@05ac4e98bfa0f856e6669624239291c73ca27698 with: app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %} publish-profile: {% raw %}${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}{% endraw %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service.md index e0adcc7587..e4f443a838 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service.md @@ -135,7 +135,7 @@ jobs: - name: 'Deploy to Azure Web App' id: deploy-to-webapp - uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e + uses: azure/webapps-deploy@05ac4e98bfa0f856e6669624239291c73ca27698 with: app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %} publish-profile: {% raw %}${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}{% endraw %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md index 50f772dc1c..adf7f66587 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md @@ -78,12 +78,12 @@ jobs: - uses: {% data reusables.actions.action-checkout %} - name: Azure Login - uses: azure/login@89d153571fe9a34ed70fcf9f1d95ab8debea7a73 + uses: azure/login@14a755a4e2fd6dff25794233def4f2cf3f866955 with: creds: {% raw %}${{ secrets.AZURE_CREDENTIALS }}{% endraw %} - name: Build image on ACR - uses: azure/CLI@7378ce2ca3c38b4b063feb7a4cbe384fef978055 + uses: azure/CLI@61bb69d64d613b52663984bf12d6bac8fd7b3cc8 with: azcliversion: 2.29.1 inlineScript: | @@ -91,7 +91,7 @@ jobs: az acr build -t -t {% raw %}${{ env.REGISTRY_URL }}{% endraw %}/{% raw %}${{ env.PROJECT_NAME }}{% endraw %}:{% raw %}${{ github.sha }}{% endraw %} - name: Gets K8s context - uses: azure/aks-set-context@4e5aec273183a197b181314721843e047123d9fa + uses: azure/aks-set-context@94ccc775c1997a3fcfbfbce3c459fec87e0ab188 with: creds: {% raw %}${{ secrets.AZURE_CREDENTIALS }}{% endraw %} resource-group: {% raw %}${{ env.RESOURCE_GROUP }}{% endraw %} @@ -99,7 +99,7 @@ jobs: id: login - name: Configure deployment - uses: azure/k8s-bake@773b6144a3732e3bf4c78b146a0bb9617b2e016b + uses: azure/k8s-bake@61041e8c2f75c1f01186c8f05fb8b24e1fc507d8 with: renderEngine: 'helm' helmChart: {% raw %}${{ env.CHART_PATH }}{% endraw %} @@ -110,7 +110,7 @@ jobs: id: bake - name: Deploys application - - uses: Azure/k8s-deploy@c8fbd76ededaad2799c054a9fd5d0fa5d4e9aee4 + - uses: Azure/k8s-deploy@dd4bbd13a5abd2fc9ca8bdcb8aee152bb718fa78 with: manifests: {% raw %}${{ steps.bake.outputs.manifestsBundle }}{% endraw %} images: | diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md index f6e2a6ca11..ab2d858041 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md @@ -164,7 +164,7 @@ jobs: uses: {% data reusables.actions.action-checkout %} # Setup gcloud CLI - - uses: google-github-actions/setup-gcloud@94337306dda8180d967a56932ceb4ddcf01edae7 + - uses: google-github-actions/setup-gcloud@1bee7de035d65ec5da40a31f8589e240eba8fde5 with: service_account_key: {% raw %}${{ secrets.GKE_SA_KEY }}{% endraw %} project_id: {% raw %}${{ secrets.GKE_PROJECT }}{% endraw %} @@ -175,7 +175,7 @@ jobs: gcloud --quiet auth configure-docker # Get the GKE credentials so we can deploy to the cluster - - uses: google-github-actions/get-gke-credentials@fb08709ba27618c31c09e014e1d8364b02e5042e + - uses: google-github-actions/get-gke-credentials@db150f2cc60d1716e61922b832eae71d2a45938f with: cluster_name: {% raw %}${{ env.GKE_CLUSTER }}{% endraw %} location: {% raw %}${{ env.GKE_ZONE }}{% endraw %} diff --git a/content/actions/deployment/index.md b/content/actions/deployment/index.md index 3117e8d507..433a16b6d7 100644 --- a/content/actions/deployment/index.md +++ b/content/actions/deployment/index.md @@ -12,6 +12,7 @@ children: - /deploying-to-your-cloud-provider - /security-hardening-your-deployments - /targeting-different-environments + - /protecting-deployments - /managing-your-deployments - /deploying-xcode-applications --- diff --git a/content/actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules.md b/content/actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules.md new file mode 100644 index 0000000000..d843a51714 --- /dev/null +++ b/content/actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules.md @@ -0,0 +1,55 @@ +--- +title: Configuring custom deployment protection rules +shortTitle: Configure custom protection rules +intro: Use {% data variables.product.prodname_github_apps %} to automate protecting deployments with third-party systems. +versions: + fpt: '*' + ghec: '*' + ghes: '>=3.10' +topics: + - Actions + - CD + - Deployment +--- + +{% data reusables.actions.custom-deployment-protection-rules-beta-note %} + +## About custom deployment protection rules + +Custom deployment protection rules are powered by {% data variables.product.prodname_github_apps %}. Once a deployment protection rule is configured and installed in a repository, it can be enabled for any environments in the repository. + +After you enable a custom deployment protection rule on an environment, every time a workflow step targets that environment, the deployment protection rule will run automatically. For more information about targeting an environment for deployments, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)." + +For more information about creating your own custom deployment protection rules, see "[AUTOTITLE](/actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules)." + +{% data reusables.actions.custom-deployment-protection-rules-limits %} + +## Using existing custom deployment protection rules + +You can choose to create your own custom deployment protection rules or you may use any existing custom deployment protection rules. + +The following is a list of official partner implementations for deployment protection rules. + +- Datadog: you can enforce protection rules on your {% data variables.product.prodname_actions %} deployment workflows using Datadog monitors. For more information, see [Gating your {% data variables.product.prodname_actions %} Deployments with Datadog Monitors](https://docs.datadoghq.com/continuous_integration/guides/github_gating/) in the Datadog documentation. +- Honeycomb: you can define thresholds to reject or approve deployments based on data you are sending to Honeycomb. For more information, see [the Honeycomb app](https://github.com/apps/honeycomb-io) in the {% data variables.product.prodname_marketplace %}. +- New Relic: for more information, see [the New Relic app](https://github.com/apps/new-relic-gate) in the {% data variables.product.prodname_marketplace %}. +- NCM NodeSource: for more information, see [the NCM NodeSource app](https://github.com/apps/ncm-nodesource) in the {% data variables.product.prodname_marketplace %}. +- Sentry: for more information, see [the Sentry Deployment Gate app](https://github.com/apps/sentry-deployment-gate) in the {% data variables.product.prodname_marketplace %}. +- ServiceNow: for more information, see [DevOps](https://www.servicenow.com/products/devops.html) in the ServiceNow documentation. + +## Prerequisites + +In order for a custom deployment protection rule to be available to all environments in a repository, you must first install the custom deployment protection rule on the repository. For more information, see "[AUTOTITLE](/apps/maintaining-github-apps/installing-github-apps)." + +After a custom deployment protection rule has been installed in a repository, it must be enabled for each environment where you want the rule to apply. + +## Enabling custom deployment protection rules for the environment + +{% data reusables.repositories.navigate-to-repo %} +{% data reusables.repositories.sidebar-settings %} +{% data reusables.actions.sidebar-environment %} +1. Select the environment you want to configure. +1. Under "Deployment protection rules," check the box next to each custom deployment protection rule you want to enable for the environment. +1. Click **Save protection rules**. + +Once a custom deployment protection rule has been enabled for an environment, it will automatically run whenever a workflow reaches a job that references the environment. You can see the results of an approval or rejection for your deployment by reviewing the details of the deployment. For more information, see "[AUTOTITLE](/actions/managing-workflow-runs/reviewing-deployments)." diff --git a/content/actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules.md b/content/actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules.md new file mode 100644 index 0000000000..97398a82b4 --- /dev/null +++ b/content/actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules.md @@ -0,0 +1,80 @@ +--- +title: Creating custom deployment protection rules +shortTitle: Create custom protection rules +intro: Use {% data variables.product.prodname_github_apps %} to automate protecting deployments with third-party systems. +versions: + fpt: '*' + ghec: '*' + ghes: '>=3.10' +topics: + - Actions + - CD + - Deployment +--- + +{% data reusables.actions.custom-deployment-protection-rules-beta-note %} + +## About custom deployment protection rules + +{% data reusables.actions.about-custom-deployment-protection-rules %} + +Custom deployment protection rules are powered by {% data variables.product.prodname_github_apps %} and run based on webhooks and callbacks. Approval or rejection of a workflow job is based on consumption of the `deployment_protection_rule` webhook. For more information, see "[AUTOTITLE](/webhooks-and-events/webhooks/webhook-events-and-payloads#deployment_protection_rule)" and "[Approving or rejecting deployments](#approving-or-rejecting-deployments)." + +Once you have created a custom deployment protection rule and installed it on your repository, the custom deployment protection rule will automatically be available for all environments in the repository. + +## Using custom deployment protection rules to approve or reject deployments + +Deployments to an environment can be approved or rejected based on the conditions defined in any external service like an approved ticket in an IT Service Management (ITSM) system, vulnerable scan result on dependencies, or stable health metrics of a cloud resource. The decision to approve or reject deployments is at the discretion of the integrating third-party application and the gating conditions you define in them. The following are a few use cases for which you can create a deployment protection rule. + +- ITSM & Security Operations: you can check for service readiness by validating quality, security, and compliance processes that verify deployment readiness. +- Observability systems: you can consult monitoring or observability systems (Asset Performance Management Systems and logging aggregators, cloud resource health verification systems, etc.) for verifying the safety and deployment readiness. +- Code quality & testing tools: you can check for automated tests on CI builds which need to be deployed to an environment. + +Alternatively, you can write your own protection rules for any of the above use cases or you can define any custom logic to safely approve or reject deployments from pre-production to production environments. + +## Creating a custom deployment protection rule with {% data variables.product.prodname_github_apps %} +1. Create a {% data variables.product.prodname_github_app %}. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." Configure the {% data variables.product.prodname_github_app %} as follows. + 1. Optionally, in the **Callback URL** text field under "Identifying and authorizing users," enter the callback URL. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url)." + 1. Under "Permissions," select **Repository permissions**. + 1. To the right of "Actions," click the drop down menu and select **Access: Read-only**. + ![A screenshot of the "Repository permissions" section when creating a new GitHub App. The button to configure permissions, with the "read-only" permission selected, for Actions is highlighted by a dark orange rectangle.](/assets/images/help/actions/actions-repo-permissions-read-only.png) + 1. To the right of "Deployments," click the drop down menu and select **Access: Read and write**. + ![A screenshot of the "Deployments" permission settings in the "Repository permissions" section while creating a new GitHub App. The button to configure permissions, with the "read-only" permission selected, for Deployments is highlighted by a dark orange rectangle.](/assets/images/help/actions/actions-deployments-repo-permissions-read-and-write.png) + 1. Under "Subscribe to events," select **Deployment protection rule**. + ![A screenshot of the "Subscribe to events section" section while creating a new GitHub App. The checkbox to subscribe to the deployment protection rule event is highlighted by a dark orange rectangle.](/assets/images/help/actions/actions-subscribe-to-events-deployment-protection-rules.png) + +1. Install the custom deployment protection rule in your repositories and enable it for use. For more information, see "[AUTOTITLE](/actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules)." + +## Approving or rejecting deployments + +Once a workflow reaches a job that references an environment that has the custom deployment protection rule enabled, {% data variables.product.company_short %} sends a `POST` request to a URL you configure containing the `deployment_protection_rule` payload. You can write your deployment protection rule to automatically send REST API requests that approve or reject the deployment based on the `deployment_protection_rule` payload. Configure your REST API requests as follows. + +1. Validate the incoming `POST` request. For more information, see "[AUTOTITLE](/webhooks-and-events/webhooks/securing-your-webhooks#validating-payloads-from-github)." +1. Use a JSON Web Token to authenticate as a {% data variables.product.prodname_github_app %}. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app#about-authentication-as-a-github-app)." +1. Using the installation ID from the `deployment_protection_rule` webhook payload, generate an install token. For more information, see "[AUTOTITLE](/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-a-github-app)." + + ```shell + curl --request POST \ + --url "{% data variables.product.api_url_code %}/app/installations/INSTALLATION_ID/ACCESS_TOKENS" \ + --header "Accept: application/vnd.github+json" \ + --header "Authorization: Bearer {jwt}" \ + --header "Content-Type: application/json" \ + --data \ + '{ \ + "repository_ids": [321], \ + "permissions": { \ + "deployments": "write" \ + } \ + }' + ``` +1. Optionally, to add a status report without taking any other action to {% data variables.product.prodname_dotcom_the_website %}, send a `POST` request to `/repos/OWNER/REPO/actions/runs/RUN_ID/deployment_protection_rule`. In the request body, omit the `state`. For more information, see "[AUTOTITLE](/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run)." You can post a status report on the same deployment up to 10 times. Status reports support Markdown formatting and can be up to 1024 characters long. + +1. To approve or reject a request, send a `POST` request to `/repos/OWNER/REPO/actions/runs/RUN_ID/deployment_protection_rule`. In the request body, set the `state` property to either `approved` or `rejected`. For more information, see "[AUTOTITLE](/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run)." + +1. Optionally, request the status of an approval for a workflow run by sending a `GET` request to `/repos/OWNER/REPOSITORY_ID/actions/runs/RUN_ID/approvals`. For more information, see "[AUTOTITLE](/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run)." + +1. Optionally, review the deployment on {% data variables.product.prodname_dotcom_the_website %}. For more information, see "[AUTOTITLE](/actions/managing-workflow-runs/reviewing-deployments)." + +## Publishing custom deployment protection rules in the {% data variables.product.prodname_marketplace %} + +You can publish your {% data variables.product.prodname_github_app %} to the {% data variables.product.prodname_marketplace %} to allow developers to discover suitable protection rules and install it across their {% data variables.product.company_short %} repositories. Or you can browse existing custom deployment protection rules to suit your needs. For more information, see "[AUTOTITLE](/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace)" and "[AUTOTITLE](/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace)." diff --git a/content/actions/deployment/protecting-deployments/index.md b/content/actions/deployment/protecting-deployments/index.md new file mode 100644 index 0000000000..bcd92d0d3d --- /dev/null +++ b/content/actions/deployment/protecting-deployments/index.md @@ -0,0 +1,13 @@ +--- +title: Protecting your deployments with custom deployment protection rules +shortTitle: Protect deployments +intro: You can create and configure custom deployment protection rules to approve or reject deployments across environments with more control and confidence. +versions: + fpt: '*' + ghec: '*' + ghes: '>=3.10' +children: + - /creating-custom-deployment-protection-rules + - /configuring-custom-deployment-protection-rules +--- + diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md index d959f5dd8a..ec25d1270f 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md @@ -153,7 +153,7 @@ jobs: **Note**: -- If your Vault server is not accessible from the public network, consider using a self-hosted runner with other available Vault [auth methods](https://www.vaultproject.io/docs/auth). For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." +- If your Vault server is not accessible from the public network, consider using a self-hosted runner with other available Vault [auth methods](https://www.vaultproject.io/docs/auth). For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." - `` must be set for a Vault Enterprise (including HCP Vault) deployment. For more information, see [Vault namespace](https://www.vaultproject.io/docs/enterprise/namespaces). {% endnote %} diff --git a/content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md b/content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md index aa442a85a3..0c68a9a306 100644 --- a/content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md +++ b/content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md @@ -7,6 +7,9 @@ redirect_from: - /actions/reference/environments - /actions/deployment/environments - /actions/deployment/using-environments-for-deployment +topics: + - CD + - Deployment versions: fpt: '*' ghes: '*' @@ -33,9 +36,15 @@ Organizations with {% data variables.product.prodname_team %} and users with {% {% endnote %} {% endif %} -## Environment protection rules +## Deployment protection rules -Environment protection rules require specific conditions to pass before a job referencing the environment can proceed. You can use environment protection rules to require a manual approval, delay a job, or restrict the environment to certain branches. +Deployment protection rules require specific conditions to pass before a job referencing the environment can proceed. You can use deployment protection rules to require a manual approval, delay a job, or restrict the environment to certain branches.{% ifversion actions-custom-deployment-protection-rules-beta %} You can also create and implement custom protection rules powered by {% data variables.product.prodname_github_apps %} to use third-party systems to control deployments referencing environments configured on {% data variables.location.product_location %}. + +Third-party systems can be observability systems, change management systems, code quality systems, or other manual configurations that you use to assess readiness before deployments are safely rolled out to environments. + +{% data reusables.actions.custom-deployment-protection-rules-limits %} + +{% endif %} ### Required reviewers @@ -47,12 +56,6 @@ For more information on reviewing jobs that reference an environment with requir Use a wait timer to delay a job for a specific amount of time after the job is initially triggered. The time (in minutes) must be an integer between 0 and 43,200 (30 days). -{% ifversion actions-break-glass %} -### Do not let admins bypass protection rules - -Prevent admins from being able to bypass the configured environment protection rules. -{% endif %} - ### Deployment branches Use deployment branches to restrict which branches can deploy to the environment. Below are the options for deployment branches for an environment: @@ -62,6 +65,27 @@ Use deployment branches to restrict which branches can deploy to the environment * **Selected branches**: Only branches that match your specified name patterns can deploy to the environment. For example, if you specify `releases/*` as a deployment branch rule, only branches whose name begins with `releases/` can deploy to the environment. (Wildcard characters will not match `/`. To match branches that begin with `release/` and contain an additional single slash, use `release/*/*`.) If you add `main` as a deployment branch rule, a branch named `main` can also deploy to the environment. For more information about syntax options for deployment branches, see the [Ruby File.fnmatch documentation](https://ruby-doc.org/core-2.5.1/File.html#method-c-fnmatch). + +{% ifversion actions-break-glass %} +### Allow administrators to bypass configured protection rules + +By default, administrators can bypass the protection rules and force deployments to specific environments. For more information, see "[AUTOTITLE](/actions/managing-workflow-runs/reviewing-deployments#bypassing-environment-protection-rules)." + +Alternatively, you can configure environments to disallow bypassing the protection rules for all deployments to the environment. +{% endif %} + +{% ifversion actions-custom-deployment-protection-rules-beta %} + +### Custom deployment protection rules + +{% data reusables.actions.custom-deployment-protection-rules-beta-note %} + +{% data reusables.actions.about-custom-deployment-protection-rules %} For more information, see "[AUTOTITLE](/actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules)". + +Once custom deployment protection rules have been created and installed on a repository, you can enable the custom deployment protection rule for any environment in the repository. For more information about configuring and enabling custom deployment protection rules, see "[AUTOTITLE](/actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules)." + +{% endif %} + ## Environment secrets Secrets stored in an environment are only available to workflow jobs that reference the environment. If the environment requires approval, a job cannot access environment secrets until one of the required reviewers approves it. For more information about secrets, see "[AUTOTITLE](/actions/security-guides/encrypted-secrets)." @@ -99,19 +123,24 @@ Variables stored in an environment are only available to workflow jobs that refe 1. Select **Required reviewers**. 1. Enter up to 6 people or teams. Only one of the required reviewers needs to approve the job for it to proceed. 1. Click **Save protection rules**. -2. Optionally, specify the amount of time to wait before allowing workflow jobs that use this environment to proceed. +1. Optionally, specify the amount of time to wait before allowing workflow jobs that use this environment to proceed. 1. Select **Wait timer**. 1. Enter the number of minutes to wait. 1. Click **Save protection rules**. {%- ifversion actions-break-glass %} -3. Optionally, prevent admins from bypassing environment protection rules. For more information about bypassing environment protection rules, see "[AUTOTITLE](/actions/managing-workflow-runs/reviewing-deployments)." - 1. Select **Do not let admins bypass protection rules**. +1. Optionally, disallow bypassing configured protection rules. For more information about bypassing configured protection rules, see "[AUTOTITLE](/actions/managing-workflow-runs/reviewing-deployments)." + 1. Deselect **Allow administrators to bypass configured protection rules**. 1. Click **Save protection rules**. {%- endif %} -4. Optionally, specify what branches can deploy to this environment. For more information about the possible values, see "[Deployment branches](#deployment-branches)." +{%- ifversion actions-custom-deployment-protection-rules-beta %} +1. Optionally, enable any custom deployment protection rules that have been created with {% data variables.product.prodname_github_apps %}. For more information about configuring custom deployment protection rules with {% data variables.product.prodname_github_apps %}, see "[AUTOTITLE](/actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules)." + 1. Select the custom protection rule you want to enable. + 1. Click **Save protection rules**. +{%- endif %} +1. Optionally, specify what branches can deploy to this environment. For more information about the possible values, see "[Deployment branches](#deployment-branches)." 1. Select the desired option in the **Deployment branches** dropdown. 1. If you chose **Selected branches**, enter the branch name patterns that you want to allow. -5. Optionally, add environment secrets. These secrets are only available to workflow jobs that use the environment. Additionally, workflow jobs that use this environment can only access these secrets after any configured rules (for example, required reviewers) pass. For more information about secrets, see "[AUTOTITLE](/actions/security-guides/encrypted-secrets)." +1. Optionally, add environment secrets. These secrets are only available to workflow jobs that use the environment. Additionally, workflow jobs that use this environment can only access these secrets after any configured rules (for example, required reviewers) pass. For more information about secrets, see "[AUTOTITLE](/actions/security-guides/encrypted-secrets)." 1. Under **Environment secrets**, click **Add Secret**. 1. Enter the secret name. 1. Enter the secret value. diff --git a/content/actions/examples/using-the-github-cli-on-a-runner.md b/content/actions/examples/using-the-github-cli-on-a-runner.md index 69fbaa0988..4e92198355 100644 --- a/content/actions/examples/using-the-github-cli-on-a-runner.md +++ b/content/actions/examples/using-the-github-cli-on-a-runner.md @@ -107,7 +107,7 @@ jobs: - if: {% raw %}${{ failure() }}{% endraw %} name: Create issue from file id: broken-link-report - uses: peter-evans/create-issue-from-file@b4f9ee0a9d4abbfc6986601d9b1a4f8f8e74c77e + uses: peter-evans/create-issue-from-file@ceef9be92406ace67ab5421f66570acf213ec395 with: token: {% raw %}${{ env.GITHUB_TOKEN }}{% endraw %} @@ -380,7 +380,7 @@ If the `check-english-links.js` script detects broken links and returns a non-ze - if: {% raw %}${{ failure() }}{% endraw %} name: Create issue from file id: broken-link-report - uses: peter-evans/create-issue-from-file@b4f9ee0a9d4abbfc6986601d9b1a4f8f8e74c77e + uses: peter-evans/create-issue-from-file@ceef9be92406ace67ab5421f66570acf213ec395 with: token: {% raw %}${{ env.GITHUB_TOKEN }}{% endraw %} @@ -392,7 +392,7 @@ If the `check-english-links.js` script detects broken links and returns a non-ze -Uses the `peter-evans/create-issue-from-file` action to create a new {% data variables.product.prodname_dotcom %} issue. This example is pinned to a specific version of the action, using the `b4f9ee0a9d4abbfc6986601d9b1a4f8f8e74c77e` SHA. +Uses the `peter-evans/create-issue-from-file` action to create a new {% data variables.product.prodname_dotcom %} issue. This example is pinned to a specific version of the action, using the `ceef9be92406ace67ab5421f66570acf213ec395` SHA. diff --git a/content/actions/hosting-your-own-runners/index.md b/content/actions/hosting-your-own-runners/index.md index 63ce6ade11..c3308a1f0c 100644 --- a/content/actions/hosting-your-own-runners/index.md +++ b/content/actions/hosting-your-own-runners/index.md @@ -17,18 +17,8 @@ versions: ghae: '*' ghec: '*' children: - - /about-self-hosted-runners - - /adding-self-hosted-runners - - /autoscaling-with-self-hosted-runners - - /running-scripts-before-or-after-a-job - - /customizing-the-containers-used-by-jobs - - /configuring-the-self-hosted-runner-application-as-a-service - - /using-a-proxy-server-with-self-hosted-runners - - /using-labels-with-self-hosted-runners - - /using-self-hosted-runners-in-a-workflow - - /managing-access-to-self-hosted-runners-using-groups - - /monitoring-and-troubleshooting-self-hosted-runners - - /removing-self-hosted-runners + - /managing-self-hosted-runners + - /managing-self-hosted-runners-with-actions-runner-controller --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller.md new file mode 100644 index 0000000000..ae121bc707 --- /dev/null +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller.md @@ -0,0 +1,118 @@ +--- +title: About Actions Runner Controller +shortTitle: About ARC +intro: 'You can host your own runners and customize the environment used to run jobs in your {% data variables.product.prodname_actions %} workflows.' +versions: + fpt: '*' + ghec: '*' + ghes: '>= 3.9' +type: overview +topics: + - Actions Runner Controller +--- + +{% data reusables.actions.actions-runner-controller-beta %} + +[Legal notice](#legal-notice) + +## About {% data variables.product.prodname_actions_runner_controller %} + +{% data reusables.actions.actions-runner-controller-about-arc %} + +## {% data variables.product.prodname_actions_runner_controller %} components + +ARC consists of a set of custom resources. An ARC deployment applies these custom resources onto a Kubernetes cluster. Once applied, it creates a set of Pods that contain your self-hosted runners' containers. With ARC, {% data variables.product.company_short %} can treat these runner containers as self-hosted runners and allocate jobs to them as needed. + +### About custom resources + +ARC consists of several custom resource definitions (CRDs). For more information on custom resources, see [Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) in the Kubernetes documentation. You can find the list of custom resource definitions used for ARC in the following API schema definitions. + +- [actions.github.com/v1alpha1](https://pkg.go.dev/github.com/actions/actions-runner-controller/apis/actions.github.com/v1alpha1) +- [actions.summerwind.net/v1alpha1](https://pkg.go.dev/github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1) + +Because custom resources are extensions of the Kubernetes API, they won't be available in a default Kubernetes installation. You will need to install these custom resources to use ARC. For more information on installing custom resources, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller)." + +Once the custom resources are installed, you can deploy ARC into your Kubernetes cluster. For information about deploying ARC, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller)." + +### About the runner container image + +{% data variables.product.company_short %} maintains a [minimal runner container image](https://github.com/actions/runner/pkgs/container/actions-runner). A new image will be published with every runner binaries release. The most recent image will have the runner binaries version and `latest` as tags. + +This image contains the least amount of packages necessary for the container runtime and the runner binaries. To install additional software, you can create your own runner image. You can use ARC's runner image as a base, or use the corresponding setup actions. For instance, `actions/setup-java` for Java or `actions/setup-node` for Node. + +You can find the definition of ARC's runner image in [this Dockerfile](https://github.com/actions/runner/blob/main/images/Dockerfile) and the definition of the base image in [this Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/amd64/Dockerfile). + +#### Creating your own runner image + +You can create your own runner image that meets your requirements. Your runner image must fulfill the following conditions. + +- Use a base image that can run the self-hosted runner application. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." +- The [runner binary](https://github.com/actions/runner/releases) must be placed placed under `/home/runner/` and launched using `/home/runner/run.sh`. +- If you use Kubernetes mode, the [runner container hooks](https://github.com/actions/runner-container-hooks/releases) must be placed under `/home/runner/k8s`. + +You can use the following example Dockerfile to start creating your own runner image. + +```Dockerfile{:copy} +FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 as build + +# Replace value with the latest runner release version +# source: https://github.com/actions/runner/releases +# ex: 2.303.0 +ARG RUNNER_VERSION="" +ARG RUNNER_ARCH="x64" +# Replace value with the latest runner-container-hooks release version +# source: https://github.com/actions/runner-container-hooks/releases +# ex: 0.3.1 +ARG RUNNER_CONTAINER_HOOKS_VERSION="" + +ENV DEBIAN_FRONTEND=noninteractive +ENV RUNNER_MANUALLY_TRAP_SIG=1 +ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=1 + +RUN apt update -y && apt install curl unzip -y + +RUN adduser --disabled-password --gecos "" --uid 1001 runner \ + && groupadd docker --gid 123 \ + && usermod -aG sudo runner \ + && usermod -aG docker runner \ + && echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers \ + && echo "Defaults env_keep += \"DEBIAN_FRONTEND\"" >> /etc/sudoers + +WORKDIR /home/runner + +RUN curl -f -L -o runner.tar.gz https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-${RUNNER_ARCH}-${RUNNER_VERSION}.tar.gz \ + && tar xzf ./runner.tar.gz \ + && rm runner.tar.gz + +RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-container-hooks/releases/download/v${RUNNER_CONTAINER_HOOKS_VERSION}/actions-runner-hooks-k8s-${RUNNER_CONTAINER_HOOKS_VERSION}.zip \ + && unzip ./runner-container-hooks.zip -d ./k8s \ + && rm runner-container-hooks.zip + +USER runner +``` + +## Executing workflows + +After installation and configuration are complete, you can use ARC to execute workflow runs. A workflow can be created in the same repository that can target a self hosted runner created by ARC. For more information about targeting workflows to run on self-hosted runners, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow)." + +### Using ARC runners in a workflow + +{% data reusables.actions.actions-runner-controller-labels %} For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow)." + +## Scaling runners + +You can scale runners statically or dynamically depending on your needs. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller#scaling-runners)." + +## Software installed in the ARC runner image + +The ARC [runner image](https://github.com/actions/runner/pkgs/container/actions-runner) is bundled with the following software: + +- [Runner binaries](https://github.com/actions/runner) +- [Runner container hooks](https://github.com/actions/runner-container-hooks) +- Docker (required for Docker-in-Docker mode) + +For more information, see [ARC's runner image Dockerfile](https://github.com/actions/runner/blob/main/images/Dockerfile) in the Actions repository. + +## Legal notice + +{% data reusables.actions.actions-runner-controller-legal-notice %} diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api.md new file mode 100644 index 0000000000..b83c1a2c46 --- /dev/null +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api.md @@ -0,0 +1,89 @@ +--- +title: Authenticating to the GitHub API +shortTitle: Authenticating +intro: 'Learn how to authenticate to the {% data variables.product.company_short %} API to use {% data variables.product.prodname_actions_runner_controller %} with {% data variables.location.product_location %}.' +versions: + fpt: '*' + ghec: '*' + ghes: '>= 3.9' +type: overview +topics: + - Actions Runner Controller +defaultPlatform: linux +--- + +{% data reusables.actions.actions-runner-controller-beta %} + +[Legal notice](#legal-notice) + +## Overview + +You can authenticate {% data variables.product.prodname_actions_runner_controller %} (ARC) to the {% data variables.product.prodname_dotcom %} API by using a {% data variables.product.prodname_github_app %} or by using a {% data variables.product.pat_v1 %}. + + +{% note %} + +**Note:** You cannot authenticate using a {% data variables.product.prodname_github_app %} for runners at the enterprise level. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#about-runner-groups)." + +{% endnote %} + +## Authenticating ARC with a {% data variables.product.prodname_github_app %} + +1. Create a {% data variables.product.prodname_github_app %} that is owned by an organization. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)". Configure the {% data variables.product.prodname_github_app %} as follows. + + 1. For "Homepage URL," enter `http://github.com/actions/actions-runner-controller`. + + 1. Under "Permissions," click **Repository permissions**. Then use the dropdown menus to select the following access permissions. + - **Administration**: Read and write + - **Metadata**: Read-only + + 1. Under "Permissions," click **Organization permissions**. Then use the dropdown menus to select the following access permissions. + - **Self-hosted runners**: Read and write + +{% data reusables.actions.arc-app-post-install-steps %} + +1. In the menu at the top-left corner of the page, click **Install app**, and next to your organization, click **Install** to install the app on your organization. + +1. After confirming the installation permissions on your organization, note the app installation ID. You will use it later. You can find the app installation ID on the app installation page, which has the following URL format: + + `https://{% data variables.product.product_url %}/organizations/ORGANIZATION/settings/installations/INSTALLATION_ID` + +{% data reusables.actions.arc-app-post-install-set-secrets %} + +## Authenticating ARC with a {% data variables.product.pat_v1 %} + +ARC can use {% data variables.product.pat_v1_plural %} to register self-hosted runners. + +{% ifversion ghec or ghes %} +{% note %} +**Note:** Authenticating ARC with a {% data variables.product.pat_v1 %} is the only supported authentication method to register runners at the enterprise level. +{% endnote %} +{% endif %} + +1. Create a {% data variables.product.pat_v1 %} with the required scopes. The required scopes are different depending on whether you are registering runners at the repository{% ifversion ghec or ghes %}, organization, or enterprise{% else %} or organization{% endif %} level. For more information on how to create a {% data variables.product.pat_v1 %}, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-personal-access-token-classic)." + + The following is the list of required {% data variables.product.pat_generic %} scopes for ARC runners. + - Repository runners: `repo` + - Organization runners: `manage_runners:org` + {% ifversion ghec or ghes %} + - Enterprise runners: `manage_runners:enterprise` + {% endif %} +1. To create a Kubernetes secret with the value of your {% data variables.product.pat_v1 %}, use the following command. + + ```bash{:copy} + kubectl create secret generic pre-defined-secret \ + --namespace=my_namespace \ + --from-literal=github_token='' + ``` + +1. In your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) file, pass the secret name as a reference. + + ```yaml + githubConfigSecret: pre-defined-secret + ``` + + {% data reusables.actions.actions-runner-controller-helm-chart-options %} + +## Legal notice + +{% data reusables.actions.actions-runner-controller-legal-notice %} diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md new file mode 100644 index 0000000000..59f69c3b6f --- /dev/null +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md @@ -0,0 +1,526 @@ +--- +title: Deploying runner scale sets with Actions Runner Controller +shortTitle: Deploying runner scale sets +intro: 'Learn how to deploy runner scale sets with {% data variables.product.prodname_actions_runner_controller %}, and use advanced configuration options to tailor {% data variables.product.prodname_actions_runner_controller %} to your needs.' +versions: + fpt: '*' + ghec: '*' + ghes: '>= 3.9' +type: overview +topics: + - Actions Runner Controller +defaultPlatform: linux +--- + +{% data reusables.actions.actions-runner-controller-beta %} + +[Legal notice](#legal-notice) + +## About runner scale sets + +Runner scale sets is a group of homogeneous runners that can be assigned jobs from {% data variables.product.prodname_actions %}. The number of active runners owned by a runner scale set can be controlled by auto-scaling runner solutions such as {% data variables.product.prodname_actions_runner_controller %} (ARC). + +You can use runner groups to manage runner scale sets. Similar to self-hosted runners, you can add runner scale sets to existing runner groups. However, runner scale sets can belong to only one runner group at a time and cannot have labels assigned to them. For more information on runner groups, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups)." + +To assign jobs to a runner scale set, you must configure your workflow to reference the runner scale set's name. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow)." + +## Deploying a runner scale set + +To deploy a runner scale set, you must have ARC up and running. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller)." + +You can deploy runner scale sets with ARC's Helm charts or by deploying the necessary manifests. Using ARC's Helm charts is the preferred method, especially if you do not have prior experience using ARC. + +{% note %} + +**Notes:** +- {% data reusables.actions.actions-runner-controller-security-practices-namespace %} +- {% data reusables.actions.actions-runner-controller-security-practices-secret %} +- We recommend running production workloads in isolation. {% data variables.product.prodname_actions %} workflows are designed to run arbitrary code, and using a shared Kubernetes cluster for production workloads could pose a security risk. + +{% endnote %} + +1. To configure your runner scale set, run the following command in your terminal, using values from your ARC configuration. + + When you run the command, keep the following in mind. + - Update the `INSTALLATION_NAME` value carefully. You will use the installation name as the value of [`runs-on`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on) in your workflows. + - Update the `NAMESPACE` value to the location you want the runner pods to be created. + - Set the `GITHUB_CONFIG_URL` value to the URL of your repository, organization, or enterprise. This is the entity that the runners will belong to. + - This example command installs the latest version of the Helm chart. To install a specific version, you can pass the `--version` argument with the version of the chart you want to install. You can find the list of releases in the [`actions-runner-controller`](https://github.com/actions/actions-runner-controller/pkgs/container/actions-runner-controller-charts%2Fgha-runner-scale-set) repository. + + ```bash{:copy} + INSTALLATION_NAME="arc-runner-set" + NAMESPACE="arc-runners" + GITHUB_CONFIG_URL="https://github.com/" + GITHUB_PAT="" + helm install "{% raw %}${INSTALLATION_NAME}{% endraw %}" \ + --namespace "{% raw %}${NAMESPACE}{% endraw %}" \ + --create-namespace \ + --set githubConfigUrl="{% raw %}${GITHUB_CONFIG_URL}{% endraw %}" \ + --set githubConfigSecret.github_token="{% raw %}${GITHUB_PAT}{% endraw %}" \ + oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set + ``` + + {% data reusables.actions.actions-runner-controller-helm-chart-options %} + +2. To check your installation, run the following command in your terminal. + + ```bash{:copy} + helm list -A + ``` + + You should see an output similar to the following. + + ```bash + NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION + arc arc-systems 1 2023-04-12 11:45:59.152090536 +0000 UTC deployed gha-runner-scale-set-controller-0.4.0 0.4.0 + arc-runner-set arc-systems 1 2023-04-12 11:46:13.451041354 +0000 UTC deployed gha-runner-scale-set-0.4.0 0.4.0 + ``` + +3. To check the manager pod, run the following command in your terminal. + + ```bash{:copy} + kubectl get pods -n arc-systems + ``` + + If the installation was successful, the pods will show the `Running` status. + + ```bash + NAME READY STATUS RESTARTS AGE + arc-gha-runner-scale-set-controller-594cdc976f-m7cjs 1/1 Running 0 64s + arc-runner-set-754b578d-listener 1/1 Running 0 12s + ``` + +If your installation was not successful, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors)" for troubleshooting information. + +## Using advanced configuration options + +ARC offers several advanced configuration options. + +### Configuring the runner scale set name + +{% note %} + +**Note:** Runner scale set names are unique within the runner group they belong to. If you want to deploy multiple runner scale sets with the same name, they must belong to different runner groups. + +{% endnote %} + +To configure the runner scale set name, you can define an `INSTALLATION_NAME` or set the value of `runnerScaleSetName` in your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) file. + +```yaml +## The name of the runner scale set to create, which defaults to the Helm release name +runnerScaleSetName: "my-runners" +``` + +Make sure to pass the `values.yaml` file in your `helm install` command. See the [Helm Install](https://helm.sh/docs/helm/helm_install/) documentation for more details. + +### Choosing runner destinations + +Runner scale sets can be deployed at the repository, organization, or enterprise levels. + +{% ifversion ghec or ghes %} +{% note %} + +**Note:** You can only deploy runner scale sets at the enterprise level when using {% data variables.product.pat_v1 %} authentication. + +{% endnote %} +{% endif %} + +To deploy runner scale sets to a specific level, set the value of `githubConfigUrl` in your copy of the `values.yaml` to the URL of your repository, organization, or enterprise. + +The following example shows how to configure ARC to add runners to `octo-org/octo-repo`. + +```yaml +githubConfigUrl: "https://{% data variables.product.product_url %}/octo-ent/octo-org/octo-repo" +``` + +{% data reusables.actions.actions-runner-controller-helm-chart-options %} + +### Using a {% data variables.product.prodname_github_app %} for authentication + +If you are not using enterprise-level runners, you can use {% data variables.product.prodname_github_apps %} to authenticate with the {% data variables.product.company_short %} API. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api)." + +{% note %} + +**Note:** Given the security risk associated with exposing your private key in plain text in a file on disk, we recommend creating a Kubernetes secret and passing the reference instead. + +{% endnote %} + +You can either create a Kubernetes secret, or specify values in your [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) file. + +#### Option 1: Create a Kubernetes secret (recommended) + +Once you have created your {% data variables.product.prodname_github_app %}, create a Kubernetes secret and pass the reference to that secret in your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) file. + +```bash +kubectl create secret generic pre-defined-secret \ + --namespace=my_namespace \ + --from-literal=github_app_id=123456 \ + --from-literal=github_app_installation_id=654321 \ + --from-literal=github_app_private_key='-----BEGIN RSA PRIVATE KEY-----********' +``` +In your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/mastercharts/gha-runner-scale-set/values.yaml) pass the secret name as a reference. +```yaml +githubConfigSecret: pre-defined-secret + ``` + +#### Option 2: Specify values in your `values.yaml` file + +Alternatively, you can specify the values of `app_id`, `installation_id` and `private_key` in your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) file. + +```yaml +## githubConfigSecret is the Kubernetes secret to use when authenticating with GitHub API. +## You can choose to use a GitHub App or a {% data variables.product.pat_v1 %} +githubConfigSecret: + ## GitHub Apps Configuration + ## IDs must be strings, use quotes + github_app_id: "123456" + github_app_installation_id: "654321" + github_app_private_key: | + -----BEGIN RSA PRIVATE KEY----- + ... + HkVN9... + ... + -----END RSA PRIVATE KEY----- +``` + +{% data reusables.actions.actions-runner-controller-helm-chart-options %} + +### Managing access with runner groups + +You can use runner groups to control which organizations or repositories have access to your runner scale sets. For more information on runner groups, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups)." + +To add a runner scale set to a runner group, you must already have a runner group created. Then set the `runnerGroup` property in your copy of the `values.yaml` file. The following example adds a runner scale set to the Octo-Group runner group. + +```yaml +runnerGroup: "Octo-Group" +``` + +{% data reusables.actions.actions-runner-controller-helm-chart-options %} + +### Configuring an outbound proxy + +To force HTTP traffic for the controller and runners to go through your outbound proxy, set the following properties in your Helm chart. + +```yaml +proxy: + http: + url: http://proxy.com:1234 + credentialSecretRef: proxy-auth # a Kubernetes secret with `username` and `password` keys + https: + url: http://proxy.com:1234 + credentialSecretRef: proxy-auth # a Kubernetes secret with `username` and `password` keys + noProxy: + - example.com + - example.org +``` + +ARC supports using anonymous or authenticated proxies. If you use authenticated proxies, you will need to set the `credentialSecretRef` value to reference a Kubernetes secret. You can create a secret with your proxy credentials with the following command. + +```bash{:copy} + kubectl create secret generic proxy-auth \ + --namespace=my_namespace \ + --from-literal=username=proxyUsername \ + --from-literal=password=proxyPassword \ +``` + +{% data reusables.actions.actions-runner-controller-helm-chart-options %} + +### Setting the maximum and minimum number of runners + +The `maxRunners` and `minRunners` properties provide you with a range of options to customize your ARC setup. + +{% note %} + +**Note:** ARC does not support scheduled maximum and minimum configurations. You can use a cronjob or any other scheduling solution to update the configuration on a schedule. + +{% endnote %} + +#### Example: Unbounded number of runners + +If you comment out both the `maxRunners` and `minRunners` properties, ARC will scale up to the number of jobs assigned to the runner scale set and will scale down to 0 if there aren't any active jobs. + +```yaml +## maxRunners is the max number of runners the auto scaling runner set will scale up to. +# maxRunners: 0 + +## minRunners is the min number of runners the auto scaling runner set will scale down to. +# minRunners: 0 +``` + +#### Example: Minimum number of runners + +You can set the `minRunners` property to any number and ARC will make sure there is at least this number of runners active and available to take jobs assigned to the runner scale set at all times. + +```yaml +## maxRunners is the max number of runners the auto scaling runner set will scale up to. +# maxRunners: 0 + +## minRunners is the min number of runners the auto scaling runner set will scale down to. +minRunners: 20 +``` + +#### Example: Set maximum and minimum number of runners + +In this configuration, {% data variables.product.prodname_actions_runner_controller %} will scale up to a maximum of `30` runners and will scale down to `20` runners when the jobs are complete. + +{% note %} + +**Note:** The value of `minRunners` can never exceed that of `maxRunners`, unless `maxRunners` is commented out. + +{% endnote %} + +```yaml +## maxRunners is the max number of runners the auto scaling runner set will scale up to. +maxRunners: 30 + +## minRunners is the min number of runners the auto scaling runner set will scale down to. +minRunners: 20 +``` + +#### Example: Jobs queue draining + +In certain scenarios you might want to drain the jobs queue to troubleshoot a problem or to perform maintenance on your cluster. If you set both properties to `0`, {% data variables.product.prodname_actions_runner_controller %} will not create new runner pods when new jobs are available and assigned. + +```yaml +## maxRunners is the max number of runners the auto scaling runner set will scale up to. +maxRunners: 0 + +## minRunners is the min number of runners the auto scaling runner set will scale down to. +minRunners: 0 +``` + +### Custom TLS certificates + +{% note %} + +**Note:** If you are using a custom runner image that is not based on the `Debian` distribution, the following instructions will not work. + +{% endnote %} + +Some environments require TLS certificates that are signed by a custom certificate authority (CA). Since the custom certificate authority certificates are not bundled with the controller or runner containers, you must inject them into their respective trust stores. + +```yaml +githubServerTLS: + certificateFrom: + configMapKeyRef: + name: config-map-name + key: ca.crt + runnerMountPath: /usr/local/share/ca-certificates/ +``` + +When you do this, ensure you are using the Privacy Enhanced Mail (PEM) format and that the extension of your certificate is `.crt`. Anything else will be ignored. + +The controller executes the following actions. + +- Creates a `github-server-tls-cert` volume containing the certificate specified in `certificateFrom`. +- Mounts that volume on path `runnerMountPath/`. +- Sets the `NODE_EXTRA_CA_CERTS` environment variable to that same path. +- Sets the `RUNNER_UPDATE_CA_CERTS` environment variable to `1` (as of version `2.303.0`, this will instruct the runner to reload certificates on the host). + +ARC observes values set in the runner pod template and does not overwrite them. + +{% data reusables.actions.actions-runner-controller-helm-chart-options %} + +## Using Docker-in-Docker or Kubernetes mode for containers + +If you are using container jobs and services or container actions, the `containerMode` value must be set to `dind` or `kubernetes`. + +- For more information on container jobs and services, see "[AUTOTITLE](/actions/using-jobs/running-jobs-in-a-container)." +- For more information on container actions, see "[AUTOTITLE](/actions/creating-actions/creating-a-docker-container-action)." + +### Using Docker-in-Docker mode + +{% note %} + +**Note:** The Docker-in-Docker container requires privileged mode. For more information, see [Configure a Security Context for a Pod or Container](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) in the Kubernetes documentation. + +{% endnote %} + +Docker-in-Docker mode is a configuration that allows you to run Docker inside a Docker container. In this configuration, for each runner pod-created ARC creates the following containers. + +- An `init` container +- A `runner` container +- A `dind` container + +To enable Docker-in-Docker mode, set the `containerMode.type` to `dind` as follows. + +```yaml +containerMode: + type: "dind" +``` + +The `template.spec` will be updated to the following default configuration. + +```yaml +template: + spec: + initContainers: + - name: init-dind-externals + image: ghcr.io/actions/actions-runner:latest + command: ["cp", "-r", "-v", "/home/runner/externals/.", "/home/runner/tmpDir/"] + volumeMounts: + - name: dind-externals + mountPath: /home/runner/tmpDir + containers: + - name: runner + image: ghcr.io/actions/actions-runner:latest + env: + - name: DOCKER_HOST + value: tcp://localhost:2376 + - name: DOCKER_TLS_VERIFY + value: "1" + - name: DOCKER_CERT_PATH + value: /certs/client + volumeMounts: + - name: work + mountPath: /home/runner/_work + - name: dind-cert + mountPath: /certs/client + readOnly: true + - name: dind + image: docker:dind + securityContext: + privileged: true + volumeMounts: + - name: work + mountPath: /home/runner/_work + - name: dind-cert + mountPath: /certs/client + - name: dind-externals + mountPath: /home/runner/externals + volumes: + - name: work + emptyDir: {} + - name: dind-cert + emptyDir: {} + - name: dind-externals + emptyDir: {} +``` + +You can override any of these values to customize your setup. + +{% data reusables.actions.actions-runner-controller-helm-chart-options %} + +### Using Kubernetes mode + +In Kubernetes mode, ARC uses runner container hooks to create a new pod in the same namespace to run the service, container job, or action. + +#### Prerequisites + +Kubernetes mode relies on persistent volumes to share job details between the runner pod and the container job pod. See the [Persistent Volumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) Kubernetes documentation for more information. + +To use Kubernetes mode, you must do the following. + +- Create persistent volumes available for the runner pods to claim. +- Use a solution to automatically provision persistent volumes on demand. + +For testing, you can use a solution like [OpenEBS](https://github.com/openebs/openebs). + +#### Configuring Kubernetes mode + +To enable Kubernetes mode, set the `containerMode.type` to `kubernetes`. + +```yaml +containerMode: + type: "kubernetes" + kubernetesModeWorkVolumeClaim: + accessModes: ["ReadWriteOnce"] + storageClassName: "dynamic-blob-storage" + resources: + requests: + storage: 1Gi +``` + +{% data reusables.actions.actions-runner-controller-helm-chart-options %} + +When Kubernetes mode is enabled, workflows that are not configured with a container job will fail with an error similar to: + +```bash +Jobs without a job container are forbidden on this runner, please add a 'container:' to your job or contact your self-hosted runner administrator. +``` + +In order to allow jobs without a job container to run, you need to instruct the runner to disable this check. You can do that by setting setting `ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER` to `false` on your runner container: + +```yaml +template: + spec: + containers: + - name: runner + image: ghcr.io/actions/actions-runner:latest + command: ["/home/runner/run.sh"] + env: + - name: ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER + value: "false" +``` + +### Using a private container registry + +To use a private container registry, you can copy the controller image and runner image to your private container registry. Then configure the links to those images and set the `imagePullPolicy` and `imagePullSecrets` values. + +#### Configuring the controller image + +You can update your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set-controller/values.yaml) file and set the `image` properties as follows. + +```yaml +image: + repository: "custom-registry.io/gha-runner-scale-set-controller" + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "0.4.0" + +imagePullSecrets: +- name: +``` + +The listener container inherits the `imagePullPolicy` defined for the controller. + +#### Configuring the runner image + +You can update your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) file and set the `template.spec` properties as follows. + +```yaml +template: + spec: + containers: + - name: runner + image: "custom-registry.io/actions-runner:latest" + imagePullPolicy: Always + command: ["/home/runner/run.sh"] +``` + +{% data reusables.actions.actions-runner-controller-helm-chart-options %} + +### Updating the pod specification for the runner pod + +You can fully customize the PodSpec of the runner pod and the controller will apply the configuration you specify. The following is an example pod specification. + +```yaml +template: + spec: + containers: + - name: runner + image: ghcr.io/actions/actions-runner:latest + command: ["/home/runner/run.sh"] + resources: + limits: + cpu: 500m + memory: 512Mi + securityContext: + readOnlyRootFilesystem: true + allowPrivilegeEscalation: false + capabilities: + add: + - NET_ADMIN +``` + +{% data reusables.actions.actions-runner-controller-helm-chart-options %} + +## Using ARC across organizations + +A single installation of {% data variables.product.prodname_actions_runner_controller %} allows you to configure one or more runner scale sets. These runner scale sets can be registered to a repository, organization, or enterprise. You can also use runner groups to control the permissions boundaries of these runner scale sets. + +As a best practice, create a unique namespace for each organization. You could also create a namespace for each runner group or each runner scale set. You can install as many runner scale sets as needed in each namespace. This will provide you the highest levels of isolation and improve your security. You can use {% data variables.product.prodname_github_apps %} for authentication and define granular permissions for each runner scale set. + +## Legal notice + +{% data reusables.actions.actions-runner-controller-legal-notice %} diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/index.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/index.md new file mode 100644 index 0000000000..659dfb554b --- /dev/null +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/index.md @@ -0,0 +1,21 @@ +--- +title: Managing self-hosted runners with Actions Runner Controller +shortTitle: Actions Runner Controller +intro: You can host your own runners to run workflows in a highly customizable environment. +versions: + fpt: '*' + ghes: '>=3.9' + ghec: '*' +topics: + - Actions Runner Controller +children: + - /quickstart-for-actions-runner-controller + - /about-actions-runner-controller + - /authenticating-to-the-github-api + - /deploying-runner-scale-sets-with-actions-runner-controller + - /using-actions-runner-controller-runners-in-a-workflow + - /troubleshooting-actions-runner-controller-errors +--- + +{% data reusables.actions.enterprise-beta %} +{% data reusables.actions.enterprise-github-hosted-runners %} diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md new file mode 100644 index 0000000000..f6015782f9 --- /dev/null +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md @@ -0,0 +1,172 @@ +--- +title: Quickstart for Actions Runner Controller +shortTitle: Quickstart +intro: 'Try out {% data variables.product.prodname_actions_runner_controller %} in 5 minutes.' +versions: + fpt: '*' + ghec: '*' + ghes: '>= 3.9' +type: quick_start +topics: + - Actions Runner Controller +defaultPlatform: linux +--- + +{% data reusables.actions.actions-runner-controller-beta %} + +[Legal notice](#legal-notice) + +## Introduction + +{% data reusables.actions.actions-runner-controller-about-arc %} + +You can set up ARC on Kubernetes using Helm, then create and run a workflow that uses runner scale sets. For more information about runner scale sets, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller#runner-scale-set)." + +## Prerequisites + +In order to use ARC, ensure you have the following. + +- A Kubernetes cluster + - For a managed cloud environment, you can use AKS. For more information, see [Azure Kubernetes Service](https://azure.microsoft.com/en-us/products/kubernetes-service) in the Azure documentation. + - For a local setup, you can use minikube or kind. For more information, see [minikube start](https://minikube.sigs.k8s.io/docs/start/) in the minikube documentation and [kind](https://kind.sigs.k8s.io/) in the kind documentation. + + {% note %} + + **Note:** OpenShift clusters are currently unsupported. + + {% endnote %} + +- Helm 3 + - For more information, see [Installing Helm](https://helm.sh/docs/intro/install/) in the Helm documentation. + +## Installing Actions Runner Controller + +1. To install the operator and the custom resource definitions (CRDs) in your cluster, do the following. + 1. In your Helm chart, update the `NAMESPACE` value to the location you want your operator pods to be created. This namespace must allow access to the Kubernetes API server. + 1. Install the Helm chart. + + The following example installs the latest version of the chart. To install a specific version, you can pass the `--version` argument along with the version of the chart you wish to install. You can find the list of releases in the [GitHub Container Registry](https://github.com/actions/actions-runner-controller/pkgs/container/actions-runner-controller-charts%2Fgha-runner-scale-set-controller). + + ```bash{:copy} + NAMESPACE="arc-systems" + helm install arc \ + --namespace "{% raw %}${NAMESPACE}{% endraw %}" \ + --create-namespace \ + oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller + ``` + + For additional Helm configuration options, see [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set-controller/values.yaml) in the ARC documentation. + +1. To enable ARC to authenticate to {% data variables.product.company_short %}, generate a {% data variables.product.pat_v1 %}. For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api#deploying-using-personal-access-token-classic-authentication). + +## Configuring a runner scale set + +1. To configure your runner scale set, run the following command in your terminal, using values from your ARC configuration. + + When you run the command, keep the following in mind. + + - Update the `INSTALLATION_NAME` value carefully. You will use the installation name as the value of `runs-on` in your workflows. For more information, see "[AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on)." + - Update the `NAMESPACE` value to the location you want the runner pods to be created. + - Set `GITHUB_CONFIG_URL` to the URL of your repository, organization, or enterprise. This is the entity that the runners will belong to. + - This example command installs the latest version of the Helm chart. To install a specific version, you can pass the `--version` argument with the version of the chart you wish to install. You can find the list of releases in the [GitHub Container Registry](https://github.com/actions/actions-runner-controller/pkgs/container/actions-runner-controller-charts%2Fgha-runner-scale-set). + + {% note %} + + **Note:** + - {% data reusables.actions.actions-runner-controller-security-practices-namespace %} + - {% data reusables.actions.actions-runner-controller-security-practices-secret %} For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller)." + + {% endnote %} + + ```bash{:copy} + INSTALLATION_NAME="arc-runner-set" + NAMESPACE="arc-runners" + GITHUB_CONFIG_URL="https://github.com/" + GITHUB_PAT="" + helm install "{% raw %}${INSTALLATION_NAME}{% endraw %}" \ + --namespace "{% raw %}${NAMESPACE}{% endraw %}" \ + --create-namespace \ + --set githubConfigUrl="{% raw %}${GITHUB_CONFIG_URL}{% endraw %}" \ + --set githubConfigSecret.github_token="{% raw %}${GITHUB_PAT}{% endraw %}" \ + oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set + ``` + + For additional Helm configuration options, see [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) in the ARC documentation. + +2. From your terminal, run the following command to check your installation. + + ```bash{:copy} + helm list -A + ``` + + You should see an output similar to the following. + + ```bash + NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION + arc arc-systems 1 2023-04-12 11:45:59.152090536 +0000 UTC deployed gha-runner-scale-set-controller-0.4.0 0.4.0 + arc-runner-set arc-systems 1 2023-04-12 11:46:13.451041354 +0000 UTC deployed gha-runner-scale-set-0.4.0 0.4.0 + ``` + +3. To check the manager pod, run the following command in your terminal. + + ```bash{:copy} + kubectl get pods -n arc-systems + ``` + + If everything was installed successfully, the status of the pods shows as **Running**. + + ```bash + NAME READY STATUS RESTARTS AGE + arc-gha-runner-scale-set-controller-594cdc976f-m7cjs 1/1 Running 0 64s + arc-runner-set-754b578d-listener 1/1 Running 0 12s + ``` + +If your installation was not successful, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors)" for troubleshooting information. + +## Using runner scale sets + +Now you will create and run a simple test workflow that uses the runner scale set runners. + +1. In a repository, create a workflow similar to the following example. The `runs-on` value should match the Helm installation name you used when you installed the autoscaling runner set. + + For more information on adding workflows to a repository, see "[AUTOTITLE](/actions/quickstart#creating-your-first-workflow)." + + ```yaml{:copy} + name: Actions Runner Controller Demo + on: + workflow_dispatch: + + jobs: + Explore-GitHub-Actions: + # You need to use the INSTALLATION_NAME from the previous step + runs-on: arc-runner-set + steps: + - run: echo "🎉 This job uses runner scale set runners!" + ``` + +1. Once you've added the workflow to your repository, manually trigger the workflow. For more information, see "[AUTOTITLE](/actions/managing-workflow-runs/manually-running-a-workflow)." + +1. To view the runner pods being created while the workflow is running, run the following command from your terminal. + + ```bash{:copy} + kubectl get pods -n arc-runners + ``` + + A successful output will look similar to the following. + + ```bash + NAMESPACE NAME READY STATUS RESTARTS AGE + arc-runners arc-runner-set-rmrgw-runner-p9p5n 1/1 Running 0 21s + ``` + +## Next steps + +{% data variables.product.prodname_actions_runner_controller %} can help you efficiently manage your {% data variables.product.prodname_actions %} runners. Ready to get started? Here are some helpful resources for taking your next steps with ARC: + +- For detailed authentication information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api)." +- For help using ARC runners in your workflows, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow)." +- For deployment information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller)." + +## Legal notice + +{% data reusables.actions.actions-runner-controller-legal-notice %} diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors.md new file mode 100644 index 0000000000..d0b7face6d --- /dev/null +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors.md @@ -0,0 +1,153 @@ +--- +title: Troubleshooting Actions Runner Controller errors +shortTitle: Troubleshoot +intro: 'Learn how to troubleshoot {% data variables.product.prodname_actions_runner_controller %} errors.' +versions: + fpt: '*' + ghec: '*' + ghes: '>= 3.9' +type: how_to +topics: + - Actions Runner Controller +--- + +{% data reusables.actions.actions-runner-controller-beta %} + +[Legal notice](#legal-notice) + +## Logging + +The {% data variables.product.prodname_actions_runner_controller %} (ARC) resources, which include the controller, listener, and runners, write logs to standard output (`stdout`). We recommend you implement a logging solution to collect and store these logs. Having logs available can help you or GitHub support with troubleshooting and debugging. For more information, see [Logging Architecture](https://kubernetes.io/docs/concepts/cluster-administration/logging/) in the Kubernetes documentation. + +## Resources labels + +Labels are added to the resources created by {% data variables.product.prodname_actions_runner_controller %}, which include the controller, listener, and runner pods. You can use these labels to filter resources and to help with troubleshooting. + +### Controller pod + +The following labels are applied to the controller pod. + +```yaml +app.kubernetes.io/component=controller-manager +app.kubernetes.io/instance= +app.kubernetes.io/name=gha-runner-scale-set-controller +app.kubernetes.io/part-of=gha-runner-scale-set-controller +app.kubernetes.io/version= +``` + +### Listener pod + +The following labels are applied to listener pods. + +```yaml +actions.github.com/enterprise= # Will be populated if githubConfigUrl is an enterprise URL +actions.github.com/organization= # Will be populated if githubConfigUrl is an organization URL +actions.github.com/repository= # Will be populated if githubConfigUrl is a repository URL +actions.github.com/scale-set-name= # Runners scale set name +actions.github.com/scale-set-namespace= # Runners namespace +app.kubernetes.io/component=runner-scale-set-listener +app.kubernetes.io/part-of=gha-runner-scale-set +app.kubernetes.io/version= # Chart version +``` + +### Runner pod + +The following labels are applied to runner pods. + +```yaml +actions-ephemeral-runner= # True | False +actions.github.com/organization= # Will be populated if githubConfigUrl is an organization URL +actions.github.com/scale-set-name= # Runners scale set name +actions.github.com/scale-set-namespace= # Runners namespace +app.kubernetes.io/component=runner +app.kubernetes.io/part-of=gha-runner-scale-set +app.kubernetes.io/version= # Chart version +``` + +## Checking the logs of the controller and runner set listener + +To check the logs of the controller pod, you can use the following command. + +```bash{:copy} +kubectl logs -n -l app.kubernetes.io/name=gha-runner-scale-set-controller +``` + +To check the logs of the runner set listener, you can use the following command. + +```bash{:copy} +kubectl logs -n -l auto-scaling-runner-set-namespace=arc-systems -l auto-scaling-runner-set-name=arc-runner-set +``` + +## Using the charts from the `master` branch + +We recommend you use the charts from the latest release instead of the `master` branch. The `master` branch is highly unstable, and we cannot guarantee that the charts in the `master` branch will work at any given time. + +## Troubleshooting the listener pod + +If the controller pod is running, but the listener pod is not, inspect the logs of the controller first and see if there are any errors. If there are no errors and the runner set listener pod is still not running, ensure the controller pod has access to the Kubernetes API server in your cluster. + +If you have a proxy configured or you're using a sidecar proxy that's automatically injected, such as [Istio](https://istio.io/), ensure it's configured to allow traffic from the controller container (manager) to the Kubernetes API server. + +If you have installed the autoscaling runner set, but the listener pod is not created, verify that the `githubConfigSecret` you provided is correct and that the `githubConfigUrl` you provided is accurate. See "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller)" for more information. + +## Runner pods are recreated after a canceled workflow run + +Once a workflow run is canceled, the following events happen. + +- The cancellation signal is sent to the runners directly. +- The runner application terminates, which also terminates the runner pods. +- On the next poll, the cancellation signal is received by the listener. + +There might be a slight delay between when the runners receive the signal and when the listener receives the signal. When runner pods start terminating, the listener tries to bring up new runners to match the desired number of runners according to the state it's in. However, when the listener receives the cancellation signal, it will act to reduce the number of runners. Eventually the listener will scale back down to the desired number of runners. In the meantime, you may see extra runners. + +## Error: `Name must have up to n characters` + +ARC uses the generated names of certain resources as labels for other resources. Because of this requirement, ARC limits resource names to 63 characters. + +Because part of the resource name is defined by you, ARC imposes a limit on the number of characters you can use for the installation name and namespace. + +```bash +Error: INSTALLATION FAILED: execution error at (gha-runner-scale-set/templates/autoscalingrunnerset.yaml:5:5): Name must have up to 45 characters + +Error: INSTALLATION FAILED: execution error at (gha-runner-scale-set/templates/autoscalingrunnerset.yaml:8:5): Namespace must have up to 63 characters +``` + +## Error: `Access to the path /home/runner/_work/_tool is denied` + +You may see this error if you're using Kubernetes mode with persistent volumes. This error occurs if the runner container is running with a non-root user and is causing a permissions mismatch with the mounted volume. + +To fix this, you can do one of the following things. + +- Use a volume type that supports `securityContext.fsGroup`. `hostPath` volumes do not support this property, whereas `local` volumes and other types of volumes do support it. Update the `fsGroup` of your runner pod to match the GID of the runner. You can do this by updating the `gha-runner-scale-set` helm chart values to include the following. Replace `VERSION` with the version of the `actions-runner` container image you want to use. + + ```yaml{:copy} + spec: + securityContext: + fsGroup: 123 + containers: + - name: runner + image: ghcr.io/actions/actions-runner:latest + command: ["/home/runner/run.sh"] + ``` + +- If updating the `securityContext` of your runner pod is not a viable solution, you can work around the issue by using `initContainers` to change the mounted volume's ownership, as follows. + + ```yaml{:copy} + template: + spec: + initContainers: + - name: kube-init + image: ghcr.io/actions/actions-runner:latest + command: ["sudo", "chown", "-R", "1001:123", "/home/runner/_work"] + volumeMounts: + - name: work + mountPath: /home/runner/_work + containers: + - name: runner + image: ghcr.io/actions/actions-runner:latest + command: ["/home/runner/run.sh"] + ``` + +## Legal notice + +{% data reusables.actions.actions-runner-controller-legal-notice %} diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow.md new file mode 100644 index 0000000000..06b024347b --- /dev/null +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow.md @@ -0,0 +1,55 @@ +--- +title: Using Actions Runner Controller runners in a workflow +shortTitle: Using ARC in a workflow +intro: 'You can use {% data variables.product.prodname_actions_runner_controller %} runners in a workflow file.' +versions: + fpt: '*' + ghec: '*' + ghes: '>= 3.9' +type: overview +topics: + - Actions Runner Controller +defaultPlatform: linux +--- + +{% data reusables.actions.actions-runner-controller-beta %} + +[Legal notice](#legal-notice) + +## About using ARC runners in a workflow file + +To assign jobs to run on a runner scale set, you can specify the name of the scale set as the value for the `runs-on` key in your {% data variables.product.prodname_actions %} workflow file. + +For example, the following configuration for a runner scale set has the `INSTALLATION_NAME` value set to `arc-runner-set`. + +```bash +# Using a {% data variables.product.pat_generic_title_case %} (PAT) +INSTALLATION_NAME="arc-runner-set" +NAMESPACE="arc-runners" +GITHUB_CONFIG_URL="https://github.com/" +GITHUB_PAT="" +helm install "${INSTALLATION_NAME}" \ + --namespace "${NAMESPACE}" \ + --create-namespace \ + --set githubConfigUrl="${GITHUB_CONFIG_URL}" \ + --set githubConfigSecret.github_token="${GITHUB_PAT}" \ + oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set +``` + +To use this configuration in a workflow, set the value of the `runs-on` key in your workflow to `arc-runner-set`, similar to the following example. + +```yaml +jobs: + job_name: + runs-on: arc-runner-set +``` + +## Using runner scale set names + +Runner scale set names are unique within the runner group they belong to. To deploy multiple runner scale sets with the same name, they must belong to different runner groups. For more information about specifying runner scale set names, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller)." + +{% data reusables.actions.actions-runner-controller-labels %} For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller#scaling-runners)." + +## Legal notice + +{% data reusables.actions.actions-runner-controller-legal-notice %} diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md similarity index 94% rename from content/actions/hosting-your-own-runners/about-self-hosted-runners.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md index 0195dd2640..bf7941c857 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md @@ -4,6 +4,7 @@ intro: 'You can host your own runners and customize the environment used to run redirect_from: - /github/automating-your-workflow-with-github-actions/about-self-hosted-runners - /actions/automating-your-workflow-with-github-actions/about-self-hosted-runners + - /actions/hosting-your-own-runners/about-self-hosted-runners versions: fpt: '*' ghes: '*' @@ -38,7 +39,7 @@ You can add self-hosted runners at various levels in the management hierarchy: {% data reusables.actions.self-hosted-runner-auto-removal %} -For more information about installing and using self-hosted runners, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow)." +For more information about installing and using self-hosted runners, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow)." ## {% ifversion fpt or ghec or ghes %}Differences between {% data variables.product.prodname_dotcom %}-hosted and {% elsif ghae %}Characteristics of {% endif %}self-hosted runners @@ -53,12 +54,12 @@ For more information about installing and using self-hosted runners, see "[AUTOT - Use free minutes on your {% data variables.product.prodname_dotcom %} plan, with per-minute rates applied after surpassing the free minutes. **Self-hosted runners:**{% endif %} -- Receive automatic updates for the self-hosted runner application only{% ifversion fpt or ghec or ghes > 3.4 or ghae %}, though you may disable automatic updates of the runner. For more information about controlling runner software updates on self-hosted runners, see "[AUTOTITLE](/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners#controlling-runner-software-updates-on-self-hosted-runners)."{% else %}.{% endif %} You are responsible for updating the operating system and all other software. +- Receive automatic updates for the self-hosted runner application only{% ifversion fpt or ghec or ghes > 3.4 or ghae %}, though you may disable automatic updates of the runner. For more information about controlling runner software updates on self-hosted runners, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners#controlling-runner-software-updates-on-self-hosted-runners)."{% else %}.{% endif %} You are responsible for updating the operating system and all other software. - Can use cloud services or local machines that you already pay for. - Are customizable to your hardware, operating system, software, and security requirements. - Don't need to have a clean instance for every job execution. - Are free to use with {% data variables.product.prodname_actions %}, but you are responsible for the cost of maintaining your runner machines.{% ifversion ghec or ghes or ghae %} -- Can be organized into groups to restrict access to specific {% ifversion restrict-groups-to-workflows %}workflows, {% endif %}organizations and repositories. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups)."{% endif %} +- Can be organized into groups to restrict access to specific {% ifversion restrict-groups-to-workflows %}workflows, {% endif %}organizations and repositories. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups)."{% endif %} ## Requirements for self-hosted runner machines @@ -71,7 +72,7 @@ You can use any machine as a self-hosted runner as long at it meets these requir ## Autoscaling your self-hosted runners -You can automatically increase or decrease the number of self-hosted runners in your environment in response to the webhook events you receive. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners)." +You can automatically increase or decrease the number of self-hosted runners in your environment in response to the webhook events you receive. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners)." ## Usage limits @@ -234,9 +235,9 @@ If you use an IP address allow list for your {% data variables.product.prodname_ If you use an IP address allow list for your {% data variables.product.prodname_dotcom %} organization or enterprise account, you must add your self-hosted runner's IP address to the allow list. For more information, see "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list)." {% endif %} -You can also use self-hosted runners with a proxy server. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners)." +You can also use self-hosted runners with a proxy server. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-a-proxy-server-with-self-hosted-runners)." -For more information about troubleshooting common network connectivity issues, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#troubleshooting-network-connectivity)." +For more information about troubleshooting common network connectivity issues, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#troubleshooting-network-connectivity)." {% ifversion ghes or ghae %} diff --git a/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners.md similarity index 83% rename from content/actions/hosting-your-own-runners/adding-self-hosted-runners.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners.md index 2589ff4501..28ad97cea3 100644 --- a/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners.md @@ -4,6 +4,7 @@ intro: 'You can add a self-hosted runner to a repository, an organization, or an redirect_from: - /github/automating-your-workflow-with-github-actions/adding-self-hosted-runners - /actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners + - /actions/hosting-your-own-runners/adding-self-hosted-runners versions: fpt: '*' ghes: '*' @@ -20,21 +21,21 @@ You can add a self-hosted runner to a repository, an organization, or an enterpr If you are an organization or enterprise administrator, you might want to add your self-hosted runners at the organization or enterprise level. This approach makes the runner available to multiple repositories in your organization or enterprise, and also lets you to manage your runners in one place. -For information on supported operating systems for self-hosted runners, or using self-hosted runners with a proxy server, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." +For information on supported operating systems for self-hosted runners, or using self-hosted runners with a proxy server, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." {% ifversion not ghae %} {% warning %} **Warning:** {% data reusables.actions.self-hosted-runner-security %} -For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)." +For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)." {% endwarning %} {% endif %} {% ifversion fpt or ghec or ghes %} -You can set up automation to scale the number of self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners)." +You can set up automation to scale the number of self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners)." {% endif %} @@ -53,7 +54,7 @@ You can add self-hosted runners to a single repository. To add a self-hosted run {% data reusables.actions.self-hosted-runner-configure %} {% data reusables.actions.self-hosted-runner-check-installation-success %} -For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners)." +For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners)." ## Adding a self-hosted runner to an organization @@ -67,16 +68,16 @@ You can add self-hosted runners at the organization level, where they can be use {% data reusables.actions.self-hosted-runner-configure %} {% data reusables.actions.self-hosted-runner-check-installation-success %} -For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners)." +For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners)." {% data reusables.actions.self-hosted-runner-public-repo-access %} ## Adding a self-hosted runner to an enterprise -{% ifversion fpt %}If you use {% data variables.product.prodname_ghe_cloud %}, you{% elsif ghec or ghes or ghae %}You{% endif %} can add self-hosted runners to an enterprise, where they can be assigned to multiple organizations. The organization admins are then able to control which repositories can use it. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-enterprise).{% endif %} +{% ifversion fpt %}If you use {% data variables.product.prodname_ghe_cloud %}, you{% elsif ghec or ghes or ghae %}You{% endif %} can add self-hosted runners to an enterprise, where they can be assigned to multiple organizations. The organization admins are then able to control which repositories can use it. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-enterprise).{% endif %} {% ifversion ghec or ghes or ghae %} -New runners are assigned to the default group. You can modify the runner's group after you've registered the runner. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group)." +New runners are assigned to the default group. You can modify the runner's group after you've registered the runner. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group)." {% ifversion ghec or ghes or ghae %} @@ -88,7 +89,7 @@ To add a self-hosted runner to an enterprise, you must be an enterprise owner. F {% data reusables.actions.self-hosted-runner-check-installation-success %} -For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners)." +For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners)." {% data reusables.actions.self-hosted-runner-public-repo-access %} @@ -98,7 +99,7 @@ By default, runners in an enterprise's "Default" self-hosted runner group are av To make an enterprise-level self-hosted runner group available to an organization repository, you might need to change the organization's inherited settings for the runner group to make the runner available to repositories in the organization. -For more information on changing runner group access settings, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." +For more information on changing runner group access settings, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." {% endif %} {% ifversion ghec or ghes or ghae %} diff --git a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners.md similarity index 98% rename from content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners.md index 1a70767cc3..ec99779061 100644 --- a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners.md @@ -2,6 +2,8 @@ title: Autoscaling with self-hosted runners shortTitle: Autoscale self-hosted runners intro: You can automatically scale your self-hosted runners in response to webhook events. +redirect_from: + - /actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners versions: fpt: '*' ghec: '*' diff --git a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service.md similarity index 91% rename from content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service.md index b5f1431f2c..75ab446fdd 100644 --- a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service.md @@ -4,6 +4,7 @@ shortTitle: Run the runner app as a service intro: You can configure the self-hosted runner application as a service to automatically start the runner application when the machine starts. redirect_from: - /actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service + - /actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service versions: fpt: '*' ghes: '*' @@ -24,7 +25,7 @@ defaultPlatform: linux {% note %} **Note:** You must add a runner to {% data variables.product.product_name %} before you can configure the self-hosted runner application as a service. -For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." {% endnote %} {% endcapture %} @@ -47,7 +48,7 @@ For Linux systems that use `systemd`, you can use the `svc.sh` script that is cr **Note:** Configuring the self-hosted runner application as a service on Windows is part of the application configuration process. If you have already configured the self-hosted runner application but did not choose to configure it as a service, you must remove the runner from {% data variables.product.prodname_dotcom %} and re-configure the application. When you re-configure the application, choose the option to configure the application as a service. -For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/removing-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." {% endnote %} @@ -134,7 +135,7 @@ Get-Service "{{ service_win_name }}" ``` {% endmac %} - For more information on viewing the status of your self-hosted runner, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners)." + For more information on viewing the status of your self-hosted runner, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners)." ## Stopping the service diff --git a/content/actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs.md similarity index 96% rename from content/actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs.md index 4baa49dcf9..e566b56403 100644 --- a/content/actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs.md @@ -1,6 +1,8 @@ --- title: Customizing the containers used by jobs intro: You can customize how your self-hosted runner invokes a container for a job. +redirect_from: + - /actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs versions: feature: container-hooks type: reference @@ -25,10 +27,10 @@ This customization is only available for Linux-based self-hosted runners, and ro {% data variables.product.prodname_actions %} includes the following commands for container customization: -- [`prepare_job`](/actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs#prepare_job): Called when a job is started. -- [`cleanup_job`](/actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs#cleanup_job): Called at the end of a job. -- [`run_container_step`](/actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs#run_container_step): Called once for each container action in the job. -- [`run_script_step`](/actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs#run_script_step): Runs any step that is not a container action. +- [`prepare_job`](/actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs#prepare_job): Called when a job is started. +- [`cleanup_job`](/actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs#cleanup_job): Called at the end of a job. +- [`run_container_step`](/actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs#run_container_step): Called once for each container action in the job. +- [`run_script_step`](/actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs#run_script_step): Runs any step that is not a container action. Each of these customization commands must be defined in its own JSON file. The file name must match the command name, with the extension `.json`. For example, the `prepare_job` command is defined in `prepare_job.json`. These JSON files will then be run together on the self-hosted runner, as part of the main `index.js` script. This process is described in more detail in "[Generating the customization script](#generating-the-customization-script)." diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md new file mode 100644 index 0000000000..592993c5c5 --- /dev/null +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md @@ -0,0 +1,26 @@ +--- +title: Managing self-hosted runners +shortTitle: Manage self-hosted runners +intro: You can host your own runners to run workflows in a highly customizable environment. +versions: + fpt: '*' + ghes: '*' + ghae: '*' + ghec: '*' +children: + - /about-self-hosted-runners + - /adding-self-hosted-runners + - /autoscaling-with-self-hosted-runners + - /running-scripts-before-or-after-a-job + - /customizing-the-containers-used-by-jobs + - /configuring-the-self-hosted-runner-application-as-a-service + - /using-a-proxy-server-with-self-hosted-runners + - /using-labels-with-self-hosted-runners + - /using-self-hosted-runners-in-a-workflow + - /managing-access-to-self-hosted-runners-using-groups + - /monitoring-and-troubleshooting-self-hosted-runners + - /removing-self-hosted-runners +--- + +{% data reusables.actions.enterprise-beta %} +{% data reusables.actions.enterprise-github-hosted-runners %} diff --git a/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups.md similarity index 90% rename from content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups.md index 3a9b14678b..f3a3d04ba1 100644 --- a/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -3,6 +3,7 @@ title: Managing access to self-hosted runners using groups shortTitle: Manage access with runner groups intro: You can use policies to limit access to self-hosted runners that have been added to an organization or enterprise. redirect_from: + - /actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners - /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners versions: fpt: '*' @@ -21,7 +22,7 @@ For information on how to route jobs to runners in a specific group, see "[AUTOT ## About runner groups -{% data reusables.actions.about-runner-groups %} {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups).{% endif %} +{% data reusables.actions.about-runner-groups %} {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups).{% endif %} {% ifversion ghec or ghes or ghae %} diff --git a/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners.md similarity index 95% rename from content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners.md index 04eb9b9e35..b74a87e4a4 100644 --- a/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners.md @@ -2,9 +2,10 @@ title: Monitoring and troubleshooting self-hosted runners intro: You can monitor your self-hosted runners to view their activity and diagnose common issues. redirect_from: - - /actions/hosting-your-own-runners/checking-the-status-of-self-hosted-runners + - /actions/hosting-your-own-runners/managing-self-hosted-runners/checking-the-status-of-self-hosted-runners - /github/automating-your-workflow-with-github-actions/checking-the-status-of-self-hosted-runners - /actions/automating-your-workflow-with-github-actions/checking-the-status-of-self-hosted-runners + - /actions/hosting-your-own-runners/checking-the-status-of-self-hosted-runners versions: fpt: '*' ghes: '*' @@ -65,7 +66,7 @@ run.cmd --check --url https://github.com/YOUR-ORG/YOUR-REPO --pat GHP_ABCD1234 The script tests each service, and outputs either a `PASS` or `FAIL` for each one. If you have any failing checks, you can see more details on the problem in the log file for the check. The log files are located in the `_diag` directory where you installed the runner application, and the path of the log file for each check is shown in the console output of the script. -If you have any failing checks, you should also verify that your self-hosted runner machine meets all the communication requirements. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#communication-requirements)." +If you have any failing checks, you should also verify that your self-hosted runner machine meets all the communication requirements. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-requirements)." ### Disabling TLS certificate verification {% ifversion ghes %} @@ -135,7 +136,7 @@ Feb 11 16:07:10 runner01 runsvc.sh[962]: 2020-02-11 16:07:10Z: Job testAction co ``` To view the `systemd` configuration, you can locate the service file here: `/etc/systemd/system/actions.runner.-..service`. -If you want to customize the self-hosted runner application service, do not directly modify this file. Follow the instructions described in "[AUTOTITLE](/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service#customizing-the-self-hosted-runner-service)." +If you want to customize the self-hosted runner application service, do not directly modify this file. Follow the instructions described in "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service#customizing-the-self-hosted-runner-service)." {% endlinux %} @@ -163,7 +164,7 @@ Started: The resulting output includes the process ID and the name of the application’s `launchd` service. To view the `launchd` configuration, you can locate the service file here: `/Users/exampleUsername/Library/LaunchAgents/actions.runner...service`. -If you want to customize the self-hosted runner application service, do not directly modify this file. Follow the instructions described in "[AUTOTITLE](/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service#customizing-the-self-hosted-runner-service-1)." +If you want to customize the self-hosted runner application service, do not directly modify this file. Follow the instructions described in "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service#customizing-the-self-hosted-runner-service-1)." {% endmac %} @@ -261,7 +262,7 @@ User=runner-user {% ifversion ghes %} ## Resolving runners that are offline after an upgrade of {% data variables.location.product_location %} -{% data reusables.actions.upgrade-runners-before-upgrade-ghes %} +{% data reusables.actions.upgrade-runners-before-upgrade-ghes %} If your runners are offline for this reason, manually update the runners. For more information, see the installation instructions for [the latest release](https://github.com/actions/runner/releases/latest) in the actions/runner repository. {% endif %} @@ -274,7 +275,7 @@ If your build fails with the following error: Error: Input required and not supplied: java-version ``` -Check which Docker engine is installed on your self-hosted runner. To pass the inputs of an action into the Docker container, the runner uses environment variables that might contain dashes as part of their names. The action may not able to get the inputs if the Docker engine is not a binary executable, but is instead a shell wrapper or a link (for example, a Docker engine installed on Linux using `snap`). To address this error, configure your self-hosted runner to use a different Docker engine. +Check which Docker engine is installed on your self-hosted runner. To pass the inputs of an action into the Docker container, the runner uses environment variables that might contain dashes as part of their names. The action may not able to get the inputs if the Docker engine is not a binary executable, but is instead a shell wrapper or a link (for example, a Docker engine installed on Linux using `snap`). To address this error, configure your self-hosted runner to use a different Docker engine. To check if your Docker engine was installed using `snap`, use the `which` command. In the following example, the Docker engine was installed using `snap`: diff --git a/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners.md similarity index 95% rename from content/actions/hosting-your-own-runners/removing-self-hosted-runners.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners.md index f371e1f2a7..549e6c596f 100644 --- a/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners.md @@ -4,6 +4,7 @@ intro: 'You can permanently remove a self-hosted runner from a repository{% ifve redirect_from: - /github/automating-your-workflow-with-github-actions/removing-self-hosted-runners - /actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners + - /actions/hosting-your-own-runners/removing-self-hosted-runners versions: fpt: '*' ghes: '*' @@ -57,7 +58,7 @@ To remove a self-hosted runner from an organization, you must be an organization ## Removing a runner from an enterprise {% ifversion fpt %} -If you use {% data variables.product.prodname_ghe_cloud %}, you can also remove runners from an enterprise. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/hosting-your-own-runners/removing-self-hosted-runners#removing-a-runner-from-an-enterprise). +If you use {% data variables.product.prodname_ghe_cloud %}, you can also remove runners from an enterprise. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners#removing-a-runner-from-an-enterprise). {% endif %} {% ifversion ghec or ghes or ghae %} {% note %} diff --git a/content/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/running-scripts-before-or-after-a-job.md similarity index 98% rename from content/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/running-scripts-before-or-after-a-job.md index c3ae4b5566..904f9e35c1 100644 --- a/content/actions/hosting-your-own-runners/running-scripts-before-or-after-a-job.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/running-scripts-before-or-after-a-job.md @@ -1,6 +1,8 @@ --- title: Running scripts before or after a job intro: 'Scripts can automatically execute on a self-hosted runner, directly before or after a job.' +redirect_from: + - /actions/hosting-your-own-runners/running-scripts-before-or-after-a-job versions: feature: job-hooks-for-runners type: tutorial diff --git a/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-a-proxy-server-with-self-hosted-runners.md similarity index 97% rename from content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-a-proxy-server-with-self-hosted-runners.md index 0cf514c55f..2c8762f51e 100644 --- a/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-a-proxy-server-with-self-hosted-runners.md @@ -3,6 +3,7 @@ title: Using a proxy server with self-hosted runners intro: 'You can configure self-hosted runners to use a proxy server to communicate with {% data variables.product.product_name %}.' redirect_from: - /actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners + - /actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners versions: fpt: '*' ghes: '*' diff --git a/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners.md similarity index 89% rename from content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners.md index 8cb27f5598..02e91f9dc5 100644 --- a/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners.md @@ -1,6 +1,8 @@ --- title: Using labels with self-hosted runners intro: You can use labels to organize your self-hosted runners based on their characteristics. +redirect_from: + - /actions/hosting-your-own-runners/using-labels-with-self-hosted-runners versions: fpt: '*' ghes: '*' @@ -13,7 +15,7 @@ shortTitle: Label runners {% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-github-hosted-runners %} -For information on how to use labels to route jobs to specific types of self-hosted runners, see "[AUTOTITLE](/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow)." {% ifversion target-runner-groups %}You can also route jobs to runners in a specific group. For more information, see "[AUTOTITLE](/actions/using-jobs/choosing-the-runner-for-a-job#targeting-runners-in-a-group)."{% endif %} +For information on how to use labels to route jobs to specific types of self-hosted runners, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow)." {% ifversion target-runner-groups %}You can also route jobs to runners in a specific group. For more information, see "[AUTOTITLE](/actions/using-jobs/choosing-the-runner-for-a-job#targeting-runners-in-a-group)."{% endif %} {% data reusables.actions.self-hosted-runner-management-permissions-required %} diff --git a/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow.md similarity index 91% rename from content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md rename to content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow.md index 5ad7470066..ee6800f0fd 100644 --- a/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow.md @@ -4,6 +4,7 @@ intro: 'To use self-hosted runners in a workflow, you can use labels{% ifversion redirect_from: - /github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow - /actions/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow + - /actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow versions: fpt: '*' ghes: '*' @@ -24,7 +25,7 @@ Labels allow you to send workflow jobs to specific types of self-hosted runners, {% data reusables.actions.self-hosted-runner-labels-runs-on %} -For information on creating custom and default labels, see "[AUTOTITLE](/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners)." +For information on creating custom and default labels, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners)." {% ifversion target-runner-groups %} @@ -34,7 +35,7 @@ For self-hosted runners defined at the organization {% ifversion ghec or ghes or To specify a self-hosted runner group for your job, configure `runs-on.group` in your workflow file. -For information on creating and managing runner groups, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups)." +For information on creating and managing runner groups, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups)." {% ifversion fpt %} {% data reusables.actions.runner-groups-ent-note %} @@ -64,9 +65,9 @@ The default labels are fixed and cannot be changed or removed. Consider using cu ## Using custom labels to route jobs -You can create custom labels and assign them to your self-hosted runners at any time. Custom labels let you send jobs to particular types of self-hosted runners, based on how they're labeled. +You can create custom labels and assign them to your self-hosted runners at any time. Custom labels let you send jobs to particular types of self-hosted runners, based on how they're labeled. -For example, if you have a job that requires a specific type of graphics hardware, you can create a custom label called `gpu` and assign it to the runners that have the hardware installed. A self-hosted runner that matches all the assigned labels will then be eligible to run the job. +For example, if you have a job that requires a specific type of graphics hardware, you can create a custom label called `gpu` and assign it to the runners that have the hardware installed. A self-hosted runner that matches all the assigned labels will then be eligible to run the job. This example shows a job that combines default and custom labels: @@ -77,7 +78,7 @@ runs-on: [self-hosted, linux, x64, gpu] - `self-hosted` - Run this job on a self-hosted runner. - `linux` - Only use a Linux-based runner. - `x64` - Only use a runner based on x64 hardware. -- `gpu` - This custom label has been manually assigned to self-hosted runners with the GPU hardware installed. +- `gpu` - This custom label has been manually assigned to self-hosted runners with the GPU hardware installed. These labels operate cumulatively, so a self-hosted runner must have all four labels to be eligible to process the job. diff --git a/content/actions/learn-github-actions/expressions.md b/content/actions/learn-github-actions/expressions.md index 7bf700e46f..cecfe20d4d 100644 --- a/content/actions/learn-github-actions/expressions.md +++ b/content/actions/learn-github-actions/expressions.md @@ -32,7 +32,7 @@ You need to use specific syntax to tell {% data variables.product.prodname_dotco ```yaml steps: - - uses: actions/hello-world-javascript-action@v1.1 + - uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b if: {% raw %}${{ }}{% endraw %} ``` diff --git a/content/actions/learn-github-actions/finding-and-customizing-actions.md b/content/actions/learn-github-actions/finding-and-customizing-actions.md index b5d4ba3c4b..f0c9a83524 100644 --- a/content/actions/learn-github-actions/finding-and-customizing-actions.md +++ b/content/actions/learn-github-actions/finding-and-customizing-actions.md @@ -163,7 +163,7 @@ If you need more reliable versioning, you should use the SHA value associated wi ```yaml steps: - - uses: actions/javascript-action@172239021f7ba04fe7327647b213799853a9eb89 + - uses: actions/javascript-action@a824008085750b8e136effc585c3cd6082bd575f ``` ### Using branches diff --git a/content/actions/learn-github-actions/usage-limits-billing-and-administration.md b/content/actions/learn-github-actions/usage-limits-billing-and-administration.md index d14aab6f6f..8c75b33c5f 100644 --- a/content/actions/learn-github-actions/usage-limits-billing-and-administration.md +++ b/content/actions/learn-github-actions/usage-limits-billing-and-administration.md @@ -23,7 +23,7 @@ shortTitle: Workflow billing & limits {% ifversion fpt or ghec %} {% data reusables.actions.actions-billing %} For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions)." {% else %} -GitHub Actions usage is free for {% data variables.product.prodname_ghe_server %} instances that use self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." +GitHub Actions usage is free for {% data variables.product.prodname_ghe_server %} instances that use self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." {% endif %} {% ifversion fpt or ghec %} @@ -41,7 +41,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe {% note %} -**Note:** For self-hosted runners, different usage limits apply. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#usage-limits)." +**Note:** For self-hosted runners, different usage limits apply. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#usage-limits)." {% endnote %} @@ -75,7 +75,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe {% data reusables.actions.usage-workflow-queue-limits %} {% else %} -Usage limits apply to self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#usage-limits)." +Usage limits apply to self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#usage-limits)." {% endif %} {% ifversion fpt or ghec %} diff --git a/content/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added.md b/content/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added.md index 9bf884655c..b324c7682a 100644 --- a/content/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added.md +++ b/content/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added.md @@ -48,7 +48,7 @@ In the tutorial, you will first make a workflow file that uses the [`peter-evans issues: write steps: - name: Add comment - uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae + uses: peter-evans/create-or-update-comment@5f728c3dae25f329afbe34ee4d08eef25569d79f with: issue-number: {% raw %}${{ github.event.issue.number }}{% endraw %} body: | diff --git a/content/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards.md b/content/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards.md index c6795998eb..5f69efb90f 100644 --- a/content/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards.md +++ b/content/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards.md @@ -45,7 +45,7 @@ In the tutorial, you will first make a workflow file that uses the [`alex-page/g move-assigned-card: runs-on: ubuntu-latest steps: - - uses: alex-page/github-project-automation-plus@5bcba1c1c091a222584d10913e5c060d32c44044 + - uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43 with: project: Docs Work column: In Progress diff --git a/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md b/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md index 7a41bf5536..32be75fa1a 100644 --- a/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md +++ b/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md @@ -48,7 +48,7 @@ In the tutorial, you will first make a workflow file that uses the [`imjohnbo/is issues: write steps: - name: Create team sync issue - uses: imjohnbo/issue-bot@3daae12aa54d38685d7ff8459fc8a2aee8cea98b + uses: imjohnbo/issue-bot@3d96848fb5e9a4a473bb81ae62b4b4866a56e93a with: assignees: "monalisa, doctocat, hubot" labels: "weekly sync, docs-team" diff --git a/content/actions/managing-workflow-runs/deleting-a-workflow-run.md b/content/actions/managing-workflow-runs/deleting-a-workflow-run.md index 78e3227449..2a8d75f7ed 100644 --- a/content/actions/managing-workflow-runs/deleting-a-workflow-run.md +++ b/content/actions/managing-workflow-runs/deleting-a-workflow-run.md @@ -17,9 +17,8 @@ versions: {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.repositories.navigate-to-workflow %} -1. To delete a workflow run, use the {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} drop-down menu, and select **Delete workflow run**. +1. To delete a workflow run, select {% octicon "kebab-horizontal" aria-label="Show options" %}, then click **Delete workflow run**. - ![Deleting a workflow run](/assets/images/help/settings/workflow-delete-run.png) -2. Review the confirmation prompt and click **Yes, permanently delete this workflow run**. + ![Screenshot of a list of workflow runs. To the right of a run, an icon of three horizontal dots is highlighted with an orange outline.](/assets/images/help/settings/workflow-delete-run.png) - ![Deleting a workflow run confirmation](/assets/images/help/settings/workflow-delete-run-confirmation.png) +2. Review the confirmation prompt and click **Yes, permanently delete this workflow run**. \ No newline at end of file diff --git a/content/actions/migrating-to-github-actions/automated-migrations/migrating-from-azure-devops-with-github-actions-importer.md b/content/actions/migrating-to-github-actions/automated-migrations/migrating-from-azure-devops-with-github-actions-importer.md index 89e096e119..c6b0ec0074 100644 --- a/content/actions/migrating-to-github-actions/automated-migrations/migrating-from-azure-devops-with-github-actions-importer.md +++ b/content/actions/migrating-to-github-actions/automated-migrations/migrating-from-azure-devops-with-github-actions-importer.md @@ -556,18 +556,21 @@ steps: | number | `inputs.number` | Supported | | boolean | `inputs.boolean` | Supported | | object | `inputs.string` with `fromJSON` expression | Partially supported | -| step | `step` | Partially supported [1] | -| stepList | `step` | Partially supported [1] | -| job | `job` | Partially supported [2] | -| jobList | `job` | Partially supported [2] | -| deployment | `job` | Partially supported [2] | -| deploymentList | `job` | Partially supported [2] | -| stage | `job` | Partially supported [2] | -| stageList | `job` | Partially supported [2] | +| step | `step` | Partially supported | +| stepList | `step` | Partially supported | +| job | `job` | Partially supported | +| jobList | `job` | Partially supported | +| deployment | `job` | Partially supported | +| deploymentList | `job` | Partially supported | +| stage | `job` | Partially supported | +| stageList | `job` | Partially supported | -[1] A template used under the `step` key with this parameter type is only serialized as a composite action if the steps are used at the beginning or end of the template steps. -[2] A template used under the `stage`, `deployment`, and `job` keys with this parameter type are not transformed into a reusable workflow, and instead are serialized as a standalone workflow. +{% note %} + +**Note:** A template used under the `step` key with this parameter type is only serialized as a composite action if the steps are used at the beginning or end of the template steps. A template used under the `stage`, `deployment`, and `job` keys with this parameter type are not transformed into a reusable workflow, and instead are serialized as a standalone workflow. + +{% endnote %} ## Legal notice diff --git a/content/actions/migrating-to-github-actions/automated-migrations/migrating-from-gitlab-with-github-actions-importer.md b/content/actions/migrating-to-github-actions/automated-migrations/migrating-from-gitlab-with-github-actions-importer.md index 041c9e0cf6..0a65b2fa37 100644 --- a/content/actions/migrating-to-github-actions/automated-migrations/migrating-from-gitlab-with-github-actions-importer.md +++ b/content/actions/migrating-to-github-actions/automated-migrations/migrating-from-gitlab-with-github-actions-importer.md @@ -96,7 +96,7 @@ The `configure` CLI command is used to set required credentials and options for ```shell Updating ghcr.io/actions-importer/cli:latest... - ghcr.io/actions-importer/cli:latest up-to-date + ghcr.io/actions-importer/cli:latest up-to-date ``` ## Perform an audit of GitLab @@ -261,14 +261,14 @@ $ gh actions-importer migrate gitlab --target-url https://github.com/octo-org/oc ### Inspecting the pull request -The output from a successful run of the `migrate` command contains a link to the new pull request that adds converted workflows to your repository. +The output from a successful run of the `migrate` command contains a link to the new pull request that adds converted workflows to your repository. Some important elements of the pull request include: -- In the pull request description, a section called **Manual steps**, which lists steps that you must manually complete before you can finish migrating your pipelines to {% data variables.product.prodname_actions %}. For example, this section may direct you to set up any secrets used in your workflows. +- In the pull request description, a section called **Manual steps**, which lists steps that you must manually complete before you can finish migrating your pipelines to {% data variables.product.prodname_actions %}. For example, this section may direct you to set up any secrets used in your workflows. - The converted workflows file. Select the **Files changed** tab in the pull request to view the workflow file that will be added to your {% data variables.product.product_name %} repository. -When you are finished inspecting the pull request, you can merge it to add the workflow to your {% data variables.product.product_name %} repository. +When you are finished inspecting the pull request, you can merge it to add the workflow to your {% data variables.product.product_name %} repository. ## Reference @@ -341,7 +341,7 @@ In this example, {% data variables.product.prodname_actions_importer %} uses the The pipeline is selected by matching the `repository_slug` in the configuration file to the value of the `--namespace` and `--project` options. The `path` is then used to pull the specified source file. ```bash -gh actions-importer dry-run gitlab --namespace my-gitlab-namespace --project my-gitlab-project-name --output-dir ./output/ --config-file-path ./path/to/gitlab/config.yml +gh actions-importer dry-run gitlab --namespace my-gitlab-namespace --project my-gitlab-project-name --output-dir ./output/ --config-file-path ./path/to/gitlab/config.yml ``` ### Supported syntax for GitLab pipelines @@ -368,15 +368,13 @@ The following table shows the type of properties {% data variables.product.prodn | Run pipelines for new commits | `on.push` | Supported | | Run pipelines manually | `on.workflow_dispatch` | Supported | | `environment` | `jobs..environment` | Partially supported | -| `include` | [1] | Partially supported | +| `include` | Files referenced in an `include` statement are merged into a single job graph before being transformed. | Partially supported | | `only` or `except` | `jobs..if` | Partially supported | | `parallel` | `jobs..strategy` | Partially supported | | `rules` | `jobs..if` | Partially supported | | `services` | `jobs..services` | Partially supported | | `workflow` | `if` | Partially supported | -[1] Files referenced in an `include` statement are merged into a single job graph before being transformed. - For information about supported GitLab constructs, see the [`github/gh-actions-importer` repository](https://github.com/github/gh-actions-importer/blob/main/docs/gitlab/index.md). ### Environment variables syntax diff --git a/content/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings.md b/content/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings.md index 55b2373f65..000dea040a 100644 --- a/content/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings.md +++ b/content/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings.md @@ -40,7 +40,7 @@ The following options can be used to limit which actions are allowed in converte - `--allow-github-created-actions` specifies that actions published from the `github` or `actions` organizations are allowed. For example, such actions include `github/super-linter` and `actions/checkout`. - + This option is equivalent to `--allowed-actions actions/* github/*`. ### Using a credentials file for authentication @@ -84,7 +84,7 @@ Supported values for `provider` are: - `bitbucket_server` - `azure_devops` -### Restricting {% data variables.product.prodname_actions %} features to include in workflows +### Controlling optional features You can use the `--features` option to limit the features used in workflows that {% data variables.product.prodname_actions_importer %} creates. This is useful for excluding newer {% data variables.product.prodname_actions %} syntax from workflows when migrating to an older {% data variables.product.prodname_ghe_server %} instance. When using the `--features` option, you must specify the version of {% data variables.product.prodname_ghe_server %} that you are migrating to. @@ -100,6 +100,59 @@ The supported values for `--features` are: - `ghes-latest` - `ghes-`, where `` is the version of {% data variables.product.prodname_ghe_server %}, `3.0` or later. For example, `ghes-3.3`. +You can view the list of available feature flags by {% data variables.product.prodname_actions_importer %} by running the `list-features` command. For example: +```shell{:copy} +gh actions-importer list-features +``` + +You should see an output similar to the following. + +``` +Available feature flags: + +actions/cache (disabled): + Control usage of actions/cache inside of workflows. Outputs a comment if not enabled. + GitHub Enterprise Server >= ghes-3.5 required. + +composite-actions (enabled): + Minimizes resulting workflow complexity through the use of composite actions. See https://docs.github.com/en/actions/creating-actions/creating-a-composite-action for more information. + GitHub Enterprise Server >= ghes-3.4 required. + +reusable-workflows (disabled): + Avoid duplication by re-using existing workflows. See https://docs.github.com/en/actions/using-workflows/reusing-workflows for more information. + GitHub Enterprise Server >= ghes-3.4 required. + +workflow-concurrency-option-allowed (enabled): + Allows the use of the `concurrency` option in workflows. See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency for more information. + GitHub Enterprise Server >= ghes-3.2 required. + +Enable features by passing --enable-features feature-1 feature-2 +Disable features by passing --disable-features feature-1 feature-2 +``` + +To toggle feature flags, you can use either of the following methods: +- Use the `--enable-features` and `--disable-features` options when running a `gh actions-importer` command. +- Use an environment variable for each feature flag. + +You can use the `--enable-features` and `--disable-features` options to select specific features to enable or disable for the duration of the command. +For example, the following command disables use of `actions/cache` and `composite-actions`: + +```bash +gh actions-importer dry-run ... --disable-features=composite-actions actions/cache +``` + +You can use the `configure --features` command to interactively configure feature flags and automatically write them to your environment: + +```bash +$ gh actions-importer configure --features + +✔ Which features would you like to configure?: actions/cache, reusable-workflows +✔ actions/cache (disabled): Enable +? reusable-workflows (disabled): +› Enable + Disable +``` + ### Disabling network response caching By default, {% data variables.product.prodname_actions_importer %} caches responses from network requests to reduce network load and reduce run time. You can use the `--no-http-cache` option to disable the network cache. For example: diff --git a/content/actions/migrating-to-github-actions/manual-migrations/migrating-from-circleci-to-github-actions.md b/content/actions/migrating-to-github-actions/manual-migrations/migrating-from-circleci-to-github-actions.md index 2ee433cc94..bc6139bdd0 100644 --- a/content/actions/migrating-to-github-actions/manual-migrations/migrating-from-circleci-to-github-actions.md +++ b/content/actions/migrating-to-github-actions/manual-migrations/migrating-from-circleci-to-github-actions.md @@ -403,7 +403,7 @@ jobs: steps: - uses: {% data reusables.actions.action-checkout %} - name: Setup Ruby - uses: eregon/use-ruby-action@477b21f02be01bcb8030d50f37cfec92bfa615b6 + uses: eregon/use-ruby-action@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 with: ruby-version: {% raw %}${{ matrix.ruby }}{% endraw %} - name: Cache dependencies diff --git a/content/actions/migrating-to-github-actions/manual-migrations/migrating-from-jenkins-to-github-actions.md b/content/actions/migrating-to-github-actions/manual-migrations/migrating-from-jenkins-to-github-actions.md index 5d511eee59..a5ce22eb42 100644 --- a/content/actions/migrating-to-github-actions/manual-migrations/migrating-from-jenkins-to-github-actions.md +++ b/content/actions/migrating-to-github-actions/manual-migrations/migrating-from-jenkins-to-github-actions.md @@ -35,7 +35,7 @@ For more information, see "[AUTOTITLE](/actions/learn-github-actions/understandi ## Key differences - Jenkins has two types of syntax for creating pipelines: Declarative Pipeline and Scripted Pipeline. {% data variables.product.prodname_actions %} uses YAML to create workflows and configuration files. For more information, see "[AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions)." -- Jenkins deployments are typically self-hosted, with users maintaining the servers in their own data centers. {% data variables.product.prodname_actions %} offers a hybrid cloud approach by hosting its own runners that you can use to run jobs, while also supporting self-hosted runners. For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners). +- Jenkins deployments are typically self-hosted, with users maintaining the servers in their own data centers. {% data variables.product.prodname_actions %} offers a hybrid cloud approach by hosting its own runners that you can use to run jobs, while also supporting self-hosted runners. For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners). ## Comparing capabilities @@ -43,7 +43,7 @@ For more information, see "[AUTOTITLE](/actions/learn-github-actions/understandi Jenkins lets you send builds to a single build agent, or you can distribute them across multiple agents. You can also classify these agents according to various attributes, such as operating system types. -Similarly, {% data variables.product.prodname_actions %} can send jobs to {% data variables.product.prodname_dotcom %}-hosted or self-hosted runners, and you can use labels to classify runners according to various attributes. For more information, see "[AUTOTITLE](/actions/learn-github-actions/understanding-github-actions#runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." +Similarly, {% data variables.product.prodname_actions %} can send jobs to {% data variables.product.prodname_dotcom %}-hosted or self-hosted runners, and you can use labels to classify runners according to various attributes. For more information, see "[AUTOTITLE](/actions/learn-github-actions/understanding-github-actions#runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." ### Using sections to organize pipelines diff --git a/content/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting.md b/content/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting.md index f887c1cd4a..5b31118073 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting.md @@ -63,4 +63,4 @@ If you attempt to cancel a workflow and the cancellation doesn't succeed, make s If you use self-hosted runners, you can view their activity and diagnose common issues. -For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners)." +For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners)." diff --git a/content/actions/publishing-packages/publishing-docker-images.md b/content/actions/publishing-packages/publishing-docker-images.md index 6172aaef94..e2db26a2d0 100644 --- a/content/actions/publishing-packages/publishing-docker-images.md +++ b/content/actions/publishing-packages/publishing-docker-images.md @@ -93,19 +93,19 @@ jobs: uses: {% data reusables.actions.action-checkout %} - name: Log in to Docker Hub - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: username: {% raw %}${{ secrets.DOCKER_USERNAME }}{% endraw %} password: {% raw %}${{ secrets.DOCKER_PASSWORD }}{% endraw %} - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 + uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: images: my-docker-hub-namespace/my-docker-hub-repository - name: Build and push Docker image - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . push: true @@ -174,14 +174,14 @@ jobs: uses: {% data reusables.actions.action-checkout %} - name: Log in to GitHub Docker Registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: registry: {% ifversion ghae %}docker.YOUR-HOSTNAME.com{% else %}docker.pkg.github.com{% endif %} username: {% raw %}${{ github.actor }}{% endraw %} password: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %} - name: Build and push Docker image - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . push: true @@ -226,13 +226,13 @@ jobs: uses: {% data reusables.actions.action-checkout %} - name: Log in to Docker Hub - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: username: {% raw %}${{ secrets.DOCKER_USERNAME }}{% endraw %} password: {% raw %}${{ secrets.DOCKER_PASSWORD }}{% endraw %} - name: Log in to the {% ifversion fpt or ghec or ghes > 3.4 %}Container{% else %}Docker{% endif %} registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: registry: {% ifversion fpt or ghec %}ghcr.io{% elsif ghae %}docker.YOUR-HOSTNAME.com{% elsif ghes > 3.4 %}{% data reusables.package_registry.container-registry-hostname %}{% else %}docker.pkg.github.com{% endif %} username: {% raw %}${{ github.actor }}{% endraw %} @@ -240,14 +240,14 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 + uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: images: | my-docker-hub-namespace/my-docker-hub-repository {% ifversion fpt or ghec or ghes > 3.4 %}{% data reusables.package_registry.container-registry-hostname %}/{% raw %}${{ github.repository }}{% endraw %}{% elsif ghae %}{% raw %}docker.YOUR-HOSTNAME.com/${{ github.repository }}/my-image{% endraw %}{% else %}{% raw %}docker.pkg.github.com/${{ github.repository }}/my-image{% endraw %}{% endif %} - name: Build and push Docker images - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . push: true diff --git a/content/actions/publishing-packages/publishing-java-packages-with-gradle.md b/content/actions/publishing-packages/publishing-java-packages-with-gradle.md index 1298e074c3..46b1201bf7 100644 --- a/content/actions/publishing-packages/publishing-java-packages-with-gradle.md +++ b/content/actions/publishing-packages/publishing-java-packages-with-gradle.md @@ -97,9 +97,9 @@ jobs: java-version: '11' distribution: 'adopt' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b + uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3 - name: Publish package - uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 with: arguments: publish env: @@ -171,9 +171,9 @@ jobs: java-version: '11' distribution: 'adopt' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b + uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3 - name: Publish package - uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 with: arguments: publish env: @@ -253,9 +253,9 @@ jobs: java-version: '11' distribution: 'adopt' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b + uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3 - name: Publish package - uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 with: arguments: publish env: {% raw %} diff --git a/content/actions/security-guides/automatic-token-authentication.md b/content/actions/security-guides/automatic-token-authentication.md index a0712c646b..21ef878ce6 100644 --- a/content/actions/security-guides/automatic-token-authentication.md +++ b/content/actions/security-guides/automatic-token-authentication.md @@ -79,7 +79,7 @@ The following table shows the permissions granted to the `GITHUB_TOKEN` by defau {% rowheaders %} -| Scope | Default access
(permissive) | Default access
(restricted) | Maximum access for
pull requests from
public forked repositories [1] | +| Scope | Default access
(permissive) | Default access
(restricted) | Maximum access for
pull requests from
public forked repositories | |---------------|-----------------------------|-----------------------------|--------------------------------| | actions | read/write | none | read | | checks | read/write | none | read | @@ -97,7 +97,11 @@ The following table shows the permissions granted to the `GITHUB_TOKEN` by defau {% endrowheaders %} -[1] Private repositories can control if pull requests from forks can run workflows, and configure the permissions assigned to `GITHUB_TOKEN`. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#enabling-workflows-for-forks-of-private-repositories)." +{% note %} + +**Note:** Private repositories can control if pull requests from forks can run workflows, and configure the permissions assigned to `GITHUB_TOKEN`. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#enabling-workflows-for-forks-of-private-repositories)." + +{% endnote %} {% data reusables.actions.workflow-runs-dependabot-note %} diff --git a/content/actions/security-guides/security-hardening-for-github-actions.md b/content/actions/security-guides/security-hardening-for-github-actions.md index 1ad427e629..5808a9607f 100644 --- a/content/actions/security-guides/security-hardening-for-github-actions.md +++ b/content/actions/security-guides/security-hardening-for-github-actions.md @@ -314,9 +314,9 @@ SBOMs are available for Ubuntu, Windows, and macOS runner images. You can locate {% ifversion fpt or ghec %}**Self-hosted**{% elsif ghes or ghae %}Self-hosted{% endif %} runners for {% data variables.product.product_name %} do not have guarantees around running in ephemeral clean virtual machines, and can be persistently compromised by untrusted code in a workflow. -{% ifversion fpt or ghec %}As a result, self-hosted runners should almost [never be used for public repositories](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security) on {% data variables.product.product_name %}, because any user can open pull requests against the repository and compromise the environment. Similarly, be{% elsif ghes or ghae %}Be{% endif %} cautious when using self-hosted runners on private or internal repositories, as anyone who can fork the repository and open a pull request (generally those with read access to the repository) are able to compromise the self-hosted runner environment, including gaining access to secrets and the `GITHUB_TOKEN` which, depending on its settings, can grant write access to the repository. Although workflows can control access to environment secrets by using environments and required reviews, these workflows are not run in an isolated environment and are still susceptible to the same risks when run on a self-hosted runner. +{% ifversion fpt or ghec %}As a result, self-hosted runners should almost [never be used for public repositories](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#self-hosted-runner-security) on {% data variables.product.product_name %}, because any user can open pull requests against the repository and compromise the environment. Similarly, be{% elsif ghes or ghae %}Be{% endif %} cautious when using self-hosted runners on private or internal repositories, as anyone who can fork the repository and open a pull request (generally those with read access to the repository) are able to compromise the self-hosted runner environment, including gaining access to secrets and the `GITHUB_TOKEN` which, depending on its settings, can grant write access to the repository. Although workflows can control access to environment secrets by using environments and required reviews, these workflows are not run in an isolated environment and are still susceptible to the same risks when run on a self-hosted runner. -When a self-hosted runner is defined at the organization or enterprise level, {% data variables.product.product_name %} can schedule workflows from multiple repositories onto the same runner. Consequently, a security compromise of these environments can result in a wide impact. To help reduce the scope of a compromise, you can create boundaries by organizing your self-hosted runners into separate groups. You can restrict what {% ifversion restrict-groups-to-workflows %}workflows, {% endif %}organizations and repositories can access runner groups. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups)." +When a self-hosted runner is defined at the organization or enterprise level, {% data variables.product.product_name %} can schedule workflows from multiple repositories onto the same runner. Consequently, a security compromise of these environments can result in a wide impact. To help reduce the scope of a compromise, you can create boundaries by organizing your self-hosted runners into separate groups. You can restrict what {% ifversion restrict-groups-to-workflows %}workflows, {% endif %}organizations and repositories can access runner groups. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups)." You should also consider the environment of the self-hosted runner machines: - What sensitive information resides on the machine configured as a self-hosted runner? For example, private SSH keys, API access tokens, among others. @@ -385,37 +385,37 @@ The following tables describe the {% data variables.product.prodname_actions %} ### Events for self-hosted runners | Action | Description |------------------|------------------- -| `enterprise.register_self_hosted_runner` | Triggered when a new self-hosted runner is registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-enterprise)." +| `enterprise.register_self_hosted_runner` | Triggered when a new self-hosted runner is registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-enterprise)." | `enterprise.remove_self_hosted_runner` | Triggered when a self-hosted runner is removed. | `enterprise.runner_group_runners_updated` | Triggered when a runner group's member list is updated. For more information, see "[AUTOTITLE](/rest/actions#set-self-hosted-runners-in-a-group-for-an-organization)." -| `enterprise.self_hosted_runner_online` | Triggered when the runner application is started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." -| `enterprise.self_hosted_runner_offline` | Triggered when the runner application is stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." -| `enterprise.self_hosted_runner_updated` | Triggered when the runner application is updated. Can be viewed using the REST API and the UI. This event is not included when you export the audit log as JSON data or a CSV file. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#about-self-hosted-runners)" and "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization#exporting-the-audit-log)." -| `org.register_self_hosted_runner` | Triggered when a new self-hosted runner is registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization)." -| `org.remove_self_hosted_runner` | Triggered when a self-hosted runner is removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/removing-self-hosted-runners#removing-a-runner-from-an-organization)." +| `enterprise.self_hosted_runner_online` | Triggered when the runner application is started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `enterprise.self_hosted_runner_offline` | Triggered when the runner application is stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `enterprise.self_hosted_runner_updated` | Triggered when the runner application is updated. Can be viewed using the REST API and the UI. This event is not included when you export the audit log as JSON data or a CSV file. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#about-self-hosted-runners)" and "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization#exporting-the-audit-log)." +| `org.register_self_hosted_runner` | Triggered when a new self-hosted runner is registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization)." +| `org.remove_self_hosted_runner` | Triggered when a self-hosted runner is removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners#removing-a-runner-from-an-organization)." | `org.runner_group_runners_updated` | Triggered when a runner group's list of members is updated. For more information, see "[AUTOTITLE](/rest/actions#set-self-hosted-runners-in-a-group-for-an-organization)." -| `org.runner_group_updated` | Triggered when the configuration of a self-hosted runner group is changed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." -| `org.self_hosted_runner_online` | Triggered when the runner application is started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." -| `org.self_hosted_runner_offline` | Triggered when the runner application is stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." -| `org.self_hosted_runner_updated` | Triggered when the runner application is updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#about-self-hosted-runners)." -| `repo.register_self_hosted_runner` | Triggered when a new self-hosted runner is registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-a-repository)." -| `repo.remove_self_hosted_runner` | Triggered when a self-hosted runner is removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/removing-self-hosted-runners#removing-a-runner-from-a-repository)." -| `repo.self_hosted_runner_online` | Triggered when the runner application is started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." -| `repo.self_hosted_runner_offline` | Triggered when the runner application is stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." -| `repo.self_hosted_runner_updated` | Triggered when the runner application is updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#about-self-hosted-runners)." +| `org.runner_group_updated` | Triggered when the configuration of a self-hosted runner group is changed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." +| `org.self_hosted_runner_online` | Triggered when the runner application is started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `org.self_hosted_runner_offline` | Triggered when the runner application is stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `org.self_hosted_runner_updated` | Triggered when the runner application is updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#about-self-hosted-runners)." +| `repo.register_self_hosted_runner` | Triggered when a new self-hosted runner is registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-a-repository)." +| `repo.remove_self_hosted_runner` | Triggered when a self-hosted runner is removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners#removing-a-runner-from-a-repository)." +| `repo.self_hosted_runner_online` | Triggered when the runner application is started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `repo.self_hosted_runner_offline` | Triggered when the runner application is stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `repo.self_hosted_runner_updated` | Triggered when the runner application is updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#about-self-hosted-runners)." ### Events for self-hosted runner groups | Action | Description |------------------|------------------- -| `enterprise.runner_group_created` | Triggered when a self-hosted runner group is created. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#creating-a-self-hosted-runner-group-for-an-enterprise)." -| `enterprise.runner_group_removed` | Triggered when a self-hosted runner group is removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#removing-a-self-hosted-runner-group)." +| `enterprise.runner_group_created` | Triggered when a self-hosted runner group is created. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#creating-a-self-hosted-runner-group-for-an-enterprise)." +| `enterprise.runner_group_removed` | Triggered when a self-hosted runner group is removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#removing-a-self-hosted-runner-group)." | `enterprise.runner_group_runner_removed` | Triggered when the REST API is used to remove a self-hosted runner from a group. -| `enterprise.runner_group_runners_added` | Triggered when a self-hosted runner is added to a group. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group)." -| `enterprise.runner_group_updated` |Triggered when the configuration of a self-hosted runner group is changed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." -| `org.runner_group_created` | Triggered when a self-hosted runner group is created. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#creating-a-self-hosted-runner-group-for-an-organization)." -| `org.runner_group_removed` | Triggered when a self-hosted runner group is removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#removing-a-self-hosted-runner-group)." -| `org.runner_group_updated` | Triggered when the configuration of a self-hosted runner group is changed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." -| `org.runner_group_runners_added` | Triggered when a self-hosted runner is added to a group. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group)." +| `enterprise.runner_group_runners_added` | Triggered when a self-hosted runner is added to a group. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group)." +| `enterprise.runner_group_updated` |Triggered when the configuration of a self-hosted runner group is changed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." +| `org.runner_group_created` | Triggered when a self-hosted runner group is created. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#creating-a-self-hosted-runner-group-for-an-organization)." +| `org.runner_group_removed` | Triggered when a self-hosted runner group is removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#removing-a-self-hosted-runner-group)." +| `org.runner_group_updated` | Triggered when the configuration of a self-hosted runner group is changed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." +| `org.runner_group_runners_added` | Triggered when a self-hosted runner is added to a group. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group)." | `org.runner_group_runner_removed` | Triggered when the REST API is used to remove a self-hosted runner from a group. For more information, see "[AUTOTITLE](/rest/actions#remove-a-self-hosted-runner-from-a-group-for-an-organization)." ### Events for workflow activities diff --git a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md index d05c83a714..ece68af4df 100644 --- a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md +++ b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md @@ -23,7 +23,7 @@ versions: Runners are the machines that execute jobs in a {% data variables.product.prodname_actions %} workflow. For example, a runner can clone your repository locally, install testing software, and then run commands that evaluate your code. -{% data variables.product.prodname_dotcom %} provides runners that you can use to run your jobs, or you can [host your own runners](/actions/hosting-your-own-runners/about-self-hosted-runners). Each {% data variables.product.prodname_dotcom %}-hosted runner is a new virtual machine (VM) hosted by {% data variables.product.prodname_dotcom %} with the runner application and other tools preinstalled, and is available with Ubuntu Linux, Windows, or macOS operating systems. When you use a {% data variables.product.prodname_dotcom %}-hosted runner, machine maintenance and upgrades are taken care of for you. +{% data variables.product.prodname_dotcom %} provides runners that you can use to run your jobs, or you can [host your own runners](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners). Each {% data variables.product.prodname_dotcom %}-hosted runner is a new virtual machine (VM) hosted by {% data variables.product.prodname_dotcom %} with the runner application and other tools preinstalled, and is available with Ubuntu Linux, Windows, or macOS operating systems. When you use a {% data variables.product.prodname_dotcom %}-hosted runner, machine maintenance and upgrades are taken care of for you. {% ifversion not ghes %} @@ -170,7 +170,7 @@ Windows virtual machines are configured to run as administrators with User Accou {% note %} -**Note:** If you use an IP address allow list for your {% data variables.product.prodname_dotcom %} organization or enterprise account, you cannot use {% data variables.product.prodname_dotcom %}-hosted runners and must instead use self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." +**Note:** If you use an IP address allow list for your {% data variables.product.prodname_dotcom %} organization or enterprise account, you cannot use {% data variables.product.prodname_dotcom %}-hosted runners and must instead use self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." {% endnote %} diff --git a/content/actions/using-workflows/about-workflows.md b/content/actions/using-workflows/about-workflows.md index d0a1b81cec..5a430c2225 100644 --- a/content/actions/using-workflows/about-workflows.md +++ b/content/actions/using-workflows/about-workflows.md @@ -187,7 +187,7 @@ jobs: A workflow will only run on a runner that has all the labels in the `runs-on` array. The job will preferentially go to an idle self-hosted runner with the specified labels. {% ifversion fpt or ghec %}If none are available and a {% data variables.product.prodname_dotcom %}-hosted runner with the specified labels exists, the job will go to a {% data variables.product.prodname_dotcom %}-hosted runner.{% endif %} -To learn more about self-hosted runner labels, see "[AUTOTITLE](/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners)." +To learn more about self-hosted runner labels, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners)." {% ifversion fpt or ghec %} To learn more about {% data variables.product.prodname_dotcom %}-hosted runner labels, see "[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources)." diff --git a/content/actions/using-workflows/events-that-trigger-workflows.md b/content/actions/using-workflows/events-that-trigger-workflows.md index 9a0d7148fe..89f8c01db9 100644 --- a/content/actions/using-workflows/events-that-trigger-workflows.md +++ b/content/actions/using-workflows/events-that-trigger-workflows.md @@ -1222,11 +1222,11 @@ jobs: | Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` | | --------------------- | -------------- | ------------ | -------------| -| [`watch`](/webhooks-and-events/webhooks/webhook-events-and-payloads#watch) | - `started` | Last commit on default branch | Default branch | +| [`watch`](/webhooks-and-events/webhooks/webhook-events-and-payloads#watch) | - `starred` | Last commit on default branch | Default branch | {% note %} -**Note**: {% data reusables.developer-site.multiple_activity_types %} Although only the `started` activity type is supported, specifying the activity type will keep your workflow specific if more activity types are added in the future. For information about each activity type, see "[AUTOTITLE](/webhooks-and-events/webhooks/webhook-events-and-payloads#watch)." {% data reusables.developer-site.limit_workflow_to_activity_types %} +**Note**: {% data reusables.developer-site.multiple_activity_types %} Although only the `starred` activity type is supported, specifying the activity type will keep your workflow specific if more activity types are added in the future. For information about each activity type, see "[AUTOTITLE](/webhooks-and-events/webhooks/webhook-events-and-payloads#watch)." {% data reusables.developer-site.limit_workflow_to_activity_types %} {% endnote %} @@ -1234,12 +1234,12 @@ jobs: Runs your workflow when the workflow's repository is starred. For information about the pull request APIs, see "[AUTOTITLE](/graphql/reference/mutations#addstar)" in the GraphQL API documentation or "[AUTOTITLE](/rest/activity#starring)" in the REST API documentation. -For example, you can run a workflow when someone stars a repository, which is the `started` activity type for a watch event. +For example, you can run a workflow when someone stars a repository, which is the `starred` activity type for a watch event. ```yaml on: watch: - types: [started] + types: [starred] ``` ## `workflow_call` diff --git a/content/actions/using-workflows/required-workflows.md b/content/actions/using-workflows/required-workflows.md index cf1c0ad621..5bd8ada8b6 100644 --- a/content/actions/using-workflows/required-workflows.md +++ b/content/actions/using-workflows/required-workflows.md @@ -43,7 +43,7 @@ After a required workflow has run at least once in a repository, you can view it {% data reusables.repositories.actions-tab %} 1. In the left sidebar, you can view workflow runs for required workflows under "Required workflows." - ![Screenshot showing required workflows](/assets/images/help/settings/view-required-workflows.png) + ![Screenshot of the sidebar on the "Actions" page. A subsection, labeled "Required workflows", contains an entry called "Test required workflow" and is outlined in dark orange.](/assets/images/help/settings/view-required-workflows.png) diff --git a/content/actions/using-workflows/reusing-workflows.md b/content/actions/using-workflows/reusing-workflows.md index 55f9231ec9..08f6a0c861 100644 --- a/content/actions/using-workflows/reusing-workflows.md +++ b/content/actions/using-workflows/reusing-workflows.md @@ -440,4 +440,4 @@ For information about using the REST API to query the audit log for an organizat To continue learning about {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/actions/using-workflows/events-that-trigger-workflows)." -{% ifversion restrict-groups-to-workflows %}You can standardize deployments by creating a self-hosted runner group that can only execute a specific reusable workflow. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups)."{% endif %} +{% ifversion restrict-groups-to-workflows %}You can standardize deployments by creating a self-hosted runner group that can only execute a specific reusable workflow. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups)."{% endif %} diff --git a/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md b/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md index 590f8e1249..5326b7e255 100644 --- a/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md +++ b/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md @@ -69,7 +69,7 @@ When creating a secret {% ifversion actions-configuration-variables %} or variab Organization admins can add their self-hosted runners to groups, and then create policies that control which repositories can access the group. -For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups)." +For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups)." ## Next steps diff --git a/content/actions/using-workflows/using-starter-workflows.md b/content/actions/using-workflows/using-starter-workflows.md index b1cebcf429..00221b4741 100644 --- a/content/actions/using-workflows/using-starter-workflows.md +++ b/content/actions/using-workflows/using-starter-workflows.md @@ -41,8 +41,6 @@ Anyone with write permission to a repository can set up {% data variables.produc {% data reusables.repositories.actions-tab %} 1. If you already have a workflow in your repository, click **New workflow**. 1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Find the starter workflow that you want to use, then click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.{% ifversion actions-starter-template-ui %} To help you find the starter workflow that you want, you can search for keywords or filter by category.{% endif %} - - {% ifversion actions-starter-template-ui %}![Configure this workflow](/assets/images/help/settings/actions-create-starter-workflow-updated-ui.png){% else %}![Set up this workflow](/assets/images/help/settings/actions-create-starter-workflow.png){% endif %} 1. If the starter workflow contains comments detailing additional setup steps, follow these steps. Many of the starter workflow have corresponding guides. For more information, see the [{% data variables.product.prodname_actions %} guides](/actions/guides). 1. Some starter workflows use secrets. For example, {% raw %}`${{ secrets.npm_token }}`{% endraw %}. If the starter workflow uses a secret, store the value described in the secret name as a secret in your repository. For more information, see "[AUTOTITLE](/actions/security-guides/encrypted-secrets)." 1. Optionally, make additional changes. For example, you might want to change the value of `on` to change when the workflow runs. diff --git a/content/actions/using-workflows/workflow-commands-for-github-actions.md b/content/actions/using-workflows/workflow-commands-for-github-actions.md index 7b14a83bca..e434bb44d3 100644 --- a/content/actions/using-workflows/workflow-commands-for-github-actions.md +++ b/content/actions/using-workflows/workflow-commands-for-github-actions.md @@ -767,7 +767,7 @@ jobs: {% bash %} ```bash{:copy} -echo "{environment_variable_name}={value}" >> $GITHUB_ENV +echo "{environment_variable_name}={value}" >> "$GITHUB_ENV" ``` {% endbash %} @@ -799,7 +799,7 @@ steps: - name: Set the value id: step_one run: | - echo "action_state=yellow" >> $GITHUB_ENV + echo "action_state=yellow" >> "$GITHUB_ENV" - name: Use the value id: step_two run: | @@ -856,9 +856,9 @@ steps: id: step_one run: | EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64) - echo "JSON_RESPONSE<<$EOF" >> $GITHUB_ENV - curl https://example.com >> $GITHUB_ENV - echo "$EOF" >> $GITHUB_ENV + echo "JSON_RESPONSE<<$EOF" >> "$GITHUB_ENV" + curl https://example.com >> "$GITHUB_ENV" + echo "$EOF" >> "$GITHUB_ENV" ``` {% endbash %} @@ -887,7 +887,7 @@ Sets a step's output parameter. Note that the step will need an `id` to be defin {% bash %} ```bash{:copy} -echo "{name}={value}" >> $GITHUB_OUTPUT +echo "{name}={value}" >> "$GITHUB_OUTPUT" ``` {% endbash %} @@ -908,7 +908,7 @@ This example demonstrates how to set the `SELECTED_COLOR` output parameter and l ```yaml{:copy} - name: Set color id: random-color-generator - run: echo "SELECTED_COLOR=green" >> $GITHUB_OUTPUT + run: echo "SELECTED_COLOR=green" >> "$GITHUB_OUTPUT" - name: Get color {% raw %} run: echo "The selected color is ${{ steps.random-color-generator.outputs.SELECTED_COLOR }}" diff --git a/content/actions/using-workflows/workflow-syntax-for-github-actions.md b/content/actions/using-workflows/workflow-syntax-for-github-actions.md index 02a986051d..4cfe617aaf 100644 --- a/content/actions/using-workflows/workflow-syntax-for-github-actions.md +++ b/content/actions/using-workflows/workflow-syntax-for-github-actions.md @@ -322,7 +322,7 @@ jobs: A job contains a sequence of tasks called `steps`. Steps can run commands, run setup tasks, or run an action in your repository, a public repository, or an action published in a Docker registry. Not all steps run actions, but all actions run as a step. Each step runs in its own process in the runner environment and has access to the workspace and filesystem. Because steps run in their own process, changes to environment variables are not preserved between steps. {% data variables.product.prodname_dotcom %} provides built-in steps to set up and complete a job. -You can run an unlimited number of steps as long as you are within the workflow usage limits. For more information, see {% ifversion fpt or ghec or ghes %}"[AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration)" for {% data variables.product.prodname_dotcom %}-hosted runners and {% endif %}"[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#usage-limits){% ifversion fpt or ghec or ghes %}" for self-hosted runner usage limits.{% elsif ghae %}."{% endif %} +You can run an unlimited number of steps as long as you are within the workflow usage limits. For more information, see {% ifversion fpt or ghec or ghes %}"[AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration)" for {% data variables.product.prodname_dotcom %}-hosted runners and {% endif %}"[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#usage-limits){% ifversion fpt or ghec or ghes %}" for self-hosted runner usage limits.{% elsif ghae %}."{% endif %} ### Example of `jobs..steps` @@ -429,7 +429,7 @@ Actions are either JavaScript files or Docker containers. If the action you're u ```yaml steps: # Reference a specific commit - - uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # Reference the major version of a release - uses: {% data reusables.actions.action-checkout %} # Reference a specific version @@ -776,7 +776,7 @@ The maximum number of minutes to run the step before killing the process. The maximum number of minutes to let a job run before {% data variables.product.prodname_dotcom %} automatically cancels it. Default: 360 -If the timeout exceeds the job execution time limit for the runner, the job will be canceled when the execution time limit is met instead. For more information about job execution time limits, see {% ifversion fpt or ghec or ghes %}"[AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits)" for {% data variables.product.prodname_dotcom %}-hosted runners and {% endif %}"[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#usage-limits){% ifversion fpt or ghec or ghes %}" for self-hosted runner usage limits.{% elsif ghae %}."{% endif %} +If the timeout exceeds the job execution time limit for the runner, the job will be canceled when the execution time limit is met instead. For more information about job execution time limits, see {% ifversion fpt or ghec or ghes %}"[AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits)" for {% data variables.product.prodname_dotcom %}-hosted runners and {% endif %}"[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#usage-limits){% ifversion fpt or ghec or ghes %}" for self-hosted runner usage limits.{% elsif ghae %}."{% endif %} {% note %} diff --git a/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md b/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md index 6bc4445195..85f1597a48 100644 --- a/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md +++ b/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md @@ -50,7 +50,7 @@ You can configure {% data variables.product.prodname_code_scanning %} to run {% ### Setting up a self-hosted runner -{% data variables.product.prodname_ghe_server %} can run {% data variables.product.prodname_code_scanning %} using a {% data variables.product.prodname_actions %} workflow. First, you need to provision one or more self-hosted {% data variables.product.prodname_actions %} runners in your environment. You can provision self-hosted runners at the repository, organization, or enterprise account level. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +{% data variables.product.prodname_ghe_server %} can run {% data variables.product.prodname_code_scanning %} using a {% data variables.product.prodname_actions %} workflow. First, you need to provision one or more self-hosted {% data variables.product.prodname_actions %} runners in your environment. You can provision self-hosted runners at the repository, organization, or enterprise account level. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." {% ifversion code-scanning-runner-label %} If you are provisioning a self-hosted runner for {% data variables.product.prodname_codeql %} analysis, your runner must use a {% data variables.product.prodname_codeql %}-supported operating system version and CPU architecture. For more information, see the [{% data variables.product.prodname_codeql %} system requirements](https://codeql.github.com/docs/codeql-overview/system-requirements/). @@ -86,8 +86,8 @@ If you configure the {% data variables.product.prodname_codeql %} action sync to 1. If you want to download action workflows on demand from {% data variables.product.prodname_dotcom_the_website %}, you need to enable {% data variables.product.prodname_github_connect %}. For more information, see "[AUTOTITLE](/admin/configuration/configuring-github-connect/managing-github-connect#enabling-github-connect)." 1. You'll also need to enable {% data variables.product.prodname_actions %} for {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server)." 1. The next step is to configure access to actions on {% data variables.product.prodname_dotcom_the_website %} using {% data variables.product.prodname_github_connect %}. For more information, see "[AUTOTITLE](/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect)." -1. Add a self-hosted runner to your repository, organization, or enterprise account. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)."{% ifversion code-scanning-runner-label %} -1. If you are using the default setup for {% data variables.product.prodname_code_scanning %}, assign the `code-scanning` label to your self-hosted runner. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners)" and "[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository#configuring-code-scanning-automatically)."{% endif %} +1. Add a self-hosted runner to your repository, organization, or enterprise account. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)."{% ifversion code-scanning-runner-label %} +1. If you are using the default setup for {% data variables.product.prodname_code_scanning %}, assign the `code-scanning` label to your self-hosted runner. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners)" and "[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository#configuring-code-scanning-automatically)."{% endif %} ## Running code scanning using the {% data variables.product.prodname_codeql_cli %} diff --git a/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance.md b/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance.md index c3bba05e90..3967cac460 100644 --- a/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance.md +++ b/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance.md @@ -15,7 +15,7 @@ topics: ## About dependency review -{% data reusables.dependency-review.feature-overview %} +{% data reusables.dependency-review.feature-overview %} Some additional features, such as license checks, blocking of pull requests, and CI/CD integration, are available with the [dependency review action](https://github.com/actions/dependency-review-action). @@ -28,7 +28,7 @@ Some additional features, such as license checks, blocking of pull requests, and - A license for {% data variables.product.prodname_GH_advanced_security %}{% ifversion ghes %} (see "[AUTOTITLE](/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security)").{% endif %} - The dependency graph enabled for the instance. Site administrators can enable the dependency graph via the management console or the administrative shell (see "[AUTOTITLE](/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise)"). - + - {% data variables.product.prodname_github_connect %} enabled to download and synchronize vulnerabilities from the {% data variables.product.prodname_advisory_database %}. This is usually configured as part of setting up {% data variables.product.prodname_dependabot %} (see "[AUTOTITLE](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)"). ## Enabling and disabling dependency review @@ -43,7 +43,7 @@ For more information, see "[AUTOTITLE](/admin/code-security/managing-supply-chai The dependency review action is included in your installation of {% data variables.product.prodname_ghe_server %}. It is available for all repositories that have {% data variables.product.prodname_GH_advanced_security %} and dependency graph enabled. -{% data reusables.dependency-review.dependency-review-action-overview %} +{% data reusables.dependency-review.dependency-review-action-overview %} -Users run the dependency review action using a {% data variables.product.prodname_actions %} workflow. If you have not already set up runners for {% data variables.product.prodname_actions %}, you must do this to enable users to run workflows. You can provision self-hosted runners at the repository, organization, or enterprise account level. For information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +Users run the dependency review action using a {% data variables.product.prodname_actions %} workflow. If you have not already set up runners for {% data variables.product.prodname_actions %}, you must do this to enable users to run workflows. You can provision self-hosted runners at the repository, organization, or enterprise account level. For information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." diff --git a/content/admin/configuration/configuring-network-settings/network-ports.md b/content/admin/configuration/configuring-network-settings/network-ports.md index 30ac9ca151..35e41c556c 100644 --- a/content/admin/configuration/configuring-network-settings/network-ports.md +++ b/content/admin/configuration/configuring-network-settings/network-ports.md @@ -54,7 +54,7 @@ Email ports must be accessible directly or via relay for inbound email support f ## {% data variables.product.prodname_actions %} ports -{% data variables.product.prodname_actions %} ports must be accessible for self-hosted runners to connect to {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github-enterprise-server)." +{% data variables.product.prodname_actions %} ports must be accessible for self-hosted runners to connect to {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github-enterprise-server)." | Port | Service | Description | |---|---|---| diff --git a/content/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise.md b/content/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise.md index bd9390e137..ad53c9a33a 100644 --- a/content/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise.md +++ b/content/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise.md @@ -29,7 +29,7 @@ A Health Check provides the following information about {% data variables.locati - Analysis of Git requests, with details about the busiest repositories and Git users - Analysis of API requests, including the busiest times, most frequently requested endpoints, and most active callers -If you want to generate a Health Check for {% data variables.product.prodname_ghe_cloud %}, contact {% data variables.contact.github_support %}. For more information, see "[AUTOTITLE](/support/contacting-github-support/creating-a-support-ticket)." +If you're a Premium Plus customer and want to generate a Health Check for {% data variables.product.prodname_ghe_cloud %}, contact {% data variables.contact.github_support %}. For more information, see "[AUTOTITLE](/support/contacting-github-support/creating-a-support-ticket)." ## Generating a Health Check diff --git a/content/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled.md b/content/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled.md index 5dcef2ff1f..c3c4839e1a 100644 --- a/content/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled.md +++ b/content/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled.md @@ -22,7 +22,7 @@ However, not all the data for {% data variables.product.prodname_actions %} is i ## Restoring a backup of {% data variables.product.product_name %} when {% data variables.product.prodname_actions %} is enabled -To restore a backup of {% data variables.location.product_location %} with {% data variables.product.prodname_actions %}, you must manually configure network settings and external storage on the destination instance before you restore your backup from {% data variables.product.prodname_enterprise_backup_utilities %}. +To restore a backup of {% data variables.location.product_location %} with {% data variables.product.prodname_actions %}, you must manually configure network settings and external storage on the destination instance before you restore your backup from {% data variables.product.prodname_enterprise_backup_utilities %}. 1. Confirm that the source instance is offline. 1. Manually configure network settings on the replacement {% data variables.product.prodname_ghe_server %} instance. Network settings are excluded from the backup snapshot, and are not overwritten by `ghe-restore`. For more information, see "[AUTOTITLE](/admin/configuration/configuring-network-settings)." @@ -41,4 +41,4 @@ To restore a backup of {% data variables.location.product_location %} with {% da ``` {% data reusables.actions.apply-configuration-and-enable %} 1. After {% data variables.product.prodname_actions %} is configured and enabled, to restore the rest of the data from the backup, use the `ghe-restore` command. For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance#restoring-a-backup)." -1. Re-register your self-hosted runners on the destination instance. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +1. Re-register your self-hosted runners on the destination instance. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." diff --git a/content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md b/content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md index cda4097dab..f4e80b6089 100644 --- a/content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md +++ b/content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md @@ -61,7 +61,7 @@ If you deploy {% data variables.product.prodname_ghe_server %} in your environme You will need to update the configuration of your self-hosted runners to use the new hostname for {% data variables.location.product_location %}. Each self-hosted runner will require one of the following procedures: * In the self-hosted runner application directory, edit the `.runner` and `.credentials` files to replace all mentions of the old hostname with the new hostname, then restart the self-hosted runner application. -* Remove the runner from {% data variables.product.prodname_ghe_server %} using the UI, and re-add it. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/removing-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +* Remove the runner from {% data variables.product.prodname_ghe_server %} using the UI, and re-add it. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." ## Stuck jobs and {% data variables.product.prodname_actions %} memory and CPU limits @@ -198,9 +198,9 @@ A part of the Actions setup had problems and needs an administrator to resolve. To install the official bundled actions and starter workflows within a designated organization in {% data variables.product.prodname_ghe_server %}, follow this procedure. -1. Identify an organization that will store the official bundled actions and starter workflows. You can create a new organization or reuse an existing one. - - To create a new organization, see "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch)." - - For assistance with choosing a name for this organization, see "[AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server#reserved-names)." +1. Identify an organization that will store the official bundled actions and starter workflows. You can create a new organization or reuse an existing one. + - To create a new organization, see "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch)." + - For assistance with choosing a name for this organization, see "[AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server#reserved-names)." 1. Log in to the administrative shell using SSH. For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh)." 1. To designate your organization as the location to store the bundled actions, use the `ghe-config` command, replacing `ORGANIZATION` with the name of your organization. diff --git a/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates.md b/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates.md index 4d5670bde7..6441893dd3 100644 --- a/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates.md +++ b/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates.md @@ -68,7 +68,7 @@ If you specify more than 14 concurrent runners on a VM, you must also update the ### Adding self-hosted runners for {% data variables.product.prodname_dependabot %} updates -1. Provision self-hosted runners, at the repository, organization, or enterprise account level. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +1. Provision self-hosted runners, at the repository, organization, or enterprise account level. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." 2. Set up the self-hosted runners with the requirements described above. For example, on a VM running Ubuntu 20.04 you would:{% ifversion ghes < 3.5 %} @@ -79,6 +79,6 @@ If you specify more than 14 concurrent runners on a VM, you must also update the - Alternative approach: [Manage Docker as a non-root user](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user) - Verify that the runners have access to the public internet and can only access the internal networks that {% data variables.product.prodname_dependabot %} needs. -3. Assign a `dependabot` label to each runner you want {% data variables.product.prodname_dependabot %} to use. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners#assigning-a-label-to-a-self-hosted-runner)." +3. Assign a `dependabot` label to each runner you want {% data variables.product.prodname_dependabot %} to use. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners#assigning-a-label-to-a-self-hosted-runner)." 4. Optionally, enable workflows triggered by {% data variables.product.prodname_dependabot %} to use more than read-only permissions and to have access to any secrets that are normally available. For more information, see "[AUTOTITLE](/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise#enabling-workflows-triggered-by-dependabot-access-to-dependabot-secrets-and-increased-permissions)." diff --git a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md index 74ab75f0fe..cc8c703dd3 100644 --- a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md +++ b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md @@ -19,7 +19,7 @@ topics: | Task | More information | | ---- | ---------------- | -| Automatically test and build your application | "[AUTOTITLE](/actions/automating-builds-and-tests/about-continuous-integration)" | +| Automatically test and build your application | "[AUTOTITLE](/actions/automating-builds-and-tests/about-continuous-integration)" | | Deploy your application | "[AUTOTITLE](/actions/deployment/about-deployments/about-continuous-deployment)" | | Automatically and securely package code into artifacts and containers | "[AUTOTITLE](/actions/publishing-packages/about-packaging-with-github-actions)" | | Automate your project management tasks | "[AUTOTITLE](/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management)" | @@ -30,7 +30,7 @@ You can create your own unique automations, or you can use and adapt workflows f {% data variables.product.prodname_actions %} is developer friendly, because it's integrated directly into the familiar {% data variables.product.product_name %} experience. -{% ifversion ghec %}You can enjoy the convenience of {% data variables.product.company_short %}-hosted runners, which are maintained and upgraded by {% data variables.product.company_short %}, or you{% else %}You{% endif %} can control your own private CI/CD infrastructure by using self-hosted runners. Self-hosted runners allow you to determine the exact environment and resources that complete your builds, testing, and deployments, without exposing your software development cycle to the internet. For more information, see {% ifversion ghec %}"[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners)" and{% endif %} "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." +{% ifversion ghec %}You can enjoy the convenience of {% data variables.product.company_short %}-hosted runners, which are maintained and upgraded by {% data variables.product.company_short %}, or you{% else %}You{% endif %} can control your own private CI/CD infrastructure by using self-hosted runners. Self-hosted runners allow you to determine the exact environment and resources that complete your builds, testing, and deployments, without exposing your software development cycle to the internet. For more information, see {% ifversion ghec %}"[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners)" and{% endif %} "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." {% data variables.product.prodname_actions %} provides greater control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets.{% ifversion ghec or ghes > 3.4 %} If your workflows need to access resources from a cloud provider that supports OpenID Connect (OIDC), you can configure your workflows to authenticate directly to the cloud provider. OIDC provides security benefits such as eliminating the need to store credentials as long-lived secrets. For more information, see "[AUTOTITLE](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)."{% endif %} diff --git a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud.md b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud.md index 4af1724bbb..ced7abd9db 100644 --- a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud.md +++ b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud.md @@ -27,8 +27,8 @@ You can use policies to control how enterprise members use {% data variables.pro To run {% data variables.product.prodname_actions %} workflows, you need to use runners. {% data reusables.actions.about-runners %} If you use {% data variables.product.company_short %}-hosted runners, you will be be billed based on consumption after exhausting the minutes included in {% data variables.product.product_name %}, while self-hosted runners are free. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions)." -For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." +For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." -If you choose self-hosted runners, you can add runners at the enterprise, organization, or repository levels. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +If you choose self-hosted runners, you can add runners at the enterprise, organization, or repository levels. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." {% data reusables.actions.general-security-hardening %} diff --git a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md index a5839b0a5c..54a82d8522 100644 --- a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md +++ b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md @@ -160,7 +160,7 @@ You can use policies to manage access to {% data variables.product.prodname_acti {% data reusables.actions.enterprise-github-hosted-runners %} -To run {% data variables.product.prodname_actions %} workflows, you need to add self-hosted runners. You can add self-hosted runners at the enterprise, organization, or repository levels. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +To run {% data variables.product.prodname_actions %} workflows, you need to add self-hosted runners. You can add self-hosted runners at the enterprise, organization, or repository levels. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." ## Managing which actions can be used in your enterprise diff --git a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md index 8bc919e8f9..af4487b255 100644 --- a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md +++ b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md @@ -18,7 +18,7 @@ topics: {% data reusables.actions.about-actions-for-enterprises %} For more information, see "[AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises)." -With {% data variables.product.prodname_actions %}, developers can write and combine individual tasks called actions to create custom workflows. {% ifversion ghes or ghae %}To enable {% data variables.product.prodname_actions %} for {% ifversion ghae %}your enterprise{% elsif ghes %} {% data variables.location.product_location %}{% endif %}, you must host at least one machine to execute jobs.{% endif %} {% ifversion ghec %}You can host your own runner machine to execute jobs, and this{% elsif ghes or ghae %}This{% endif %} machine is called a self-hosted runner. {% data reusables.actions.self-hosted-runner-locations %} {% data reusables.actions.self-hosted-runner-architecture %} {% ifversion ghec %}All{% elsif ghes or ghae %}Self-hosted{% endif %} runners can run Linux, Windows, or macOS. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." +With {% data variables.product.prodname_actions %}, developers can write and combine individual tasks called actions to create custom workflows. {% ifversion ghes or ghae %}To enable {% data variables.product.prodname_actions %} for {% ifversion ghae %}your enterprise{% elsif ghes %} {% data variables.location.product_location %}{% endif %}, you must host at least one machine to execute jobs.{% endif %} {% ifversion ghec %}You can host your own runner machine to execute jobs, and this{% elsif ghes or ghae %}This{% endif %} machine is called a self-hosted runner. {% data reusables.actions.self-hosted-runner-locations %} {% data reusables.actions.self-hosted-runner-architecture %} {% ifversion ghec %}All{% elsif ghes or ghae %}Self-hosted{% endif %} runners can run Linux, Windows, or macOS. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." {% ifversion ghec %} @@ -52,15 +52,7 @@ First, enable {% data variables.product.prodname_actions %} for all organization {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.actions-tab %} 1. Under "Policies", select **Enable for all organizations**. - - ![Screenshot of "Enable for all organizations" policy for {% data variables.product.prodname_actions %}](/assets/images/help/settings/actions-policy-enable-for-all-organizations.png) -1. Select {% data reusables.actions.policy-label-for-select-actions-workflows %} and **Allow actions created by GitHub** to allow local actions{% ifversion actions-workflow-policy %} and reusable workflows{% endif %}, and actions created by {% data variables.product.company_short %}. - - {% ifversion actions-workflow-policy %} - ![Screenshot of "Allow select actions" and "Allow actions created by {% data variables.product.company_short %}" for {% data variables.product.prodname_actions %}](/assets/images/help/settings/actions-policy-allow-select-actions-and-actions-from-github-with-workflows.png) - {%- else %} - ![Screenshot of "Allow select actions" and "Allow actions created by {% data variables.product.company_short %}" for {% data variables.product.prodname_actions %}](/assets/images/help/settings/actions-policy-allow-select-actions-and-actions-from-github.png) - {%- endif %} +1. To enable local actions{% ifversion actions-workflow-policy %} and reusable workflows, {% endif %} and actions created by {% data variables.product.company_short %}, select {% data reusables.actions.policy-label-for-select-actions-workflows %}, then select **Allow actions created by {% data variables.product.company_short %}**. 1. Click **Save**. You can configure additional policies to restrict the actions available to {% ifversion ghec or ghae %}enterprise members{% elsif ghes %}users of {% data variables.location.product_location %}{% endif %}. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#allowing-select-actions-to-run)." @@ -94,7 +86,7 @@ You can create a runner group to manage access to the runner that you added to y {% indented_data_reference reusables.actions.self-hosted-runner-security spaces=3 %} - For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)." + For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)." {% endwarning %} {%- endif %} @@ -112,15 +104,15 @@ You've now deployed a self-hosted runner that can run jobs from {% data variable Optionally, organization owners can further restrict the access policy of the runner group that you created. For example, an organization owner could allow only certain repositories in the organization to use the runner group. -For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." +For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." ## 5. Automatically scale your self-hosted runners -Optionally, you can build custom tooling to automatically scale the self-hosted runners for {% ifversion ghec or ghae %}your enterprise{% elsif ghes %}{% data variables.location.product_location %}{% endif %}. For example, your tooling can respond to webhook events from {% data variables.location.product_location %} to automatically scale a cluster of runner machines. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners)." +Optionally, you can build custom tooling to automatically scale the self-hosted runners for {% ifversion ghec or ghae %}your enterprise{% elsif ghes %}{% data variables.location.product_location %}{% endif %}. For example, your tooling can respond to webhook events from {% data variables.location.product_location %} to automatically scale a cluster of runner machines. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners)." ## Next steps -- You can monitor self-hosted runners and troubleshoot common issues. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners)." +- You can monitor self-hosted runners and troubleshoot common issues. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners)." - {% data variables.product.company_short %} recommends that you review security considerations for self-hosted runner machines. For more information, see "[AUTOTITLE](/actions/security-guides/security-hardening-for-github-actions#hardening-for-self-hosted-runners)." @@ -138,5 +130,5 @@ Optionally, you can build custom tooling to automatically scale the self-hosted ## Further reading -- "[AUTOTITLE](/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service)" -- "[AUTOTITLE](/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow)" +- "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service)" +- "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow)" diff --git a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md index 73beb7b195..cd83776885 100644 --- a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md +++ b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md @@ -86,14 +86,14 @@ You may need to upgrade the CPU and memory resources for {% data variables.locat ### Runners -{% data variables.product.prodname_actions %} workflows require runners.{% ifversion ghec %} You can choose to use {% data variables.product.prodname_dotcom %}-hosted runners or self-hosted runners. {% data variables.product.prodname_dotcom %}-hosted runners are convenient because they are managed by {% data variables.product.company_short %}, who handles maintenance and upgrades for you. However, you may want to consider self-hosted runners if you need to run a workflow that will access resources behind your firewall or you want more control over the resources, configuration, or geographic location of your runner machines. For more information, see "[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)."{% else %} You will need to host your own runners by installing the {% data variables.product.prodname_actions %} self-hosted runner application on your own machines. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)."{% endif %} +{% data variables.product.prodname_actions %} workflows require runners.{% ifversion ghec %} You can choose to use {% data variables.product.prodname_dotcom %}-hosted runners or self-hosted runners. {% data variables.product.prodname_dotcom %}-hosted runners are convenient because they are managed by {% data variables.product.company_short %}, who handles maintenance and upgrades for you. However, you may want to consider self-hosted runners if you need to run a workflow that will access resources behind your firewall or you want more control over the resources, configuration, or geographic location of your runner machines. For more information, see "[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)."{% else %} You will need to host your own runners by installing the {% data variables.product.prodname_actions %} self-hosted runner application on your own machines. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)."{% endif %} {% ifversion ghec %}If you are using self-hosted runners, you have to decide whether you want to use physical machines, virtual machines, or containers.{% else %}Decide whether you want to use physical machines, virtual machines, or containers for your self-hosted runners.{% endif %} Physical machines will retain remnants of previous jobs, and so will virtual machines unless you use a fresh image for each job or clean up the machines after each job run. If you choose containers, you should be aware that the runner auto-updating will shut down the container, which can cause workflows to fail. You should come up with a solution for this by preventing auto-updates or skipping the command to kill the container. -You also have to decide where to add each runner. You can add a self-hosted runner to an individual repository, or you can make the runner available to an entire organization or your entire enterprise. Adding runners at the organization or enterprise levels allows sharing of runners, which might reduce the size of your runner infrastructure. You can use policies to limit access to self-hosted runners at the organization and enterprise levels by assigning groups of runners to specific repositories or organizations. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups)." +You also have to decide where to add each runner. You can add a self-hosted runner to an individual repository, or you can make the runner available to an entire organization or your entire enterprise. Adding runners at the organization or enterprise levels allows sharing of runners, which might reduce the size of your runner infrastructure. You can use policies to limit access to self-hosted runners at the organization and enterprise levels by assigning groups of runners to specific repositories or organizations. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups)." {% ifversion ghec or ghes %} -You should consider using autoscaling to automatically increase or decrease the number of available self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners)." +You should consider using autoscaling to automatically increase or decrease the number of available self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners)." {% endif %} Finally, you should consider security hardening for self-hosted runners. For more information, see "[AUTOTITLE](/actions/security-guides/security-hardening-for-github-actions#hardening-for-self-hosted-runners)." diff --git a/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-scim-provisioning-for-enterprise-managed-users.md b/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-scim-provisioning-for-enterprise-managed-users.md index dec62578e6..73acb95e4b 100644 --- a/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-scim-provisioning-for-enterprise-managed-users.md +++ b/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-scim-provisioning-for-enterprise-managed-users.md @@ -52,9 +52,9 @@ To configure provisioning for your {% data variables.enterprise.prodname_emu_ent 3. Select the **admin:enterprise** scope. ![Screenshot showing the admin:enterprise scope](/assets/images/help/enterprises/enterprise-pat-scope.png) 4. Click **Generate token**. - ![Generate token button](/assets/images/help/settings/generate_token.png) -5. To copy the token to your clipboard, click {% octicon "paste" aria-label="Copy to clipboard" %}. - ![Newly created token](/assets/images/help/settings/personal_access_tokens.png) +5. To copy the token to your clipboard, click {% octicon "copy" aria-label="Copy token" %}. + + ![Screenshot of the "{% data variables.product.pat_generic_caps_plural %}" page. Next to a blurred-out token, an icon of two overlapping squares is outlined in orange.](/assets/images/help/settings/personal_access_tokens.png) 6. To save the token for use later, store the new token securely in a password manager. ## Configuring provisioning for {% data variables.product.prodname_emus %} diff --git a/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md b/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md index 3beb3f6e2b..b3c7ac42b5 100644 --- a/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md +++ b/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md @@ -26,6 +26,10 @@ If you use SAML at the enterprise level with Azure AD as your IdP, you can enabl {% data reusables.identity-and-permissions.about-team-sync %} +{% ifversion team-sync-manage-org-invites %} +{% data reusables.identity-and-permissions.team-sync-org-invites %} +{% endif %} + {% data reusables.identity-and-permissions.sync-team-with-idp-group %} {% data reusables.identity-and-permissions.team-sync-disable %} @@ -53,3 +57,12 @@ You can also configure and manage team synchronization for an individual organiz {% data reusables.identity-and-permissions.team-sync-confirm %} 7. Review the details for the IdP tenant you want to connect to your enterprise account, then click **Approve**. 8. To disable team synchronization, under "Team synchronization", click **Disable team synchronization**. + +{% ifversion team-sync-manage-org-invites %} +## Managing whether team synchronization can invite non-members to organizations + +{% data reusables.enterprise-accounts.access-enterprise %} +{% data reusables.enterprise-accounts.settings-tab %} +{% data reusables.enterprise-accounts.security-tab %} +1. Under "Team synchronization", select or deselect **Do not allow Team Sync to invite non-members to organizations.** +{% endif %} \ No newline at end of file diff --git a/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference.md b/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference.md index 3fb7f945ed..020d3673fd 100644 --- a/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference.md +++ b/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference.md @@ -132,7 +132,7 @@ To specify more than one value for an attribute, use multiple ` Another user already owns the account. Please have your administrator check the authentication log. -The message typically indicates that the person's username or email address has changed on the IdP. Ensure that the `NameID` mapping for the user account on {% data variables.product.prodname_ghe_server %} matches the user's `NameID` on your IdP. For more information, see "[AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid)." +The message typically indicates that the person's username or email address has changed on the IdP. Ensure that the `NameID` and `nameid-format` mapping for the user account on {% data variables.product.prodname_ghe_server %} matches the user's `NameID` and `nameid-format` on your IdP. For more information, see "[AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid)." ## Error: Recipient in SAML response was blank or not valid diff --git a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md index 2c726c721b..a61aee36e6 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md +++ b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md @@ -374,24 +374,24 @@ Action | Description | `enterprise.config.enable_anonymous_git_access` | An enterprise owner{% ifversion ghes %} or site administrator{% endif %} enabled anonymous Git read access for repositories in the enterprise. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)." | `enterprise.config.lock_anonymous_git_access` | An enterprise owner{% ifversion ghes %} or site administrator{% endif %} locked anonymous Git read access to prevent repository admins from changing existing anonymous Git read access settings for repositories in the enterprise. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)." | `enterprise.config.unlock_anonymous_git_access` | An enterprise owner{% ifversion ghes %} or site administrator{% endif %} unlocked anonymous Git read access to allow repository admins to change existing anonymous Git read access settings for repositories in the enterprise. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)." -| `enterprise.register_self_hosted_runner` | A new {% data variables.product.prodname_actions %} self-hosted runner was registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-a-repository)." -| `enterprise.remove_self_hosted_runner` | A {% data variables.product.prodname_actions %} self-hosted runner was removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/removing-self-hosted-runners#removing-a-runner-from-a-repository)." -| `enterprise.runner_group_created` | A {% data variables.product.prodname_actions %} self-hosted runner group was created. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#creating-a-self-hosted-runner-group-for-an-organization)." -| `enterprise.runner_group_removed` | A {% data variables.product.prodname_actions %} self-hosted runner group was removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#removing-a-self-hosted-runner-group)." -| `enterprise.runner_group_renamed` | A {% data variables.product.prodname_actions %} self-hosted runner group was renamed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." -| `enterprise.runner_group_updated` | The configuration of a {% data variables.product.prodname_actions %} self-hosted runner group was changed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." +| `enterprise.register_self_hosted_runner` | A new {% data variables.product.prodname_actions %} self-hosted runner was registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-a-repository)." +| `enterprise.remove_self_hosted_runner` | A {% data variables.product.prodname_actions %} self-hosted runner was removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners#removing-a-runner-from-a-repository)." +| `enterprise.runner_group_created` | A {% data variables.product.prodname_actions %} self-hosted runner group was created. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#creating-a-self-hosted-runner-group-for-an-organization)." +| `enterprise.runner_group_removed` | A {% data variables.product.prodname_actions %} self-hosted runner group was removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#removing-a-self-hosted-runner-group)." +| `enterprise.runner_group_renamed` | A {% data variables.product.prodname_actions %} self-hosted runner group was renamed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." +| `enterprise.runner_group_updated` | The configuration of a {% data variables.product.prodname_actions %} self-hosted runner group was changed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." | `enterprise.runner_group_runner_removed` | The REST API was used to remove a {% data variables.product.prodname_actions %} self-hosted runner from a group. For more information, see "[AUTOTITLE](/rest/actions#remove-a-self-hosted-runner-from-a-group-for-an-organization)." -| `enterprise.runner_group_runners_added` | A {% data variables.product.prodname_actions %} self-hosted runner was added to a group. For more information, see [Moving a self-hosted runner to a group](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group). +| `enterprise.runner_group_runners_added` | A {% data variables.product.prodname_actions %} self-hosted runner was added to a group. For more information, see [Moving a self-hosted runner to a group](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group). | `enterprise.runner_group_runners_updated`| A {% data variables.product.prodname_actions %} runner group's list of members was updated. For more information, see "[AUTOTITLE](/rest/actions#set-self-hosted-runners-in-a-group-for-an-organization)." {%- ifversion ghec %} | `enterprise.runner_group_visiblity_updated` | The visibility of a {% data variables.product.prodname_actions %} self-hosted runner group was updated via the REST API. For more information, see "[AUTOTITLE](/rest/actions#update-a-self-hosted-runner-group-for-an-organization)." {%- endif %} {%- ifversion ghec or ghes or ghae %} -| `enterprise.self_hosted_runner_online` | The {% data variables.product.prodname_actions %} runner application was started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." -| `enterprise.self_hosted_runner_offline` | The {% data variables.product.prodname_actions %} runner application was stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `enterprise.self_hosted_runner_online` | The {% data variables.product.prodname_actions %} runner application was started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `enterprise.self_hosted_runner_offline` | The {% data variables.product.prodname_actions %} runner application was stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." {%- endif %} {%- ifversion ghec or ghes %} -| `enterprise.self_hosted_runner_updated` | The {% data variables.product.prodname_actions %} runner application was updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#about-self-hosted-runners)." +| `enterprise.self_hosted_runner_updated` | The {% data variables.product.prodname_actions %} runner application was updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#about-self-hosted-runners)." {%- endif %} {%- ifversion ghec %} @@ -743,27 +743,27 @@ Before you'll see `git` category actions, you must enable Git events in the audi | `org.oauth_app_access_requested` | An organization member requested that an owner grant an {% data variables.product.prodname_oauth_app %} access to an organization. {%- endif %} | `org.recreate` | An organization was restored. -| `org.register_self_hosted_runner` | A new self-hosted runner was registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization)." +| `org.register_self_hosted_runner` | A new self-hosted runner was registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization)." | `org.remove_actions_secret` | A {% data variables.product.prodname_actions %} secret was removed. | `org.remove_integration_secret` | A {% data variables.product.prodname_dependabot %}{% ifversion fpt or ghec %} or {% data variables.product.prodname_github_codespaces %}{% endif %} integration secret was removed from an organization. | `org.remove_billing_manager` | An owner removed a billing manager from an organization. {% ifversion fpt or ghec %}For more information, see "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/removing-a-billing-manager-from-your-organization)"{% endif %}{% ifversion not ghae %} or when [two-factor authentication was required in an organization](/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization) and a billing manager didn't use 2FA or disabled 2FA.{% endif %} | `org.remove_member` | An [owner removed a member from an organization](/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization){% ifversion not ghae %} or when [two-factor authentication was required in an organization](/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization) and an organization member doesn't use 2FA or disabled 2FA{% endif %}. Also an [organization member removed themselves](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/removing-yourself-from-an-organization) from an organization. | `org.remove_outside_collaborator` | An owner removed an outside collaborator from an organization{% ifversion not ghae %} or when [two-factor authentication was required in an organization](/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization) and an outside collaborator didn't use 2FA or disabled 2FA{% endif %}. -| `org.remove_self_hosted_runner` | A self-hosted runner was removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/removing-self-hosted-runners#removing-a-runner-from-an-organization)." +| `org.remove_self_hosted_runner` | A self-hosted runner was removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners#removing-a-runner-from-an-organization)." | `org.rename` | An organization was renamed. | `org.restore_member` | An organization member was restored. For more information, see "[AUTOTITLE](/organizations/managing-membership-in-your-organization/reinstating-a-former-member-of-your-organization)." {%- ifversion ghec %} | `org.revoke_external_identity` | An organization owner revoked a member's linked identity. For more information, see "[AUTOTITLE](/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization#viewing-and-revoking-a-linked-identity)." | `org.revoke_sso_session` | An organization owner revoked a member's SAML session. For more information, see "[AUTOTITLE](/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization#viewing-and-revoking-a-linked-identity)." {%- endif %} -| `org.runner_group_created` | A self-hosted runner group was created. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#creating-a-self-hosted-runner-group-for-an-organization)." -| `org.runner_group_removed` | A self-hosted runner group was removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#removing-a-self-hosted-runner-group)." +| `org.runner_group_created` | A self-hosted runner group was created. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#creating-a-self-hosted-runner-group-for-an-organization)." +| `org.runner_group_removed` | A self-hosted runner group was removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#removing-a-self-hosted-runner-group)." {%- ifversion fpt or ghec %} -| `org.runner_group_renamed` | A self-hosted runner group was renamed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." +| `org.runner_group_renamed` | A self-hosted runner group was renamed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." {%- endif %} -| `org.runner_group_updated` | The configuration of a self-hosted runner group was changed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." +| `org.runner_group_updated` | The configuration of a self-hosted runner group was changed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." | `org.runner_group_runner_removed` | The REST API was used to remove a self-hosted runner from a group. For more information, see "[AUTOTITLE](/rest/actions#remove-a-self-hosted-runner-from-a-group-for-an-organization)." -| `org.runner_group_runners_added` | A self-hosted runner was added to a group. For more information, see [Moving a self-hosted runner to a group](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group). +| `org.runner_group_runners_added` | A self-hosted runner was added to a group. For more information, see [Moving a self-hosted runner to a group](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group). | `org.runner_group_runners_updated`| A runner group's list of members was updated. For more information, see "[AUTOTITLE](/rest/actions#set-self-hosted-runners-in-a-group-for-an-organization)." {%- ifversion fpt or ghec %} | `org.runner_group_visiblity_updated` | The visibility of a self-hosted runner group was updated via the REST API. For more information, see "[AUTOTITLE](/rest/actions#update-a-self-hosted-runner-group-for-an-organization)." @@ -781,10 +781,10 @@ Before you'll see `git` category actions, you must enable Git events in the audi | `org.secret_scanning_push_protection_disable` | An organization owner or administrator disabled push protection for secret scanning. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning)." | `org.secret_scanning_push_protection_enable` | An organization owner or administrator enabled push protection for secret scanning. {%- endif %} -| `org.self_hosted_runner_online` | The runner application was started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." -| `org.self_hosted_runner_offline` | The runner application was stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `org.self_hosted_runner_online` | The runner application was started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `org.self_hosted_runner_offline` | The runner application was stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." {%- ifversion fpt or ghec or ghes %} -| `org.self_hosted_runner_updated` | The runner application was updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#about-self-hosted-runners)." +| `org.self_hosted_runner_updated` | The runner application was updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#about-self-hosted-runners)." {%- endif %} {%- ifversion fpt or ghec %} | `org.set_actions_fork_pr_approvals_policy` | The setting for requiring approvals for workflows from public forks was changed for an organization. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#requiring-approval-for-workflows-from-public-forks)." @@ -1105,8 +1105,8 @@ Before you'll see `git` category actions, you must enable Git events in the audi | `repo.pages_source` | A {% data variables.product.prodname_pages %} source was modified. | `repo.pages_private` | A {% data variables.product.prodname_pages %} site visibility was changed to private. | `repo.pages_public` | A {% data variables.product.prodname_pages %} site visibility was changed to public. -| `repo.register_self_hosted_runner` | A new self-hosted runner was registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-a-repository)." -| `repo.remove_self_hosted_runner` | A self-hosted runner was removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/removing-self-hosted-runners#removing-a-runner-from-a-repository)." +| `repo.register_self_hosted_runner` | A new self-hosted runner was registered. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-a-repository)." +| `repo.remove_self_hosted_runner` | A self-hosted runner was removed. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners#removing-a-runner-from-a-repository)." | `repo.remove_actions_secret` | A {% data variables.product.prodname_actions %} secret was deleted for a repository. | `repo.remove_integration_secret` | A {% data variables.product.prodname_dependabot %}{% ifversion fpt or ghec %} or {% data variables.product.prodname_github_codespaces %}{% endif %} integration secret was deleted for a repository. | `repo.remove_member` | A collaborator was removed from a repository. @@ -1116,9 +1116,9 @@ Before you'll see `git` category actions, you must enable Git events in the audi | `repo.set_actions_fork_pr_approvals_policy` | The setting for requiring approvals for workflows from public forks was changed for a repository. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-required-approval-for-workflows-from-public-forks)." {%- endif %} | `repo.set_actions_retention_limit` | The retention period for {% data variables.product.prodname_actions %} artifacts and logs in a repository was changed. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-repository)." -| `repo.self_hosted_runner_online` | The runner application was started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." -| `repo.self_hosted_runner_offline` | The runner application was stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." -| `repo.self_hosted_runner_updated` | The runner application was updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#about-self-hosted-runners)." +| `repo.self_hosted_runner_online` | The runner application was started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `repo.self_hosted_runner_offline` | The runner application was stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)." +| `repo.self_hosted_runner_updated` | The runner application was updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#about-self-hosted-runners)." | `repo.staff_unlock` | An enterprise administrator or GitHub staff (with permission from a repository administrator) temporarily unlocked the repository. | `repo.transfer` | A user accepted a request to receive a transferred repository. | `repo.transfer_outgoing` | A repository was transferred to another repository network. diff --git a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise.md b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise.md index 50e47ccd7b..9e0cae0aac 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise.md +++ b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise.md @@ -69,19 +69,18 @@ You can set up streaming to S3 with access keys or, to avoid storing long-lived #### Setting up streaming to S3 with access keys {% endif %} -To stream audit logs to Amazon's S3 endpoint, you must have a bucket and access keys. For more information, see [Creating, configuring, and working with Amazon S3 buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html) in the AWS documentation. Make sure to block public access to the bucket to protect your audit log information. - To set up audit log streaming from {% data variables.product.prodname_dotcom %} you will need: -* The name of your Amazon S3 bucket * Your AWS access key ID * Your AWS secret key For information on creating or accessing your access key ID and secret key, see [Understanding and getting your AWS credentials](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html) in the AWS documentation. +{% data reusables.audit_log.create-s3-bucket %} +{% data reusables.audit_log.create-s3-policy %} {% data reusables.enterprise.navigate-to-log-streaming-tab %} {% data reusables.audit_log.streaming-choose-s3 %}{% ifversion streaming-oidc-s3 %} 1. Under "Authentication", click **Access keys**.{% endif %} -1. Configure the stream settings. +2. Configure the stream settings. - Under "Bucket", type the name of the bucket you want to stream to. For example, `auditlog-streaming-test`. - Under "Access Key ID", type your access key ID. For example, `ABCAIOSFODNN7EXAMPLE1`. @@ -96,6 +95,8 @@ For information on creating or accessing your access key ID and secret key, see - For the provider URL, use `https://oidc-configuration.audit-log.githubusercontent.com`. - For "Audience", use `sts.amazonaws.com`. +{% data reusables.audit_log.create-s3-bucket %} +{% data reusables.audit_log.create-s3-policy %} 1. Create a bucket, and block public access to the bucket. For more information, see [Creating, configuring, and working with Amazon S3 buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html) in the AWS documentation. 1. Create a policy that allows {% data variables.product.company_short %} to write to the bucket by copying the following JSON and replacing `EXAMPLE-BUCKET` with the name of your bucket. {% data variables.product.prodname_dotcom %} requires only the permissions in this JSON. @@ -115,7 +116,7 @@ For information on creating or accessing your access key ID and secret key, see } ``` For more information, see [Creating IAM policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the AWS documentation. -1. Configure the role and trust policy for the {% data variables.product.prodname_dotcom %} IdP. For more information, see [Creating a role for web identity or OpenID Connect Federation (console)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-idp_oidc.html) in the AWS documentation. +4. Configure the role and trust policy for the {% data variables.product.prodname_dotcom %} IdP. For more information, see [Creating a role for web identity or OpenID Connect Federation (console)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-idp_oidc.html) in the AWS documentation. - Add the permissions policy you created above to allow writes to the bucket. - Edit the trust relationship to add the `sub` field to the validation conditions, replacing `ENTERPRISE` with the name of your enterprise. diff --git a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md index 20535cac1c..4e5815d423 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md +++ b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Using the audit log API for your enterprise -intro: You can programmatically retrieve enterprise events with the REST or GraphQL API. +intro: You can programmatically retrieve enterprise events with the REST API. shortTitle: Audit log API permissions: 'Enterprise owners {% ifversion ghes %}and site administrators {% endif %}can use the audit log API.' versions: @@ -17,96 +17,10 @@ topics: ## Using the audit log API -You can interact with the audit log using the GraphQL API or the REST API.{% ifversion read-audit-scope %} You can use the `read:audit_log` scope to access the audit log via the APIs.{% endif %} +You can interact with the audit log using the REST API.{% ifversion read-audit-scope %} You can use the `read:audit_log` scope to access the audit log via the API.{% endif %} Timestamps and date fields in the API response are measured in [UTC epoch milliseconds](http://en.wikipedia.org/wiki/Unix_time). -## Querying the audit log GraphQL API - -To ensure your intellectual property is secure, and you maintain compliance for your enterprise, you can use the audit log GraphQL API to keep copies of your audit log data and monitor: -{% data reusables.audit_log.audit-log-api-info %} - -Note that you can't retrieve Git events using the {% ifversion not ghec %}audit log API.{% else %}GraphQL API. To retrieve Git events, use the REST API instead. For more information, see `git` category actions in "[AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise#git-category-actions)", and also the "[AUTOTITLE](/rest/enterprise-admin#audit-log)" and "[AUTOTITLE](/rest/orgs#get-the-audit-log-for-an-organization) audit log endpoints in the REST API documentation."{% endif %} - -The GraphQL response can include data for up to 90 to 120 days. - -### Example 1: Members added to or removed from organizations in an enterprise - -The query below fetches the audit logs for the `avocado-corp` enterprise and returns the first 10 organizations in the enterprise, where the only actions performed were adding or removing a member from an organization. The first 20 audit log entries for each organization are returned. - -This query uses the [auditlog](/graphql/reference/objects) field from the Organization object, and the [OrgAddMemberAuditEntry](/graphql/reference/objects#orgaddmemberauditentry) and [OrgRemoveMemberAuditEntry](/graphql/reference/objects#orgremovememberauditentry) objects. The {% data variables.product.prodname_dotcom %} account querying the enterprise audit log must be an organization owner for each organization within the enterprise. - -```shell -{ - enterprise(slug: "avocado-corp") { - organizations(first: 10, orderBy: {field: LOGIN, direction: DESC}) { - nodes { - name - auditLog(first: 20) { - edges { - node { - ... on OrgAddMemberAuditEntry { - action - actorLogin - createdAt - } - ... on OrgRemoveMemberAuditEntry { - action - actorLogin - createdAt - } - } - } - } - } - pageInfo { - hasNextPage - endCursor - } - } - } -} -``` - -The GraphQL API will return at most 100 nodes per query. To retrieve additional results, you'll need to implement pagination. For more information, see "[AUTOTITLE](/graphql/overview/resource-limitations#node-limit)" in the GraphQL API documentation and [Pagination](https://graphql.org/learn/pagination/) in the official GraphQL documentation. -### Example 2: Events in an organization, for a specific date and actor - -You can specify multiple search phrases, such as `created` and `actor`, by separating them in your query string with a space. - -The query below fetches all the audit logs for the `avocado-corp` enterprise that relate to the `octo-org` organization, where the actions were performed by the `octocat` user on or after the 1 Jan, 2022. The first 20 audit log entries are returned, with the newest log entry appearing first. - -This query uses the [AuditEntry](/graphql/reference/interfaces#auditentry) interface. The {% data variables.product.prodname_dotcom %} account querying the enterprise audit log must be an owner of the `octo-org` organization. - -```shell -{ - enterprise(slug: "avocado-corp") { - organizations(first: 1, query: "octo-org") { - nodes { - name - auditLog(first: 20, query: "actor:octocat created:>=2022-01-01T00:00:00.000Z", orderBy: {field: CREATED_AT, direction: DESC}) { - edges { - node { - ... on AuditEntry { - action - actorLogin - createdAt - user { - name - } - } - } - } - } - } - } - } -} -``` - -For more query examples, see the [platform-samples repository](https://github.com/github/platform-samples/blob/master/graphql/queries). - -## Querying the audit log REST API - To ensure your intellectual property is secure, and you maintain compliance for your enterprise, you can use the audit log REST API to keep copies of your audit log data and monitor: {% data reusables.audit_log.audited-data-list %} @@ -114,7 +28,7 @@ To ensure your intellectual property is secure, and you maintain compliance for For more information about the audit log REST API, see "[AUTOTITLE](/rest/enterprise-admin#audit-log)" and "[AUTOTITLE](/rest/orgs#get-the-audit-log-for-an-organization)." -### Example 1: All events in an enterprise, for a specific date, with pagination +## Example 1: All events in an enterprise, for a specific date, with pagination You can use {% ifversion ghes %}page-based{% else %}cursor based{% endif %} pagination. For more information about pagination, see "[AUTOTITLE](/rest/guides/using-pagination-in-the-rest-api)." @@ -156,7 +70,7 @@ curl -I -H "Authorization: Bearer TOKEN" \ {% endif %} -### Example 2: Events for pull requests in an enterprise, for a specific date and actor +## Example 2: Events for pull requests in an enterprise, for a specific date and actor You can specify multiple search phrases, such as `created` and `actor`, by separating them in your formed URL with the `+` symbol or ASCII character code `%20`. diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md index 6e7c5cd3d6..75bf94ce63 100644 --- a/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md +++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md @@ -19,7 +19,7 @@ For example, if you want your app to change the `Status` field of an issue on a To make an API request as an installation, you must first generate an installation access token. Then, you will send the installation access token in the `Authorization` header of your subsequent API requests. You can also use {% data variables.product.company_short %}'s Octokit SDKs, which can generate an installation access token for you. -If a REST API endpoint works with a {% data variables.product.prodname_github_app %} installation access token, the REST reference documentation for that endpoint will say "Works with {% data variables.product.prodname_github_apps %}." Additionally, your app must have the required permissions to use the endpoint. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." +If a REST API endpoint works with a {% data variables.product.prodname_github_app %} installation access token, the REST reference documentation for that endpoint will say "Works with {% data variables.product.prodname_github_apps %}." Additionally, your app must have the required permissions to use the endpoint. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app)." App installations can also use the GraphQL API. Similar to the REST API, the app must have certain permissions to access objects in the GraphQL API. For GraphQL requests, you should test you app to ensure that your app has the required permissions for the GraphQL queries and mutations that you want to make. @@ -41,7 +41,7 @@ To authenticate as an installation with an installation access token, first use To authenticate with an installation access token, include it in the `Authorization` header of an API request. The access token will work with both the GraphQL API and the REST API. -Your app must have the required permissions to use the endpoint. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." +Your app must have the required permissions to use the endpoint. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app)." In the following example, replace `INSTALLATION_ACCESS_TOKEN` with an installation access token: @@ -49,7 +49,7 @@ In the following example, replace `INSTALLATION_ACCESS_TOKEN` with an installati curl --request GET \ --url "{% data variables.product.api_url_pre %}/meta" \ --header "Accept: application/vnd.github+json" \ ---header "Authorization: Bearer INSTALLATION_ACCESS_TOKEN"{% ifversion api-date-versioning %}\ +--header "Authorization: Bearer INSTALLATION_ACCESS_TOKEN"{% ifversion api-date-versioning %} \ --header "X-GitHub-Api-Version: {{ allVersions[currentVersion].latestApiVersion }}"{% endif %} ``` @@ -91,7 +91,7 @@ You must install and import `octokit` in order to use the Octokit.js library. Th 1. Use an `octokit` method to make a request to the API. - Your app must have the required permissions to use the endpoint. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." + Your app must have the required permissions to use the endpoint. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app)." For example, to make a request to the GraphQL API: @@ -117,7 +117,7 @@ The Octokit.js SDK also passes a pre-authenticated `octokit` instance to webhook 1. Get the ID of your app. You can find your app's ID on the settings page for your app. For user-owned apps, the settings page is `https://github.com/settings/apps/APP-SLUG`. For organization-owned apps, the settings page is `https://github.com/organizations/ORGANIZATION/settings/apps/APP-SLUG`. Replace `APP-SLUG` with the slugified name of your app. Replace `ORGANIZATION` with the slugified name of your organization. For example, `https://github.com/organizations/octo-org/settings/apps/octo-app`. 1. Generate a private key. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps)". -1. Get the webhook secret that you specified in your app's settings. For more information about webhook secrets, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps#securing-your-webhooks-with-a-webhook-secret)." +1. Get the webhook secret that you specified in your app's settings. For more information about webhook secrets, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/using-webhooks-with-github-apps#securing-your-webhooks-with-a-webhook-secret)." 1. Import `App` from `octokit`. Create a new instance of `App`. In the following example, replace `APP_ID` with a reference to your app's ID. Replace `PRIVATE_KEY` with a reference to your app's private key. Replace `WEBHOOK_SECRET` with the your app's webhook secret. ```javascript{:copy} diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app.md index ec1480b60e..5c1f349af2 100644 --- a/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app.md +++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app.md @@ -26,7 +26,7 @@ If a REST API endpoint requires you to authenticate as an app, the documentation curl --request GET \ --url "{% data variables.product.api_url_pre %}/app/installations" \ --header "Accept: application/vnd.github+json" \ - --header "Authorization: Bearer YOUR_JWT"{% ifversion api-date-versioning %}\ + --header "Authorization: Bearer YOUR_JWT"{% ifversion api-date-versioning %} \ --header "X-GitHub-Api-Version: {{ allVersions[currentVersion].latestApiVersion }}"{% endif %} ``` diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md index fb46a6c66b..c8961de55d 100644 --- a/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md +++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md @@ -30,7 +30,7 @@ To use a JWT, pass it in the `Authorization` header of an API request. For examp curl --request GET \ --url "{% data variables.product.api_url_pre %}/app" \ --header "Accept: application/vnd.github+json" \ ---header "Authorization: Bearer YOUR_JWT"{% ifversion api-date-versioning %}\ +--header "Authorization: Bearer YOUR_JWT"{% ifversion api-date-versioning %} \ --header "X-GitHub-Api-Version: {{ allVersions[currentVersion].latestApiVersion }}"{% endif %} ``` @@ -122,7 +122,7 @@ payload = { jwt_instance = jwt.JWT() encoded_jwt = jwt_instance.encode(payload, signing_key, alg='RS256') -print(f"JWT: ", encoded_jwt) +print(f"JWT: {encoded_jwt}") ``` This script will prompt you for the file path where your private key is stored and for the ID of your app. Alternatively, you can pass those values as inline arguments when you execute the script. diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app.md index aab3529be7..80617ec047 100644 --- a/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app.md +++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app.md @@ -19,7 +19,7 @@ A user access token is a type of OAuth token. Unlike a traditional OAuth token, Similarly, a user access token can only access resources that both the user and app can access. For example, if an app is granted access to repository `A` and `B`, and the user can access repository `B` and `C`, the user access token can access repository `B` but not `A` or `C`. You can use the REST API to check which installations and which repositories within an installation a user access token can access. For more information, see `GET /user/installations` and `GET /user/installations/{installation_id}/repositories` in "[AUTOTITLE](/rest/apps/installations)." -When you make API requests with a user access token, the rate limits for user access tokens apply. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/rate-limits-for-github-apps)." +When you make API requests with a user access token, the rate limits for user access tokens apply. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/rate-limits-for-github-apps)." By default, the user access token expires after 8 hours. You can use a refresh token to regenerate a user access token. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens)." diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md index 2e4cf463fb..3f1170c35e 100644 --- a/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md +++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md @@ -31,7 +31,7 @@ If your refresh token expires before you use it, you can regenerate a user acces ## Configuring your app to use user access tokens that expire -When you create your app, expiration of user access tokens is enabled unless you opt out. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." You can also configure this setting after your app has been created. +When you create your app, expiration of user access tokens is enabled unless you opt out. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." You can also configure this setting after your app has been created. {% data reusables.apps.settings-step %} {% data reusables.user-settings.developer_settings %} diff --git a/content/apps/creating-github-apps/creating-github-apps/about-apps.md b/content/apps/creating-github-apps/creating-github-apps/about-apps.md deleted file mode 100644 index c97589a8fd..0000000000 --- a/content/apps/creating-github-apps/creating-github-apps/about-apps.md +++ /dev/null @@ -1,109 +0,0 @@ ---- -title: About apps -intro: 'You can build integrations with the {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} APIs to add flexibility and reduce friction in your own workflow.{% ifversion fpt or ghec %} You can also share integrations with others on [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace).{% endif %}' -redirect_from: - - /apps/building-integrationssetting-up-a-new-integration - - /apps/building-integrations - - /apps/getting-started-with-building-apps - - /apps/about-apps - - /developers/apps/about-apps - - /developers/apps/getting-started-with-apps/about-apps -versions: - fpt: '*' - ghes: '*' - ghae: '*' - ghec: '*' -topics: - - GitHub Apps ---- -Apps on {% data variables.product.prodname_dotcom %} allow you to automate and improve your workflow. You can build apps to improve your workflow.{% ifversion fpt or ghec %} You can also share or sell apps in [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace). To learn how to list an app on {% data variables.product.prodname_marketplace %}, see "[AUTOTITLE](/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace)."{% endif %} - -{% data reusables.marketplace.github_apps_preferred %}, but GitHub supports both {% data variables.product.prodname_oauth_apps %} and {% data variables.product.prodname_github_apps %}. For information on choosing a type of app, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps)." - -{% data reusables.apps.general-apps-restrictions %} - -For a walkthrough of the process of building a {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/apps/creating-github-apps/guides/using-the-github-api-in-your-app)." - -## About {% data variables.product.prodname_github_apps %} - -{% data variables.product.prodname_github_apps %} are first-class actors within GitHub. A {% data variables.product.prodname_github_app %} acts on its own behalf, taking actions via the API directly using its own identity, which means you don't need to maintain a bot or service account as a separate user. - -{% data variables.product.prodname_github_apps %} can be installed directly on organizations and personal accounts and granted access to specific repositories. They come with built-in webhooks and narrow, specific permissions. When you set up your {% data variables.product.prodname_github_app %}, you can select the repositories you want it to access. For example, you can set up an app called `MyGitHub` that writes issues in the `octocat` repository and _only_ the `octocat` repository. To install a {% data variables.product.prodname_github_app %}, you must be an organization owner or have admin permissions in a repository. - -{% data reusables.apps.app_manager_role %} - -{% data variables.product.prodname_github_apps %} are applications that need to be hosted somewhere. For step-by-step instructions that cover servers and hosting, see "[AUTOTITLE](/apps/creating-github-apps/guides/using-the-github-api-in-your-app)." - -To improve your workflow, you can create a {% data variables.product.prodname_github_app %} that contains multiple scripts or an entire application, and then connect that app to many other tools. For example, you can connect {% data variables.product.prodname_github_apps %} to GitHub, Slack, other in-house apps you may have, email programs, or other APIs. - -Keep these ideas in mind when creating {% data variables.product.prodname_github_apps %}: - -{% ifversion fpt or ghec %} -* {% data reusables.apps.maximum-github-apps-allowed %} {% endif %} -* A {% data variables.product.prodname_github_app %} should take actions independent of a user (unless the app is using a [user access token](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)). {% data reusables.apps.expiring_user_authorization_tokens %} - -* Make sure the {% data variables.product.prodname_github_app %} integrates with specific repositories. -* The {% data variables.product.prodname_github_app %} should connect to a personal account or an organization. -* Don't expect the {% data variables.product.prodname_github_app %} to know and do everything a user can. -* Don't use a {% data variables.product.prodname_github_app %} if you just need a "Login with GitHub" service. But a {% data variables.product.prodname_github_app %} can generate a [user access token](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app) to log users in _and_ do other things. -* Don't build a {% data variables.product.prodname_github_app %} if you _only_ want to act as a GitHub user and do everything that user can do.{% ifversion fpt or ghec %} -* {% data reusables.apps.general-apps-restrictions %}{% endif %} - -To begin developing {% data variables.product.prodname_github_apps %}, start with "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)."{% ifversion fpt or ghec %} To learn how to use {% data variables.product.prodname_github_app %} Manifests, which allow people to create preconfigured {% data variables.product.prodname_github_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app-from-a-manifest)."{% endif %} - -## About {% data variables.product.prodname_oauth_apps %} - -OAuth2 is a protocol that lets external applications request authorization to private details in a user's {% data variables.product.prodname_dotcom %} account without accessing their password. This is preferred over Basic Authentication because tokens can be limited to specific types of data and can be revoked by users at any time. - -{% data reusables.apps.deletes_ssh_keys %} - -An {% data variables.product.prodname_oauth_app %} uses {% data variables.product.prodname_dotcom %} as an identity provider to authenticate as the user who grants access to the app. This means when a user grants an {% data variables.product.prodname_oauth_app %} access, they grant permissions to _all_ repositories they have access to in their account, and also to any organizations they belong to that haven't blocked third-party access. - -Building an {% data variables.product.prodname_oauth_app %} is a good option if you are creating more complex processes than a simple script can handle. Note that {% data variables.product.prodname_oauth_apps %} are applications that need to be hosted somewhere. - -Keep these ideas in mind when creating {% data variables.product.prodname_oauth_apps %}: - -{% ifversion fpt or ghec %} -* {% data reusables.apps.maximum-oauth-apps-allowed %} {% endif %} -* An {% data variables.product.prodname_oauth_app %} should always act as the authenticated {% data variables.product.prodname_dotcom %} user across all of {% data variables.product.prodname_dotcom %} (for example, when providing user notifications). -* An {% data variables.product.prodname_oauth_app %} can be used as an identity provider by enabling a "Login with {% data variables.product.prodname_dotcom %}" for the authenticated user. -* Don't build an {% data variables.product.prodname_oauth_app %} if you want your application to act on a single repository. With the `repo` OAuth scope, {% data variables.product.prodname_oauth_apps %} can act on _all_ of the authenticated user's repositories. -* Don't build an {% data variables.product.prodname_oauth_app %} to act as an application for your team or company. {% data variables.product.prodname_oauth_apps %} authenticate as a single user, so if one person creates an {% data variables.product.prodname_oauth_app %} for a company to use, and then they leave the company, no one else will have access to it.{% ifversion fpt or ghec %} -* {% data reusables.apps.oauth-apps-restrictions %}{% endif %} - -For more on {% data variables.product.prodname_oauth_apps %}, see "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app)" and "[AUTOTITLE](/rest/guides/basics-of-authentication#registering-your-app)." - -## {% data variables.product.pat_generic_caps %}s - -A [{% data variables.product.pat_generic %}](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) is a string of characters that functions similarly to an [OAuth token](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps) in that you can specify its permissions via [scopes](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps). A {% data variables.product.pat_generic %} is also similar to a password, but you can have many of them and you can revoke access to each one at any time. - -As an example, you can enable a {% data variables.product.pat_generic %} to write to your repositories. If then you run a `curl` command or write a script that [creates an issue](/rest/issues#create-an-issue) in your repository, you would pass the {% data variables.product.pat_generic %} to authenticate. You can store the {% data variables.product.pat_generic %} as an environment variable to avoid typing it every time you use it. - -Keep these ideas in mind when using {% data variables.product.pat_generic %}s: - -* Remember to use this token to represent yourself only. -* You can perform one-off `curl` requests. -* You can run personal scripts. -* Don't set up a script for your whole team or company to use. -* Don't set up a shared personal account to act as a bot user. -* Grant your token the minimal privileges it needs. -* Set an expiration for your {% data variables.product.pat_generic %}s, to help keep your information secure. - -## Determining which integration to build - -Before you get started creating integrations, you need to determine the best way to access, authenticate, and interact with the {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} APIs. - -To decide whether to use {% data variables.product.pat_generic %}s, {% data variables.product.prodname_github_apps %}, or {% data variables.product.prodname_oauth_apps %} for your integration, consider these questions about how your integration needs to behave and what it needs to access: - -* Will my integration act only as me, or will it act more like an application? -* Do I want it to act independently of me as its own entity? -* Will it access everything that I can access, or do I want to limit its access? -* Is it simple or complex? For example, {% data variables.product.pat_generic %}s are good for simple scripts and `curl` commands, whereas an {% data variables.product.prodname_oauth_app %} can handle more complex scripting. - -If the integration will act only as you, but you want to limit its access, use a {% data variables.product.prodname_github_app %} or a {% data variables.product.pat_v2 %}. - -If the integration will act more like an application, consider whether you want the integration to act independently of you as its own entity. If so, use a {% data variables.product.prodname_github_app %}. - -## Requesting support - -{% data reusables.support.help_resources %} diff --git a/content/apps/creating-github-apps/guides/building-a-cli-with-a-github-app.md b/content/apps/creating-github-apps/guides/building-a-cli-with-a-github-app.md index 80c0afd534..d90a37459a 100644 --- a/content/apps/creating-github-apps/guides/building-a-cli-with-a-github-app.md +++ b/content/apps/creating-github-apps/guides/building-a-cli-with-a-github-app.md @@ -33,7 +33,7 @@ There are two ways to generate a user access token for a {% data variables.produ ## Prerequisites -This tutorial assumes that you have already created a {% data variables.product.prodname_github_app %}. For more information about creating an app, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." +This tutorial assumes that you have already created a {% data variables.product.prodname_github_app %}. For more information about creating an app, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." Before following this tutorial, you must enable device flow for your app. For more information about enabling device flow for your app, see "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)." @@ -183,7 +183,7 @@ These steps lead you through building a CLI and using device flow to get a user def help puts "usage: app_cli " end - + def main case ARGV[0] when "help" @@ -238,7 +238,7 @@ The `login` command will run the device flow to get a user access token. For mor uri = URI("{% data variables.product.oauth_host_code %}/login/device/code") parameters = URI.encode_www_form("client_id" => CLIENT_ID) headers = {"Accept" => "application/json"} - + response = Net::HTTP.post(uri, parameters, headers) parse_response(response) end @@ -264,11 +264,11 @@ The `login` command will run the device flow to get a user access token. For mor ```ruby{:copy} def poll_for_token(device_code, interval) - + loop do response = request_token(device_code) error, access_token = response.values_at("error", "access_token") - + if error case error when "authorization_pending" @@ -294,12 +294,12 @@ The `login` command will run the device flow to get a user access token. For mor exit 1 end end - + File.write("./.token", access_token) - + # Set the file permissions so that only the file owner can read or modify the file FileUtils.chmod(0600, "./.token") - + break end end @@ -317,12 +317,12 @@ The `login` command will run the device flow to get a user access token. For mor ```ruby{:copy} def login verification_uri, user_code, device_code, interval = request_device_code.values_at("verification_uri", "user_code", "device_code", "interval") - + puts "Please visit: #{verification_uri}" puts "and enter code: #{user_code}" - + poll_for_token(device_code, interval) - + puts "Successfully authenticated!" end ``` @@ -358,18 +358,18 @@ The `login` command will run the device flow to get a user access token. For mor ```ruby{:copy} #!/usr/bin/env ruby - + require "net/http" require "json" require "uri" require "fileutils" - + CLIENT_ID="YOUR_CLIENT_ID" - + def help puts "usage: app_cli " end - + def main case ARGV[0] when "help" @@ -382,7 +382,7 @@ The `login` command will run the device flow to get a user access token. For mor puts "Unknown command #{ARGV[0]}" end end - + def parse_response(response) case response when Net::HTTPOK, Net::HTTPCreated @@ -393,16 +393,16 @@ The `login` command will run the device flow to get a user access token. For mor exit 1 end end - + def request_device_code uri = URI("{% data variables.product.oauth_host_code %}/login/device/code") parameters = URI.encode_www_form("client_id" => CLIENT_ID) headers = {"Accept" => "application/json"} - + response = Net::HTTP.post(uri, parameters, headers) parse_response(response) end - + def request_token(device_code) uri = URI("{% data variables.product.oauth_host_code %}/login/oauth/access_token") parameters = URI.encode_www_form({ @@ -414,13 +414,13 @@ The `login` command will run the device flow to get a user access token. For mor response = Net::HTTP.post(uri, parameters, headers) parse_response(response) end - + def poll_for_token(device_code, interval) - + loop do response = request_token(device_code) error, access_token = response.values_at("error", "access_token") - + if error case error when "authorization_pending" @@ -446,27 +446,27 @@ The `login` command will run the device flow to get a user access token. For mor exit 1 end end - + File.write("./.token", access_token) - + # Set the file permissions so that only the file owner can read or modify the file FileUtils.chmod(0600, "./.token") - + break end end - + def login verification_uri, user_code, device_code, interval = request_device_code.values_at("verification_uri", "user_code", "device_code", "interval") - + puts "Please visit: #{verification_uri}" puts "and enter code: #{user_code}" - + poll_for_token(device_code, interval) - + puts "Successfully authenticated!" end - + main ``` @@ -501,10 +501,10 @@ Now that your app can generate a user access token, you can make API requests on response = Net::HTTP.start(uri.host, uri.port, use_ssl: true) do |http| body = {"access_token" => token}.to_json headers = {"Accept" => "application/vnd.github+json", "Authorization" => "Bearer #{token}"} - + http.send_request("GET", uri.path, body, headers) end - + parsed_response = parse_response(response) puts "You are #{parsed_response["login"]}" end @@ -561,18 +561,18 @@ This is the full code example that was outlined in the previous section. Replace ```ruby{:copy} #!/usr/bin/env ruby - + require "net/http" require "json" require "uri" require "fileutils" - + CLIENT_ID="YOUR_CLIENT_ID" - + def help puts "usage: app_cli " end - + def main case ARGV[0] when "help" @@ -585,7 +585,7 @@ This is the full code example that was outlined in the previous section. Replace puts "Unknown command #{ARGV[0]}" end end - + def parse_response(response) case response when Net::HTTPOK, Net::HTTPCreated @@ -599,16 +599,16 @@ This is the full code example that was outlined in the previous section. Replace exit 1 end end - + def request_device_code uri = URI("{% data variables.product.oauth_host_code %}/login/device/code") parameters = URI.encode_www_form("client_id" => CLIENT_ID) headers = {"Accept" => "application/json"} - + response = Net::HTTP.post(uri, parameters, headers) parse_response(response) end - + def request_token(device_code) uri = URI("{% data variables.product.oauth_host_code %}/login/oauth/access_token") parameters = URI.encode_www_form({ @@ -620,13 +620,13 @@ This is the full code example that was outlined in the previous section. Replace response = Net::HTTP.post(uri, parameters, headers) parse_response(response) end - + def poll_for_token(device_code, interval) - + loop do response = request_token(device_code) error, access_token = response.values_at("error", "access_token") - + if error case error when "authorization_pending" @@ -652,24 +652,24 @@ This is the full code example that was outlined in the previous section. Replace exit 1 end end - + File.write("./.token", access_token) - + # Set the file permissions so that only the file owner can read or modify the file FileUtils.chmod(0600, "./.token") - + break end end - + def login verification_uri, user_code, device_code, interval = request_device_code.values_at("verification_uri", "user_code", "device_code", "interval") - + puts "Please visit: #{verification_uri}" puts "and enter code: #{user_code}" - + poll_for_token(device_code, interval) - + puts "Successfully authenticated!" end @@ -686,14 +686,14 @@ This is the full code example that was outlined in the previous section. Replace response = Net::HTTP.start(uri.host, uri.port, use_ssl: true) do |http| body = {"access_token" => token}.to_json headers = {"Accept" => "application/vnd.github+json", "Authorization" => "Bearer #{token}"} - + http.send_request("GET", uri.path, body, headers) end - + parsed_response = parse_response(response) puts "You are #{parsed_response["login"]}" end - + main ``` @@ -741,7 +741,7 @@ This tutorial assumes that your app code is stored in a file named `app_cli.rb`. ### Adjust the code to meet your app's needs -This tutorial demonstrated how to write a CLI that uses the device flow to generate a user access token. You can expand this CLI to accept additional commands. For example, you can add a `create-issue` command that opens an issue. Remember to update your app's permissions if your app needs additional permissions for the API requests that you want to make. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/setting-permissions-for-github-apps)." +This tutorial demonstrated how to write a CLI that uses the device flow to generate a user access token. You can expand this CLI to accept additional commands. For example, you can add a `create-issue` command that opens an issue. Remember to update your app's permissions if your app needs additional permissions for the API requests that you want to make. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app)." ### Securely store tokens diff --git a/content/apps/creating-github-apps/guides/building-a-login-with-github-button-with-a-github-app.md b/content/apps/creating-github-apps/guides/building-a-login-with-github-button-with-a-github-app.md index ede121d63b..bca2c84dfe 100644 --- a/content/apps/creating-github-apps/guides/building-a-login-with-github-button-with-a-github-app.md +++ b/content/apps/creating-github-apps/guides/building-a-login-with-github-button-with-a-github-app.md @@ -27,9 +27,9 @@ There are two ways to generate a user access token for a {% data variables.produ ## Prerequisites -This tutorial assumes that you have already created a {% data variables.product.prodname_github_app %}. For more information about creating an app, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." +This tutorial assumes that you have already created a {% data variables.product.prodname_github_app %}. For more information about creating an app, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." -Before following this tutorial, you must set a callback URL for your app. This tutorial uses a local Sinatra server with the default URL of `http://localhost:4567`. For example, to work with the default URL for a local Sinatra application, your callback URL can be `http://localhost:4567/github/callback`. Once you are ready to deploy your app, you can change the callback URL to use your live server address. For more information about updating the callback URL for your app, see "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)" and "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url)." +Before following this tutorial, you must set a callback URL for your app. This tutorial uses a local Sinatra server with the default URL of `http://localhost:4567`. For example, to work with the default URL for a local Sinatra application, your callback URL can be `http://localhost:4567/github/callback`. Once you are ready to deploy your app, you can change the callback URL to use your live server address. For more information about updating the callback URL for your app, see "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)" and "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/about-the-user-authorization-callback-url)." This tutorial assumes that you have a basic understanding of Ruby and of the Ruby template system, ERB. For more information, see [Ruby](https://www.ruby-lang.org) and [ERB](https://github.com/ruby/erb). @@ -144,10 +144,10 @@ These steps lead you through writing code to generate a user access token. To sk require "dotenv/load" require "net/http" require "json" - + CLIENT_ID = ENV.fetch("CLIENT_ID") CLIENT_SECRET = ENV.fetch("CLIENT_SECRET") - + get "/" do link = 'Login with GitHub' erb link @@ -183,10 +183,10 @@ These steps lead you through writing code to generate a user access token. To sk require "dotenv/load" require "net/http" require "json" - + CLIENT_ID = ENV.fetch("CLIENT_ID") CLIENT_SECRET = ENV.fetch("CLIENT_SECRET") - + def parse_response(response) case response when Net::HTTPOK @@ -197,7 +197,7 @@ These steps lead you through writing code to generate a user access token. To sk {} end end - + def exchange_code(code) params = { "client_id" => CLIENT_ID, @@ -209,23 +209,23 @@ These steps lead you through writing code to generate a user access token. To sk URI.encode_www_form(params), {"Accept" => "application/json"} ) - + parse_response(result) end - + get "/" do link = 'Login with GitHub' erb link end - + get "CALLBACK_URL" do code = params["code"] - + token_data = exchange_code(code) - + if token_data.key?("access_token") token = token_data["access_token"] - + render = "Successfully authorized! Got code #{code} and exchanged it for a user access token ending in #{token[-9..-1]}." erb render else @@ -250,16 +250,16 @@ These steps lead you through writing code to generate a user access token. To sk ```ruby{:copy} def user_info(token) uri = URI("{% data variables.product.api_url_code %}/user") - + result = Net::HTTP.start(uri.host, uri.port, use_ssl: true) do |http| body = {"access_token" => token}.to_json - + auth = "Bearer #{token}" headers = {"Accept" => "application/json", "Content-Type" => "application/json", "Authorization" => auth} - + http.send_request("GET", uri.path, body, headers) end - + parse_response(result) end ``` @@ -269,16 +269,16 @@ These steps lead you through writing code to generate a user access token. To sk ```ruby{:copy} get "CALLBACK_URL" do code = params["code"] - + token_data = exchange_code(code) - + if token_data.key?("access_token") token = token_data["access_token"] - + user_info = user_info(token) handle = user_info["login"] name = user_info["name"] - + render = "Successfully authorized! Welcome, #{name} (#{handle})." erb render else @@ -397,7 +397,7 @@ For example, you can store the secret in an environment variable on the server w ### Update the callback URL for deployment -This tutorial used a callback URL starting with `http://localhost:4567`. However, `http://localhost:4567` is only available locally to your computer when you start the Sinatra server. Before you deploy your app, you should update the callback URL to use the callback URL that you use in production. For more information about updating the callback URL for your app, see "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)" and "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url)." +This tutorial used a callback URL starting with `http://localhost:4567`. However, `http://localhost:4567` is only available locally to your computer when you start the Sinatra server. Before you deploy your app, you should update the callback URL to use the callback URL that you use in production. For more information about updating the callback URL for your app, see "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)" and "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/about-the-user-authorization-callback-url)." ### Handle multiple callback URLs @@ -415,7 +415,7 @@ Unlike a traditional OAuth token, the user access token does not use scopes so y ### Adjust the code to meet your app's needs -This tutorial demonstrated how to display information about the authenticated user, but you can adjust this code to take other actions. Remember to update your app's permissions if your app needs additional permissions for the API requests that you want to make. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/setting-permissions-for-github-apps)." +This tutorial demonstrated how to display information about the authenticated user, but you can adjust this code to take other actions. Remember to update your app's permissions if your app needs additional permissions for the API requests that you want to make. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." This tutorial stored all of the code into a single file, but you may want to move functions and components into separate files. diff --git a/content/apps/creating-github-apps/guides/creating-ci-tests-with-the-checks-api.md b/content/apps/creating-github-apps/guides/creating-ci-tests-with-the-checks-api.md index 180ede6232..20a76c90c8 100644 --- a/content/apps/creating-github-apps/guides/creating-ci-tests-with-the-checks-api.md +++ b/content/apps/creating-github-apps/guides/creating-ci-tests-with-the-checks-api.md @@ -135,7 +135,7 @@ The `requested` action requests a check run each time code is pushed to the repo You'll add this new method as a [Sinatra helper](https://github.com/sinatra/sinatra#helpers) in case you want other routes to use it too. Under `helpers do`, add this `create_check_run` method: ``` ruby -# Create a new check run with the status queued +# Create a new check run with status "queued" def create_check_run @installation_client.create_check_run( # [String, Integer, Hash, Octokit Repository object] A GitHub repository. diff --git a/content/apps/creating-github-apps/guides/migrating-oauth-apps-to-github-apps.md b/content/apps/creating-github-apps/guides/migrating-oauth-apps-to-github-apps.md index 8f43ac6ccd..9ad250c013 100644 --- a/content/apps/creating-github-apps/guides/migrating-oauth-apps-to-github-apps.md +++ b/content/apps/creating-github-apps/guides/migrating-oauth-apps-to-github-apps.md @@ -20,13 +20,13 @@ This article provides guidelines for existing integrators who are considering mi [GitHub Apps](/apps) are the officially recommended way to integrate with GitHub because they offer many advantages over a pure OAuth-based integration: -- [Fine-grained permissions](/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps#requesting-permission-levels-for-resources) target the specific information a GitHub App can access, allowing the app to be more widely used by people and organizations with security policies than OAuth Apps, which cannot be limited by permissions. -- [Short-lived tokens](/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps#token-based-identification) provide a more secure authentication method over OAuth tokens. An OAuth token does not expire until the person who authorized the OAuth App revokes the token. GitHub Apps use tokens that expire quickly, creating a much smaller window of time for compromised tokens to be in use. -- [Built-in, centralized webhooks](/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps#webhooks) receive events for all repositories and organizations the app can access. Conversely, OAuth Apps require configuring a webhook for each repository and organization accessible to the user. -- [Bot accounts](/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts) don't consume a {% data variables.product.product_name %} seat and remain installed even when the person who initially installed the app leaves the organization. +- [Fine-grained permissions](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#requesting-permission-levels-for-resources) target the specific information a GitHub App can access, allowing the app to be more widely used by people and organizations with security policies than OAuth Apps, which cannot be limited by permissions. +- [Short-lived tokens](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#token-based-identification) provide a more secure authentication method over OAuth tokens. An OAuth token does not expire until the person who authorized the OAuth App revokes the token. GitHub Apps use tokens that expire quickly, creating a much smaller window of time for compromised tokens to be in use. +- [Built-in, centralized webhooks](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#webhooks) receive events for all repositories and organizations the app can access. Conversely, OAuth Apps require configuring a webhook for each repository and organization accessible to the user. +- [Bot accounts](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts) don't consume a {% data variables.product.product_name %} seat and remain installed even when the person who initially installed the app leaves the organization. - Built-in support for OAuth is still available to GitHub Apps using [endpoints with a user access token](/apps/creating-github-apps/authenticating-with-a-github-app/identifying-and-authorizing-users-for-github-apps). -- Dedicated [API rate limits](/apps/creating-github-apps/creating-github-apps/rate-limits-for-github-apps) for bot accounts scale with your integration. -- Repository owners can [install GitHub Apps](/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps#who-can-install-github-apps-and-authorize-oauth-apps) on organization repositories. If a GitHub App's configuration has permissions that request an organization's resources, the org owner must approve the installation. +- Dedicated [API rate limits](/apps/creating-github-apps/setting-up-a-github-app/rate-limits-for-github-apps) for bot accounts scale with your integration. +- Repository owners can [install GitHub Apps](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#who-can-install-github-apps-and-authorize-oauth-apps) on organization repositories. If a GitHub App's configuration has permissions that request an organization's resources, the org owner must approve the installation. - Open Source community support is available through [Octokit libraries](/rest/overview/libraries) and other frameworks such as [Probot](https://probot.github.io/). - Integrators building GitHub Apps have opportunities to adopt earlier access to APIs. @@ -53,11 +53,11 @@ We recommend reviewing the list of API endpoints you need as early as possible. ### Design to stay within API rate limits -GitHub Apps use [sliding rules for rate limits](/apps/creating-github-apps/creating-github-apps/rate-limits-for-github-apps), which can increase based on the number of repositories and users in the organization. A GitHub App can also make use of [conditional requests](/rest/overview/resources-in-the-rest-api#conditional-requests) or consolidate requests by using the [GraphQL API](/graphql). +GitHub Apps use [sliding rules for rate limits](/apps/creating-github-apps/setting-up-a-github-app/rate-limits-for-github-apps), which can increase based on the number of repositories and users in the organization. A GitHub App can also make use of [conditional requests](/rest/overview/resources-in-the-rest-api#conditional-requests) or consolidate requests by using the [GraphQL API](/graphql). ### Register a new GitHub App -Once you've decided to make the switch to GitHub Apps, you'll need to [create a new GitHub App](/apps/creating-github-apps/creating-github-apps). +Once you've decided to make the switch to GitHub Apps, you'll need to [create a new GitHub App](/apps/creating-github-apps/setting-up-a-github-app). ### Determine the permissions your app requires diff --git a/content/apps/creating-github-apps/guides/setting-up-your-development-environment-to-create-a-github-app.md b/content/apps/creating-github-apps/guides/setting-up-your-development-environment-to-create-a-github-app.md index 705342d0b3..cb242bb4ba 100644 --- a/content/apps/creating-github-apps/guides/setting-up-your-development-environment-to-create-a-github-app.md +++ b/content/apps/creating-github-apps/guides/setting-up-your-development-environment-to-create-a-github-app.md @@ -38,7 +38,7 @@ Here are the steps you'll take to configure the template GitHub App: You may find it helpful to have a basic understanding of the following: -* [GitHub Apps](/apps/creating-github-apps/creating-github-apps/about-apps) +* [GitHub Apps](/apps/creating-github-apps/setting-up-a-github-app/about-creating-github-apps) * [Webhooks](/webhooks-and-events/webhooks/about-webhooks) * [The Ruby programming language](https://www.ruby-lang.org/en/) * [REST APIs](/rest) @@ -93,7 +93,7 @@ We recommend leaving this Terminal window open and keeping Smee connected while If you don't yet have a GitHub account, now is a [great time to join](https://github.com/join). Don't forget to verify your email before continuing! To register a new app, visit the [app settings page](https://github.com/settings/apps) in your GitHub profile, and click **New GitHub App**. -You'll see a form where you can enter details about your app. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)" for general information about the fields on this page. For the purposes of this guide, you'll need to enter specific data in a few fields: +You'll see a form where you can enter details about your app. See "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)" for general information about the fields on this page. For the purposes of this guide, you'll need to enter specific data in a few fields: {% note %} diff --git a/content/apps/creating-github-apps/guides/using-the-github-api-in-your-app.md b/content/apps/creating-github-apps/guides/using-the-github-api-in-your-app.md index c1c8b30cf9..e7480652c7 100644 --- a/content/apps/creating-github-apps/guides/using-the-github-api-in-your-app.md +++ b/content/apps/creating-github-apps/guides/using-the-github-api-in-your-app.md @@ -32,7 +32,7 @@ Once you've worked through the steps, you'll be ready to develop other kinds of You may find it helpful to have a basic understanding of the following: -* [GitHub Apps](/apps/creating-github-apps/creating-github-apps/about-apps) +* [GitHub Apps](/apps/creating-github-apps/setting-up-a-github-app/about-creating-github-apps) * [Webhooks](/webhooks-and-events/webhooks/about-webhooks) * [The Ruby programming language](https://www.ruby-lang.org/en/) * [REST APIs](/rest) @@ -190,7 +190,7 @@ You won't see much in the Terminal, _but_ you should see that a bot user has add {% note %} -**Note:** When GitHub Apps take actions via the API, such as adding labels, GitHub shows these actions as being performed by _bot_ accounts. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts)." +**Note:** When GitHub Apps take actions via the API, such as adding labels, GitHub shows these actions as being performed by _bot_ accounts. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts)." {% endnote %} diff --git a/content/apps/creating-github-apps/index.md b/content/apps/creating-github-apps/index.md index ed0f395b87..6033218c96 100644 --- a/content/apps/creating-github-apps/index.md +++ b/content/apps/creating-github-apps/index.md @@ -9,7 +9,7 @@ versions: topics: - GitHub Apps children: - - /creating-github-apps + - /setting-up-a-github-app - /authenticating-with-a-github-app - /guides redirect_from: diff --git a/content/apps/creating-github-apps/setting-up-a-github-app/about-creating-github-apps.md b/content/apps/creating-github-apps/setting-up-a-github-app/about-creating-github-apps.md new file mode 100644 index 0000000000..5b85b7654c --- /dev/null +++ b/content/apps/creating-github-apps/setting-up-a-github-app/about-creating-github-apps.md @@ -0,0 +1,103 @@ +--- +title: About creating GitHub Apps +intro: "{% data variables.product.prodname_github_app %}s let you build integrations to automate processes and extend {% data variables.product.company_short %}'s functionality." +versions: + fpt: '*' + ghes: '*' + ghae: '*' + ghec: '*' +redirect_from: + - /apps/creating-github-apps/creating-github-apps/about-apps + - /apps/building-integrations/setting-up-a-new-integration + - /apps/building-integrations + - /apps/getting-started-with-building-apps + - /apps/about-apps + - /developers/apps/about-apps + - /developers/apps/getting-started-with-apps/about-apps +topics: + - GitHub Apps +--- + +## About {% data variables.product.prodname_github_apps %} + +A {% data variables.product.prodname_github_app %} is a type of integration that you can build to interact with and extend the functionality of {% data variables.product.company_short %}. You can build a {% data variables.product.prodname_github_app %} to provide flexibility and reduce friction in your processes, without needing to sign in a user or create a service account. + +Common use cases for {% data variables.product.prodname_github_apps %} include: +- Automating tasks or background processes +- Supporting "Sign in with GitHub," which allows users to sign in with their {% data variables.product.prodname_dotcom %} account to provide their identity in your ecosystem +- As a developer tool, allowing users to work with {% data variables.product.prodname_dotcom %} by signing into your {% data variables.product.prodname_github_app %}, which can then act on their behalf +- Integrating your tool or external service with {% data variables.product.company_short %} + +{% data variables.product.prodname_github_apps %} are independent actors within {% data variables.product.prodname_dotcom %}. A {% data variables.product.prodname_github_app %} acts on its own behalf, which means that you don't need to maintain a bot or service account as a separate user. They can also authenticate as a user and act on the user's behalf, using the permissions granted to it. + +A user or organization can own up to 100 {% data variables.product.prodname_github_apps %}, but there is no limit to how many can be installed on an account. + +If you want your app to respond to events on {% data variables.product.prodname_dotcom %}, your app should subscribe to webhooks. For example, you may want your app to leave a comment when a pull request is opened. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/using-webhooks-with-github-apps)." + +During development, you can run your app locally for development. Once the app is ready for production use, you should deploy your app to a dedicated server. For example, you can use [Azure App Service](https://azure.microsoft.com/products/app-service/). + +### Permissions and visibility for {% data variables.product.prodname_github_apps %} + +{% data variables.product.prodname_github_apps %} can be installed directly on organizations and personal accounts and granted access to specific repositories. They come with built-in webhooks and narrow, specific permissions. When you set up your {% data variables.product.prodname_github_app %}, you can select specific permissions for the app. These permissions determine what the app can do via the {% data variables.product.prodname_dotcom %} API, what they can do on behalf of a signed in user, and what webhooks the app can receive. When the app is then installed on a user or organization account, the person who installs the app decides what repositories the app can access under that account. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app)." + +{% data reusables.apps.app_manager_role %} + +You can set the visibility of your app to control who can install it. You can make it public so that other {% data variables.product.prodname_dotcom %} users or organizations can install the app, or private so that you can only install it on the account that owns the app. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private)." + +## When to use {% data variables.product.prodname_github_apps %} + +When building an integration, you should consider using a {% data variables.product.prodname_github_app %} in the following scenarios instead of an {% data variables.product.prodname_oauth_app %}, {% data variables.product.pat_generic%}, or {% data variables.product.prodname_actions %}. + +### Using a {% data variables.product.prodname_github_app %} instead of an {% data variables.product.prodname_oauth_app %} + +You should always favor building a {% data variables.product.prodname_github_app %} over an {% data variables.product.prodname_oauth_app %}. {% data variables.product.prodname_github_apps %} provide more granular control over the app's access and permissions. Administrators benefit too, because they get better control and visibility into what your application can do in their organization. + +For information on how to migrate an {% data variables.product.prodname_oauth_app %} to a {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/apps/creating-github-apps/guides/migrating-oauth-apps-to-github-apps)." + +### Choosing between a {% data variables.product.prodname_github_app %} or a {% data variables.product.pat_generic %} + + If you want to access {% data variables.product.prodname_dotcom %} resources on behalf of a user or in an organization, or you anticipate a long-lived integration, we recommend building a {% data variables.product.prodname_github_app %}. + + You can use {% data variables.product.pat_generic_plural %} for API testing or short-lived scripts. It is important to note that since a {% data variables.product.pat_generic %} is associated to a user, your automation could break if the user no longer has access to the resources you need. A {% data variables.product.prodname_github_app %} installed in an organization is not dependent on a user. + +{% data variables.product.company_short %} supports two types of {% data variables.product.pat_generic_plural %}, but recommends that you use {% data variables.product.pat_v2 %}s instead of {% data variables.product.pat_v1_plural %} whenever possible. For more information about {% data variables.product.pat_generic_plural %}, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#types-of-personal-access-tokens)." + +### Choosing between a {% data variables.product.prodname_github_app %} or {% data variables.product.prodname_actions %} + +{% data variables.product.prodname_github_apps %} and {% data variables.product.prodname_actions %} both provide ways to build automation and workflow tools. + +{% data variables.product.prodname_actions %} provide automation that can perform jobs like continuous integration, deployment tasks, and project management in a repository. They run directly on {% data variables.product.prodname_dotcom %}-hosted runner machines or self-hosted runners that your administrator sets up. {% data variables.product.prodname_actions %} do not run persistently. They run in response to events that occur in their repository, and only have access to the resources of the repository that they are set up for. However, they can be shared across repositories and organizations, allowing developers to reuse and modify existing actions to meet their needs. {% data variables.product.prodname_actions %} also come with built-in secret management, which you can use to securely interact with third-party services and manage deploy keys safely. + +{% data variables.product.prodname_github_apps %} run persistently on a server or compute infrastructure that you provide, and they react to webhook events as well as events from outside the {% data variables.product.prodname_dotcom %} ecosystem. They are a good option for operations that span multiple repositories or organizations, or for providing hosted services to other organizations. A {% data variables.product.prodname_github_app %} is the best choice when building a tool with functions that occur primarily outside of {% data variables.product.prodname_dotcom %} or require more time than what an action is allotted for execution. + +For more information about comparing {% data variables.product.prodname_actions %} to {% data variables.product.prodname_github_apps %}, see "[AUTOTITLE](/actions/creating-actions/about-custom-actions#comparing-github-actions-to-github-apps)." + +{% ifversion projects-v2 %}You can use a {% data variables.product.prodname_github_app %} to authenticate in a {% data variables.product.prodname_actions %} +workflow if the built in `GITHUB_TOKEN` does not have sufficient permissions. For an example workflow that authenticates with a {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions#example-workflow-authenticating-with-a-github-app)."{% endif %} + +## Understanding what type of {% data variables.product.prodname_github_app %} to build + +There are multiple ways to design a {% data variables.product.prodname_github_app %} that you will want to consider, based on the functionality you want the app to have. + +### {% data variables.product.prodname_github_apps %} that act on behalf of a user + +If you want your app to take actions on behalf of a user, you should use a user access token for authentication. This type of request is sometimes called "user-to-server," and it means that the app will be limited by the permissions that have been given to the app as well as the user's permission. With this pattern, the user must authorize the app before the app can take action. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-a-github-app-on-behalf-of-a-user)." + +Some examples of automations you could create with a {% data variables.product.prodname_github_app %}, where the app acts on a user's behalf, include: +- A {% data variables.product.prodname_github_app %} that uses {% data variables.product.prodname_dotcom %} as an identity provider for your ecosystem +- A {% data variables.product.prodname_github_app %} that adds a service on top of {% data variables.product.prodname_dotcom_the_website %} that might be useful to a {% data variables.product.prodname_dotcom %} user. You can share the app with other developers via {% data variables.product.prodname_marketplace %} or by making the app public + +### {% data variables.product.prodname_github_apps %} that act on their own behalf + +If you want your app to take actions on behalf of itself, rather than a user, you should use an installation access token for authentication. This type of request is sometimes called "server-to-server," and it means that the app will be limited by the permissions that have been given to the app. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation)." + +Some examples of automations you could create with a {% data variables.product.prodname_github_app %}, where the app acts on its own behalf, include: +- A {% data variables.product.prodname_github_app %} that uses webhooks to react to an event given a certain set of criteria. {% ifversion pat-v2 %}For example, you could create an automation around the REST API endpoints for [reviewing requests for {% data variables.product.pat_v2 %}](/rest/orgs/personal-access-tokens?apiVersion=2022-11-28#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens) that approves a request given a certain policy{% else %}For example, you could create an automation that uses [the REST API endpoints for labels](/rest/issues/labels) to add a label to each new issue created in a repository, given a certain set of criteria{% endif %} +- A {% data variables.product.prodname_github_app %} that helps repository contributors. For example, the app could post helpful resources after a contributor creates a pull request or makes a comment +- A {% data variables.product.prodname_github_app %} that generates short-lived tokens to give to other CI/CD tools, or to pull information from a repository + +## Further reading + +- "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)" +- "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app)" +- [Guides on building GitHub Apps](/apps/creating-github-apps/guides) diff --git a/content/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url.md b/content/apps/creating-github-apps/setting-up-a-github-app/about-the-user-authorization-callback-url.md similarity index 85% rename from content/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url.md rename to content/apps/creating-github-apps/setting-up-a-github-app/about-the-user-authorization-callback-url.md index 1f333e9acd..54fdf80e34 100644 --- a/content/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/about-the-user-authorization-callback-url.md @@ -9,6 +9,8 @@ versions: topics: - GitHub Apps shortTitle: Callback URL +redirect_from: + - /apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url --- When you create a {% data variables.product.prodname_github_app %}, you can specify a callback URL. When you use the web application flow to generate a user access token in order to act on behalf of a user, users will be redirected to the callback URL after they authorize the app. @@ -17,4 +19,4 @@ You can specify up to 10 callback URLs. If you specify multiple callback URLs, y The callback URL is different from the setup URL. Users are redirected to the setup URL after they install an app. Users are redirected to the callback URL when they authorize an app via the web application flow. -For more information about generating user access tokens, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)". For more information about creating a {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." +For more information about generating user access tokens, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)". For more information about creating a {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." diff --git a/content/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app.md b/content/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app.md similarity index 94% rename from content/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app.md rename to content/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app.md index fbd2a74bf4..e2c869e9ac 100644 --- a/content/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app.md @@ -9,6 +9,7 @@ redirect_from: - /developers/apps/setting-permissions-for-github-apps - /developers/apps/building-github-apps/setting-permissions-for-github-apps - /apps/creating-github-apps/creating-github-apps/setting-permissions-for-github-apps + - /apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app versions: fpt: '*' ghes: '*' @@ -30,7 +31,7 @@ You can modify the permissions for your app at any time. When you modify the per Some webhooks and API access requires "Administration" permissions. If your app requires "Administration" permissions, consider explaining this requirement on your app's homepage. This will help users understand why your app needs a high level permission. -For more information about specifying permissions during app creation, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." For more information about modifying permissions, see "[AUTOTITLE](/apps/maintaining-github-apps/editing-a-github-apps-permissions)." +For more information about specifying permissions during app creation, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." For more information about modifying permissions, see "[AUTOTITLE](/apps/maintaining-github-apps/editing-a-github-apps-permissions)." ## Choosing permissions for webhook access diff --git a/content/apps/creating-github-apps/creating-github-apps/creating-a-custom-badge-for-your-github-app.md b/content/apps/creating-github-apps/setting-up-a-github-app/creating-a-custom-badge-for-your-github-app.md similarity index 96% rename from content/apps/creating-github-apps/creating-github-apps/creating-a-custom-badge-for-your-github-app.md rename to content/apps/creating-github-apps/setting-up-a-github-app/creating-a-custom-badge-for-your-github-app.md index eb42a7194e..6cc7f8ed8a 100644 --- a/content/apps/creating-github-apps/creating-github-apps/creating-a-custom-badge-for-your-github-app.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/creating-a-custom-badge-for-your-github-app.md @@ -5,6 +5,7 @@ redirect_from: - /apps/building-github-apps/creating-custom-badges-for-github-apps - /developers/apps/creating-a-custom-badge-for-your-github-app - /developers/apps/building-github-apps/creating-a-custom-badge-for-your-github-app + - /apps/creating-github-apps/creating-github-apps/creating-a-custom-badge-for-your-github-app versions: fpt: '*' ghes: '*' diff --git a/content/apps/creating-github-apps/creating-github-apps/creating-a-github-app-from-a-manifest.md b/content/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app-from-a-manifest.md similarity index 97% rename from content/apps/creating-github-apps/creating-github-apps/creating-a-github-app-from-a-manifest.md rename to content/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app-from-a-manifest.md index f5ac21fb52..313711c7ba 100644 --- a/content/apps/creating-github-apps/creating-github-apps/creating-a-github-app-from-a-manifest.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app-from-a-manifest.md @@ -5,6 +5,7 @@ redirect_from: - /apps/building-github-apps/creating-github-apps-from-a-manifest - /developers/apps/creating-a-github-app-from-a-manifest - /developers/apps/building-github-apps/creating-a-github-app-from-a-manifest + - /apps/creating-github-apps/creating-github-apps/creating-a-github-app-from-a-manifest versions: fpt: '*' ghes: '*' @@ -30,7 +31,7 @@ Here are some scenarios where you might use GitHub App Manifests to create preco ## Implementing the GitHub App Manifest flow -The GitHub App Manifest flow uses a handshaking process similar to the [OAuth flow](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps). The flow uses a manifest to [register a GitHub App](/apps/creating-github-apps/creating-github-apps/creating-a-github-app) and receives a temporary `code` used to retrieve the app's private key, webhook secret, and ID. +The GitHub App Manifest flow uses a handshaking process similar to the [OAuth flow](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps). The flow uses a manifest to [register a GitHub App](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app) and receives a temporary `code` used to retrieve the app's private key, webhook secret, and ID. {% note %} diff --git a/content/apps/creating-github-apps/creating-github-apps/creating-a-github-app-using-url-parameters.md b/content/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app-using-url-parameters.md similarity index 95% rename from content/apps/creating-github-apps/creating-github-apps/creating-a-github-app-using-url-parameters.md rename to content/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app-using-url-parameters.md index 2c86baa82b..f8bbe5ee09 100644 --- a/content/apps/creating-github-apps/creating-github-apps/creating-a-github-app-using-url-parameters.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app-using-url-parameters.md @@ -5,6 +5,7 @@ redirect_from: - /apps/building-github-apps/creating-github-apps-using-url-parameters - /developers/apps/creating-a-github-app-using-url-parameters - /developers/apps/building-github-apps/creating-a-github-app-using-url-parameters + - /apps/creating-github-apps/creating-github-apps/creating-a-github-app-using-url-parameters versions: fpt: '*' ghes: '*' @@ -20,7 +21,7 @@ You can use URL parameters to preselect the configuration settings of a new {% d This approach is useful for integrators who want customers to set up an app on their personal account or organization with certain specifications, or for customers using {% data variables.product.prodname_ghe_server %} who aren't able to install apps from the {% data variables.product.prodname_marketplace %}. -Alternatively, you can create a {% data variables.product.prodname_github_app %} manifest. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app-from-a-manifest)." +Alternatively, you can create a {% data variables.product.prodname_github_app %} manifest. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app-from-a-manifest)." ## Creating a custom configuration URL with query parameters @@ -46,7 +47,7 @@ Parameter name | Type | Description `name` | `string` | The name of the {% data variables.product.prodname_github_app %}. Give your app a clear and succinct name. Your app cannot have the same name as an existing GitHub user, unless it is your own user or organization name. A slugged version of your app's name will be shown in the user interface when your integration takes an action. `description` | `string` | A description of the {% data variables.product.prodname_github_app %}. `url` | `string` | The full URL of your {% data variables.product.prodname_github_app %}'s website homepage. -`callback_urls` | `array of strings` | A full URL to redirect to after someone authorizes an installation. You can provide up to 10 callback URLs. These URLs are used if your app needs to generate a user access token. For example, `callback_urls[]=https://example.com&callback_urls[]=https://example-2.com`. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url)." +`callback_urls` | `array of strings` | A full URL to redirect to after someone authorizes an installation. You can provide up to 10 callback URLs. These URLs are used if your app needs to generate a user access token. For example, `callback_urls[]=https://example.com&callback_urls[]=https://example-2.com`. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/about-the-user-authorization-callback-url)." `request_oauth_on_install` | `boolean` | If your app authorizes users using the OAuth flow, you can set this option to `true` to allow people to authorize the app when they install it, saving a step. If you select this option, the `setup_url` becomes unavailable and users will be redirected to your `callback_url` after installing the app. `setup_url` | `string` | The full URL to redirect to after someone installs the {% data variables.product.prodname_github_app %} if the app requires additional setup after installation. `setup_on_update` | `boolean` | Set to `true` to redirect people to the setup URL when installations have been updated, for example, after repositories are added or removed. @@ -64,7 +65,7 @@ You can use query parameters to select the permissions for the {% data variables For example, to select "Read & write" permissions in the user interface for `contents`, your query string would include `contents=write`. To select "Read-only" permissions in the user interface for `blocking`, your query string would include `blocking=read`. To select "No access" in the user interface for `checks`, your query string would not include the `checks` permission. -For more information about permissions and {% data variables.product.prodname_github_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/setting-permissions-for-github-apps)." +For more information about permissions and {% data variables.product.prodname_github_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app)." ## {% data variables.product.prodname_github_app %} webhook events @@ -76,4 +77,4 @@ For example, to subscribe a {% data variables.product.prodname_github_app %} to You cannot use query parameters to set the value of a webhook secret. If an app requires a secret to secure its webhook, the value of the secret must be set in the {% data variables.product.company_short %} UI by the person creating the app. -For more information about webhooks and {% data variables.product.prodname_github_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)." +For more information about webhooks and {% data variables.product.prodname_github_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/using-webhooks-with-github-apps)." diff --git a/content/apps/creating-github-apps/creating-github-apps/creating-a-github-app.md b/content/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app.md similarity index 81% rename from content/apps/creating-github-apps/creating-github-apps/creating-a-github-app.md rename to content/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app.md index 7b2479ccbd..c75512ca15 100644 --- a/content/apps/creating-github-apps/creating-github-apps/creating-a-github-app.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app.md @@ -7,6 +7,7 @@ redirect_from: - /apps/building-github-apps/creating-a-github-app - /developers/apps/creating-a-github-app - /developers/apps/building-github-apps/creating-a-github-app + - /apps/creating-github-apps/creating-github-apps/creating-a-github-app versions: fpt: '*' ghes: '*' @@ -40,19 +41,23 @@ You can create a {% data variables.product.prodname_github_app %} owned by your If your app does not need to act on behalf of a user (does not need to generate a user access token), this field will be ignored. If your app uses device flow instead of web application flow to generate a user access token, this field will be ignored. - For more information about the callback URL, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url)." For more information about generating a user access token to act on behalf of a user, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-a-github-app-on-behalf-of-a-user)" and "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)." + For more information about the callback URL, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/about-the-user-authorization-callback-url)." For more information about generating a user access token to act on behalf of a user, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-a-github-app-on-behalf-of-a-user)" and "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)." 1. Optionally, to prevent user access tokens from expiring, deselect **Expire user authorization tokens**. {% data variables.product.company_short %} strongly recommends that you leave this option selected. For more information about refreshing expired tokens and the benefits of user access tokens that expire, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens)." If your app does not need to generate a user access token, this field will be ignored. -1. Optionally, to prompt users to authorize your app when they install it, select **Request user authorization (OAuth) during installation**. If a user authorizes your app, your app can generate a user access token in order make API requests on the user's behalf and attribute app activity to the user. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-a-github-app-on-behalf-of-a-user)" and "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)." +1. Optionally, to prompt users to authorize your app when they install it, select **Request user authorization (OAuth) during installation**. If a user authorizes your app, your app can generate a user access token to make API requests on the user's behalf and attribute app activity to the user. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-a-github-app-on-behalf-of-a-user)" and "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)." 1. Optionally, if you want to use device flow to generate a user access token, select **Enable Device Flow**. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)." 1. Optionally, under "Setup URL", enter the URL to redirect users to after they install your app. If additional setup is required after installation, you can use this URL to tell users what steps to take after installation. If you selected **Request user authorization (OAuth) during installation** in an earlier step, you will not be able to enter a URL here. Users will instead be redirected to the Callback URL as part of the authorization flow, where you can describe additional setup. 1. Optionally, if you want to redirect users to the setup URL after they update an installation, select **Redirect on update**. An update includes adding or removing a repository for an installation. If "Setup URL" is blank, this will be ignored. -1. Optionally, if you do not want your app to receive webhook events, deselect **Active**. For example, if your app will only be used for authentication or does not need to respond to webhooks, deselect this option. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)." -1. If you selected **Active** in the previous step, under "Webhook URL", enter the URL that {% data variables.product.company_short %} should send webhook events to. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)." -1. Optionally, if you selected **Active** in the previous step, under "Webhook secret", enter a secret token to secure your webhooks. {% data variables.product.company_short %} highly recommends that you set a webhook secret. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)." +1. Optionally, if you do not want your app to receive webhook events, deselect **Active**. For example, if your app will only be used for authentication or does not need to respond to webhooks, deselect this option. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/using-webhooks-with-github-apps)." +1. If you selected **Active** in the previous step, under "Webhook URL", enter the URL that {% data variables.product.company_short %} should send webhook events to. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/using-webhooks-with-github-apps)." +1. Optionally, if you selected **Active** in the previous step, under "Webhook secret", enter a secret token to secure your webhooks. {% data variables.product.company_short %} highly recommends that you set a webhook secret. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/using-webhooks-with-github-apps)." 1. If you entered a webhook URL, under "SSL verification", select whether to enable SSL verification. {% data variables.product.company_short %} highly recommends that you enable SSL verification. -1. Under "Permissions", choose the permissions that your app needs. For each permission, select the dropdown menu and click **Read-only**, **Read & write**, or **No access**. You should select the minimum permissions necessary for your app. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." +1. Under "Permissions", choose the permissions that your app needs. For each permission, select the dropdown menu and click **Read-only**, **Read & write**, or **No access**. You should select the minimum permissions necessary for your app. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app)." 1. If you selected **Active** in the earlier step to indicate that your app should receive webhook events, under "Subscribe to events", select the webhook events that you want your app to receive. The permissions that you selected in the previous step determine what webhook events are available. For more information about each webhook event, see "[AUTOTITLE](/webhooks-and-events/webhooks/webhook-events-and-payloads)." -1. Under "Where can this GitHub App be installed?", select **Only on this account** or **Any account**. For more information on installation options, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private)." +1. Under "Where can this GitHub App be installed?", select **Only on this account** or **Any account**. For more information on installation options, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private)." 1. Click **Create GitHub App**. + +## Further reading + +- "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)" \ No newline at end of file diff --git a/content/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps.md b/content/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps.md similarity index 97% rename from content/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps.md rename to content/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps.md index 55f3ca5295..a93619736d 100644 --- a/content/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps.md @@ -7,6 +7,7 @@ redirect_from: - /apps/differences-between-apps - /developers/apps/differences-between-github-apps-and-oauth-apps - /developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps + - /apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps versions: fpt: '*' ghes: '*' @@ -65,7 +66,7 @@ An _authorized_ OAuth App has access to all of the user's or organization owner' | A GitHub App can request an installation access token by using a private key with a JSON web token format out-of-band. | An OAuth app can exchange a request token for an access token after a redirect via a web request. | | An installation token identifies the app as the GitHub Apps bot, such as @jenkins-bot. | An access token identifies the app as the user who granted the token to the app, such as @octocat. | | Installation access tokens expire after a predefined amount of time (currently 1 hour). | OAuth tokens remain active until they're revoked by the customer. | -| {% data variables.product.prodname_github_apps %} installed on organizations or repositories are subject to rate limits that scale with the number of installations. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/rate-limits-for-github-apps)." | OAuth tokens use the user's rate limit of {% ifversion fpt or ghec or ghes %}5,000{% elsif ghae %}15,000{% endif %} requests per hour. | +| {% data variables.product.prodname_github_apps %} installed on organizations or repositories are subject to rate limits that scale with the number of installations. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/rate-limits-for-github-apps)." | OAuth tokens use the user's rate limit of {% ifversion fpt or ghec or ghes %}5,000{% elsif ghae %}15,000{% endif %} requests per hour. | | Rate limit increases can be granted both at the GitHub Apps level (affecting all installations) and at the individual installation level. | Rate limit increases are granted per OAuth App. Every token granted to that OAuth App gets the increased limit. | | {% data variables.product.prodname_github_apps %} can authenticate on behalf of the user. The flow to authorize is the same as the {% data variables.product.prodname_oauth_app %} authorization flow. User access tokens can expire and be renewed with a refresh token. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens)" and "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/identifying-and-authorizing-users-for-github-apps)." | The OAuth flow used by {% data variables.product.prodname_oauth_apps %} authorizes an {% data variables.product.prodname_oauth_app %} on behalf of the user. This is the same flow used to generate a {% data variables.product.prodname_github_app %} user access token. | diff --git a/content/apps/creating-github-apps/creating-github-apps/index.md b/content/apps/creating-github-apps/setting-up-a-github-app/index.md similarity index 80% rename from content/apps/creating-github-apps/creating-github-apps/index.md rename to content/apps/creating-github-apps/setting-up-a-github-app/index.md index c0e3c454c0..ccfe3cbfe9 100644 --- a/content/apps/creating-github-apps/creating-github-apps/index.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/index.md @@ -1,5 +1,5 @@ --- -title: 'Creating {% data variables.product.prodname_github_apps %}' +title: 'Setting up a {% data variables.product.prodname_github_app %}' intro: 'Learn about building {% data variables.product.prodname_github_apps %}.' versions: fpt: '*' @@ -8,19 +8,19 @@ versions: ghec: '*' redirect_from: - /apps/building-github-apps + - /apps/creating-github-apps/creating-github-apps topics: - GitHub Apps children: - - /about-apps + - /about-creating-github-apps - /differences-between-github-apps-and-oauth-apps - /rate-limits-for-github-apps - /creating-a-github-app - - /using-webhooks-with-github-apps - /choosing-permissions-for-a-github-app + - /using-webhooks-with-github-apps - /making-a-github-app-public-or-private - /creating-a-github-app-from-a-manifest - /creating-a-github-app-using-url-parameters - /creating-a-custom-badge-for-your-github-app - /about-the-user-authorization-callback-url --- - diff --git a/content/apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private.md b/content/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private.md similarity index 84% rename from content/apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private.md rename to content/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private.md index 32c2383f46..c7c95be202 100644 --- a/content/apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private.md @@ -9,6 +9,7 @@ redirect_from: - /apps/managing-github-apps/making-a-github-app-public-or-private - /developers/apps/making-a-github-app-public-or-private - /developers/apps/managing-github-apps/making-a-github-app-public-or-private + - /apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private versions: fpt: '*' ghes: '*' @@ -33,13 +34,11 @@ If you want to make your app available to {% ifversion ghes %}other {% endif %}{ If it is important for {% ifversion ghes %}other {% endif %}{% data variables.product.prodname_ghe_server %} users to be able to use your tool, consider using {% data variables.product.prodname_actions %} instead of a {% data variables.product.prodname_github_app %}. Public actions are available on {% data variables.product.prodname_ghe_server %} instances with GitHub Connect. For more information, see "[AUTOTITLE](/github-ae@latest/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect)" and "[AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises)." -For information about changing the visibility of an existing {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)." +For information about changing the visibility of a {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)." ### Public installation flow -Public {% data variables.product.prodname_github_apps %} have a landing page with an **Install** button, so that other people can install the app in their repositories. If you don't want to use the default landing page, you can modify the "Public link" field on the settings page for your {% data variables.product.prodname_github_app %}. For more information, see "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)." - -{% ifversion fpt or ghec %}If your {% data variables.product.prodname_github_app %} is public to all users on {% data variables.product.prodname_dotcom_the_website %}, you can also choose to publish it to {% data variables.product.prodname_marketplace %}. For more information, see "[AUTOTITLE](/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace)."{% endif %} +Public {% data variables.product.prodname_github_apps %} have a landing page with an **Install** button, so that other people can install the app in their repositories. {% ifversion fpt or ghec %}If your {% data variables.product.prodname_github_app %} is public to all users on {% data variables.product.prodname_dotcom_the_website %}, you can also choose to publish it to {% data variables.product.prodname_marketplace %}. For more information, see "[AUTOTITLE](/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace)."{% endif %} ### Private installation flow diff --git a/content/apps/creating-github-apps/creating-github-apps/rate-limits-for-github-apps.md b/content/apps/creating-github-apps/setting-up-a-github-app/rate-limits-for-github-apps.md similarity index 98% rename from content/apps/creating-github-apps/creating-github-apps/rate-limits-for-github-apps.md rename to content/apps/creating-github-apps/setting-up-a-github-app/rate-limits-for-github-apps.md index 10bd70464a..73dc3b1d28 100644 --- a/content/apps/creating-github-apps/creating-github-apps/rate-limits-for-github-apps.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/rate-limits-for-github-apps.md @@ -8,6 +8,7 @@ redirect_from: - /apps/building-github-apps/understanding-rate-limits-for-github-apps - /developers/apps/rate-limits-for-github-apps - /developers/apps/building-github-apps/rate-limits-for-github-apps + - /apps/creating-github-apps/creating-github-apps/rate-limits-for-github-apps versions: fpt: '*' ghes: '*' diff --git a/content/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps.md b/content/apps/creating-github-apps/setting-up-a-github-app/using-webhooks-with-github-apps.md similarity index 88% rename from content/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps.md rename to content/apps/creating-github-apps/setting-up-a-github-app/using-webhooks-with-github-apps.md index 467d6fb21e..9a4a4aeaac 100644 --- a/content/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps.md +++ b/content/apps/creating-github-apps/setting-up-a-github-app/using-webhooks-with-github-apps.md @@ -9,6 +9,8 @@ versions: ghec: '*' topics: - GitHub Apps +redirect_from: + - /apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps --- ## About webhooks and {% data variables.product.prodname_github_apps %} @@ -17,9 +19,11 @@ Webhooks enable your {% data variables.product.prodname_github_app %} to receive You can configure your {% data variables.product.prodname_github_app %} to receive webhooks for specific events on {% data variables.product.prodname_dotcom %} and automatically take action on them. For more information about the types of webhooks you can receive, see "[AUTOTITLE](/webhooks-and-events/webhooks/webhook-events-and-payloads)." -To receive webhook events in your {% data variables.product.prodname_github_app %}, you must activate webhooks in the app settings and specify a webhook URL where {% data variables.product.prodname_dotcom %} will send the webhook payloads. For more information about creating and configuring a {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." +To receive webhook events in your {% data variables.product.prodname_github_app %}, you must activate webhooks in the app settings and specify a webhook URL where {% data variables.product.prodname_dotcom %} will send the webhook payloads. For more information about creating and configuring a {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." -If your app does not need to respond to webhooks or will only be used for authentication, you can turn off the webhook function in your app settings. You do not need to specify a webhook URL. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." +If your app does not need to respond to webhooks or will only be used for authentication, you can turn off the webhook function in your app settings. You do not need to specify a webhook URL. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." + +For information about changing the webhooks that a {% data variables.product.prodname_github_app %} subscribes to, see "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)." ## Choosing a webhook URL @@ -35,7 +39,7 @@ You can use Smee to create a unique domain where {% data variables.product.prodn 1. To use Smee to create a unique domain, go to https://smee.io and click **Start a new channel**. 1. On the Smee channel page, follow the instructions under "Use the CLI" to install and run the Smee client. -1. To connect your Smee webhook URL to your {% data variables.product.prodname_github_app %}, enter your unique Smee domain in the "Webhook URL" field of your app settings. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." +1. To connect your Smee webhook URL to your {% data variables.product.prodname_github_app %}, enter your unique Smee domain in the "Webhook URL" field of your app settings. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." ### Choosing a webhook URL for production @@ -47,13 +51,13 @@ To handle a higher volume of webhook traffic for a large app in production, cons Once you've configured your server to receive payloads, it will listen for any payload sent to the server. For security reasons, you should limit incoming requests to only those originating from {% data variables.product.prodname_dotcom %}. You can do that by creating a webhook secret for your app. -To create a webhook secret for your GitHub App, type a secret token in your app settings under "Webhook secret." You should choose a random string of text with high entropy. For more information about how to create a webhook secret in your app settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." +To create a webhook secret for your GitHub App, type a secret token in your app settings under "Webhook secret." You should choose a random string of text with high entropy. For more information about how to create a webhook secret in your app settings, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." After creating a webhook secret for your app, you will need to configure your server to securely store and validate the webhook secret token. For more information, see "[AUTOTITLE](/webhooks-and-events/webhooks/securing-your-webhooks)." ## Subscribing to webhook events -You can subscribe your {% data variables.product.prodname_github_app %} to receive webhook payloads for specific events. The specific webhook events that you can select in your app settings are determined by the type of permissions you selected for your app. You will first need to select the permissions you would like your app to have, and then you can subscribe your app to webhook events that are related to that set of permissions. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." +You can subscribe your {% data variables.product.prodname_github_app %} to receive webhook payloads for specific events. {% data reusables.apps.webhooks-and-apps %} For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app)." For example, if you would like your app to receive a webhook event payload whenever a new issue is opened in your repository, you would first need to give your app permission to access "Issues" under "Repository permissions." Then under "Subscribe to events" you can select "Issues." diff --git a/content/apps/index.md b/content/apps/index.md index caeb27a162..8e1b2e6f60 100644 --- a/content/apps/index.md +++ b/content/apps/index.md @@ -3,16 +3,16 @@ title: GitHub Apps documentation shortTitle: Apps intro: 'Go deeper with {% data variables.product.prodname_dotcom %} by integrating with our APIs and webhooks, customizing your {% data variables.product.prodname_dotcom %} workflow, and building and sharing apps with the community.' introLinks: - About apps: /apps/creating-github-apps/creating-github-apps/about-apps + About apps: /apps/creating-github-apps/setting-up-a-github-app/about-apps layout: product-landing featuredLinks: startHere: - - /apps/creating-github-apps/creating-github-apps/about-apps - - /apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps - - /apps/creating-github-apps/creating-github-apps/creating-a-github-app + - /apps/creating-github-apps/setting-up-a-github-app/about-apps + - /apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps + - /apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app - /apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app popular: - - /apps/creating-github-apps/creating-github-apps/creating-a-github-app + - /apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app - /apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app - /apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace guideCards: diff --git a/content/apps/maintaining-github-apps/editing-a-github-apps-permissions.md b/content/apps/maintaining-github-apps/editing-a-github-apps-permissions.md deleted file mode 100644 index 280cd3816f..0000000000 --- a/content/apps/maintaining-github-apps/editing-a-github-apps-permissions.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Editing a GitHub App's permissions -intro: '{% data reusables.shortdesc.editing_permissions_for_github_apps %}' -redirect_from: - - /apps/building-integrations/managing-github-apps/editing-a-github-app-s-permissions - - /apps/managing-github-apps/editing-a-github-app-s-permissions - - /developers/apps/editing-a-github-apps-permissions - - /developers/apps/managing-github-apps/editing-a-github-apps-permissions -versions: - fpt: '*' - ghes: '*' - ghae: '*' - ghec: '*' -topics: - - GitHub Apps -shortTitle: Edit permissions ---- -{% note %} - -**Note:** Updated permissions won't take effect on an installation until the owner of the account or organization approves the changes. You can use the [InstallationEvent webhook](/webhooks-and-events/webhooks/webhook-events-and-payloads#installation) to find out when people accept new permissions for your app. One exception is user-level permissions, which don't require the account owner to approve permission changes. - -{% endnote %} - -{% data reusables.user-settings.access_settings %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} -{% data reusables.user-settings.modify_github_app %} -5. In the {% data variables.product.prodname_github_apps %} settings sidebar, click **Permissions & events**. -6. Under "Repository permissions", "Organization permissions", and "Account permissions" sections, modify the permissions you'd like to change. For each type of permission, select either "Read-only", "Read and write", or "No access" from the dropdown. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." -7. Under "Subscribe to events", select any events to which you'd like to subscribe your app. -8. Optionally, under "Add a note to users", add a note telling your users why you are changing the permissions that your GitHub App requests. -9. Click **Save changes**. diff --git a/content/apps/maintaining-github-apps/index.md b/content/apps/maintaining-github-apps/index.md index 7daf674279..93ddfe9acd 100644 --- a/content/apps/maintaining-github-apps/index.md +++ b/content/apps/maintaining-github-apps/index.md @@ -15,7 +15,6 @@ topics: children: - /about-github-app-managers - /modifying-a-github-app - - /editing-a-github-apps-permissions - /managing-allowed-ip-addresses-for-a-github-app - /installing-github-apps - /activating-optional-features-for-apps diff --git a/content/apps/maintaining-github-apps/installing-github-apps.md b/content/apps/maintaining-github-apps/installing-github-apps.md index 5f9a704d2d..64dcfb571e 100644 --- a/content/apps/maintaining-github-apps/installing-github-apps.md +++ b/content/apps/maintaining-github-apps/installing-github-apps.md @@ -21,7 +21,7 @@ topics: ## Installing your private GitHub App on your repository -Once you create a private GitHub App, you can install it on one of your org or user repositories. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private#private-installation-flow)." +Once you create a private GitHub App, you can install it on one of your org or user repositories. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private#private-installation-flow)." 1. From the [GitHub Apps settings page](https://github.com/settings/apps), select your app. 1. In the left sidebar, click **Install App**. @@ -47,7 +47,7 @@ You can enable others to install your public app by providing the installation U If you are migrating from an OAuth App to a GitHub App, you can use query parameters to preselect the repositories and account when installing the GitHub App. See "[AUTOTITLE](/apps/creating-github-apps/guides/migrating-oauth-apps-to-github-apps)" to learn more. -These steps assume you have [built a {% data variables.product.prodname_github_app %}](/apps/creating-github-apps/creating-github-apps): +These steps assume you have [built a {% data variables.product.prodname_github_app %}](/apps/creating-github-apps/setting-up-a-github-app): 1. From the [GitHub Apps settings page](https://github.com/settings/apps), select the public app you want to configure for others to install. 2. In the "General" tab, under "Homepage URL," type the URL for your app's homepage and click **Save changes**. @@ -56,7 +56,7 @@ These steps assume you have [built a {% data variables.product.prodname_github_a ## Authorizing users during installation -You can simplify the authorization process by completing it during app installation. To do this, select **Request user authorization (OAuth) during installation** when creating or modifying your app in GitHub. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)" to learn more. +You can simplify the authorization process by completing it during app installation. To do this, select **Request user authorization (OAuth) during installation** when creating or modifying your app in GitHub. See "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)" to learn more. Once someone has installed your app, you will need to get an access token for the user. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)." ## Preserving an application state during installation diff --git a/content/apps/maintaining-github-apps/modifying-a-github-app.md b/content/apps/maintaining-github-apps/modifying-a-github-app.md index d1be70ac55..762f0a728c 100644 --- a/content/apps/maintaining-github-apps/modifying-a-github-app.md +++ b/content/apps/maintaining-github-apps/modifying-a-github-app.md @@ -6,6 +6,11 @@ redirect_from: - /apps/managing-github-apps/modifying-a-github-app - /developers/apps/modifying-a-github-app - /developers/apps/managing-github-apps/modifying-a-github-app + - /apps/building-integrations/managing-github-apps/editing-a-github-app-s-permissions + - /apps/managing-github-apps/editing-a-github-app-s-permissions + - /developers/apps/editing-a-github-apps-permissions + - /developers/apps/managing-github-apps/editing-a-github-apps-permissions + - /apps/maintaining-github-apps/editing-a-github-apps-permissions versions: fpt: '*' ghes: '*' @@ -14,10 +19,95 @@ versions: topics: - GitHub Apps --- -{% data reusables.user-settings.access_settings %} + +## About {% data variables.product.prodname_github_app %} modifications + +You can modify your {% data variables.product.prodname_github_app %} to change any of the settings that were selected when the app was created. For more information about the settings you can select while creating a {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." + +For example, you can change the name and description of your app, the permissions granted to your app, the webhooks your app subscribes to, or the visibility of your app. + +## Navigating to your {% data variables.product.prodname_github_app %} settings + +To modify a {% data variables.product.prodname_github_app %}, first navigate to the app settings page. + +{% data reusables.apps.settings-step %} {% data reusables.user-settings.developer_settings %} {% data reusables.user-settings.github_apps %} {% data reusables.user-settings.modify_github_app %} -1. In "Basic information", modify the GitHub App information that you'd like to change.{% ifversion device-flow-is-opt-in %} -1. If your GitHub App will use the device flow to generate a user access token, click **Enable device flow**. For more information about device flow, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)."{% endif %} + +## Changing the basic information of a {% data variables.product.prodname_github_app %} + +You can change the basic information of your {% data variables.product.prodname_github_app %}, like the name of the app, the description of the app, and the homepage URL of the app. + +{% data reusables.apps.navigate-to-app-settings-this-article %} +1. Under "Basic information," modify the {% data variables.product.prodname_github_app %} information that you'd like to change. 1. Click **Save changes**. + +## Requesting user authorization (OAuth) during installation + +You can prompt users to authorize your {% data variables.product.prodname_github_app %} when they install it and generate a user access token. When you request user authorization (OAuth) during installation, you must also provide a callback URL where the user will be redirected after they authorize the installation. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)." + +{% data reusables.apps.navigate-to-app-settings-this-article %} +1. Under "Identifying and authorizing users," select or deselect **Request user authorization (OAuth) during installation**. +1. Under "Callback URL," enter the full URL to redirect to after a user authorizes the installation. + +## Enabling or disabling the device flow + +You can use the device flow to authorize users for a headless app like a CLI tool or Git credential manager. For more information about using the device flow with {% data variables.product.prodname_github_apps %} and {% data variables.product.prodname_oauth_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app#using-the-device-flow-to-generate-a-user-access-token)" and "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#device-flow)." + +{% data reusables.apps.navigate-to-app-settings-this-article %} +1. Under "Identifying and authorizing users," select or deselect **Enable Device Flow**. + +## Adding or updating a setup URL + +You can redirect people to a specific URL after they install your app. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." + +If you select **Request user authorization (OAuth) during installation**, you will not be able to enter a setup URL. Users will instead be redirected to the Callback URL as part of the authorization flow, where you can describe additional setup. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url)." + +{% data reusables.apps.navigate-to-app-settings-this-article %} +1. Under "Post installation," in the "Setup URL" field, enter the URL where you'd like to redirect users after they install your app. +1. Optionally, if you want to redirect users to the setup URL after they update an installation, select **Redirect on update**. An update includes adding or removing a repository for an installation. If "Setup URL" is blank, this will be ignored. + +## Changing the permissions of a {% data variables.product.prodname_github_app %} + +You can change the access permissions that are granted to your {% data variables.product.prodname_github_app %} using the following steps. + +When you change the **repository** or **organization** permissions of an app, each account where the app is installed will need to approve the new permissions. When you change the **account** permissions of an app, each user that has authorized the app will need to approve the permission changes. Updated permissions won't take effect on an installation or user authorization until the new permissions are approved. You can use the [installation webhook](/webhooks-and-events/webhooks/webhook-events-and-payloads?actionType=new_permissions_accepted#installation) to find out when people accept new permissions for your app. + +Changing the permissions of an app may also change the webhooks that your app can subscribe to and the actions that your app can take with the API. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." + +{% data reusables.apps.navigate-to-app-settings-this-article %} +1. In the {% data variables.product.prodname_github_apps %} settings sidebar, click **Permissions & events**. +1. Under the sections "Repository permissions," "Organization permissions," and "Account permissions," modify the permissions you'd like to change. For each type of permission, select either "Read-only," "Read and write," or "No access" from the dropdown. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." +1. Optionally, under "Add a note to users," add a note telling your users why you are changing the permissions that your {% data variables.product.prodname_github_app %} requests. +1. Click **Save changes**. + +## Activating or deactivating the {% data variables.product.prodname_github_app %} webhook + +You can configure your {% data variables.product.prodname_github_app %} to receive webhooks for specific events on {% data variables.product.prodname_dotcom %} and automatically take action on them. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)." + +{% data reusables.apps.navigate-to-app-settings-this-article %} +1. Under "Webhook," to enable or disable the webhook, select or deselect **Active**. +1. If you selected **Active** in the previous step, under "Webhook URL," enter the URL that {% data variables.product.prodname_dotcom %} should send webhook events to. +1. Optionally, if you selected **Active** in the previous step, under "Webhook secret," enter a secret token to secure your webhooks. {% data variables.product.prodname_dotcom %} highly recommends that you set a webhook secret. + +## Changing the webhook event subscriptions of a {% data variables.product.prodname_github_app %} + +You can change the webhook events that a {% data variables.product.prodname_github_app %} subscribes to using the following steps. + +{% data reusables.apps.webhooks-and-apps %} For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)." + +{% data reusables.apps.navigate-to-app-settings-this-article %} +1. Activate the {% data variables.product.prodname_github_app %} webhook. For more information, see "[Activating or deactivating the {% data variables.product.prodname_github_app %} webhook](/apps/maintaining-github-apps/modifying-a-github-app#activating-or-deactivating-the-github-app-webhook)" in this article. +1. In the {% data variables.product.prodname_github_apps %} settings sidebar, click **Permissions & events**. +1. Under the sections "Repository permissions," "Organization permissions," and "Account permissions," select the permissions that are required for the events your app will subscribe to. For more information, see "[Changing the permissions of a {% data variables.product.prodname_github_app %}](#changing-the-permissions-of-a-github-app)." +1. Under "Subscribe to Events," select the webhook events you would like your {% data variables.product.prodname_github_app %} to receive. +1. Click **Save changes**. + +## Changing the visibility of a {% data variables.product.prodname_github_app %} + +You can change the visibility settings of your {% data variables.product.prodname_github_app %} to control who can install it. Public apps cannot be made private if they're installed on other accounts. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private)." + +{% data reusables.apps.navigate-to-app-settings-this-article %} +{% data reusables.user-settings.github_apps_advanced %} +1. Under "Danger zone," depending on the current visibility of your {% data variables.product.prodname_github_app %}, click either **Make public** or **Make private**. diff --git a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md index e8c3095458..978a5feea6 100644 --- a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md +++ b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md @@ -124,7 +124,7 @@ The device flow allows you to authorize users for a headless app, such as a CLI {% ifversion device-flow-is-opt-in %} -Before you can use the device flow to authorize and identify users, you must first enable it in your app's settings. For more information about enabling the device flow in your app, see "[AUTOTITLE](/apps/oauth-apps/maintaining-oauth-apps/modifying-an-oauth-app)" for OAuth Apps and "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)" for GitHub Apps. +Before you can use the device flow to authorize and identify users, you must first enable it in your app's settings. For more information about enabling the device flow in your app, see "[AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app)" for {% data variables.product.prodname_github_apps %} and "[AUTOTITLE](/apps/oauth-apps/maintaining-oauth-apps/modifying-an-oauth-app)" for {% data variables.product.prodname_oauth_apps %}. {% endif %} diff --git a/content/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app.md b/content/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app.md index 2dd45596e5..f2bd205f84 100644 --- a/content/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app.md +++ b/content/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app.md @@ -52,3 +52,7 @@ topics: {% endif %}{% ifversion device-flow-is-opt-in %} 1. If your OAuth App will use the device flow to identify and authorize users, click **Enable Device Flow**. For more information about the device flow, see "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#device-flow)."{% endif %} 1. Click **Register application**. + +## Further reading + +- "[AUTOTITLE](/apps/oauth-apps/maintaining-oauth-apps/modifying-an-oauth-app)" \ No newline at end of file diff --git a/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md b/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md index dffbf2cf6e..b83b2453e1 100644 --- a/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md +++ b/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md @@ -78,8 +78,8 @@ Name | Description  `read:gpg_key`| List and view details for GPG keys.{% ifversion fpt or ghec %} **`codespace`** | Grants the ability to create and manage codespaces. Codespaces can expose a GITHUB_TOKEN which may have a different set of scopes. For more information, see "[AUTOTITLE](/codespaces/codespaces-reference/security-in-github-codespaces#authentication)."{% endif %} **`workflow`** | Grants the ability to add and update {% data variables.product.prodname_actions %} workflow files. Workflow files can be committed without this scope if the same file (with both the same path and contents) exists on another branch in the same repository. Workflow files can expose `GITHUB_TOKEN` which may have a different set of scopes. For more information, see "[AUTOTITLE](/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)."{% ifversion not fpt %} -**`admin:enterprise`** | Gives full control of enterprise functionality. For more information, see "[AUTOTITLE](/graphql/guides/managing-enterprise-accounts)" in the GraphQL API documentation.

Includes `manage_runners:enterprise`{% ifversion ghec or ghes %}, `manage_billing:enterprise`,{% endif %} and `read:enterprise`. - `manage_runners:enterprise` | Gives full control over self-hosted runners within the enterprise. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)." {% ifversion ghec or ghes %} +**`admin:enterprise`** | Gives full control of enterprise functionality. For more information, see "[AUTOTITLE](/graphql/guides/managing-enterprise-accounts)" in the GraphQL API documentation.

Includes `manage_runners:enterprise`{% ifversion ghec or ghes %}, `manage_billing:enterprise`,{% endif %} and `read:enterprise`. + `manage_runners:enterprise` | Gives full control over self-hosted runners within the enterprise. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." {% ifversion ghec or ghes %}  `manage_billing:enterprise` | Read and write enterprise billing data. For more information, see "[AUTOTITLE](/rest/billing)" in the REST API documentation. {% endif %}  `read:enterprise` | Read all data on an enterprise profile. Does not include profile data of enterprise members or organizations.{% endif %}{% ifversion read-audit-scope %} **`read:audit_log`** | Read audit log data.{% endif %} diff --git a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps.md b/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps.md index 0049eb276c..cde859fc8b 100644 --- a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps.md +++ b/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps.md @@ -18,7 +18,7 @@ If you follow these best practices it will help you to provide a secure user exp ## Authorization, authentication, and access control -We recommend creating a GitHub App rather than an OAuth App. {% data reusables.marketplace.github_apps_preferred %}. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps)" for more details. +We recommend creating a GitHub App rather than an OAuth App. {% data reusables.marketplace.github_apps_preferred %}. See "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps)" for more details. - Apps should use the principle of least privilege and should only request the OAuth scopes and GitHub App permissions that the app needs to perform its intended functionality. For more information, see [Principle of least privilege](https://en.wikipedia.org/wiki/Principle_of_least_privilege) in Wikipedia. - Apps should provide customers with a way to delete their account, without having to email or call a support person. - Apps should not share tokens between different implementations of the app. For example, a desktop app should have a separate token from a web-based app. Individual tokens allow each app to request the access needed for GitHub resources separately. @@ -26,7 +26,7 @@ We recommend creating a GitHub App rather than an OAuth App. {% data reusables.m - Apps should not share service accounts such as email or database services to manage your SaaS service. - All services used in your app should have unique login and password credentials. - Admin privilege access to the production hosting infrastructure should only be given to engineers and employees with administrative duties. -- Apps should not use {% data variables.product.pat_generic %}s to authenticate and should authenticate as an [OAuth App](/apps/creating-github-apps/creating-github-apps/about-apps#about-oauth-apps) or a [GitHub App](/apps/creating-github-apps/creating-github-apps/about-apps#about-github-apps): +- Apps should not use {% data variables.product.pat_generic %}s to authenticate and should authenticate as an [OAuth App](/apps/oauth-apps/building-oauth-apps) or a [GitHub App](/apps/creating-github-apps/setting-up-a-github-app/about-creating-github-apps#about-github-apps): - OAuth Apps should authenticate using an [OAuth token](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps). - GitHub Apps should authenticate using either a [JSON Web Token (JWT)](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app), [OAuth token](/apps/creating-github-apps/authenticating-with-a-github-app/identifying-and-authorizing-users-for-github-apps), or [installation access token](/apps/creating-github-apps/authenticating-with-a-github-app/generating-an-installation-access-token-for-a-github-app). diff --git a/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace.md b/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace.md index c05ae5c0fa..f9a3ce0102 100644 --- a/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace.md +++ b/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace.md @@ -36,7 +36,7 @@ If you're interested in creating an app for {% data variables.product.prodname_m ### {% data variables.product.prodname_github_apps %} vs. {% data variables.product.prodname_oauth_apps %} -{% data reusables.marketplace.github_apps_preferred %}, although you can list both OAuth and {% data variables.product.prodname_github_apps %} in {% data variables.product.prodname_marketplace %}. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps)" and "[AUTOTITLE](/apps/creating-github-apps/guides/migrating-oauth-apps-to-github-apps)." +{% data reusables.marketplace.github_apps_preferred %}, although you can list both OAuth and {% data variables.product.prodname_github_apps %} in {% data variables.product.prodname_marketplace %}. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps)" and "[AUTOTITLE](/apps/creating-github-apps/guides/migrating-oauth-apps-to-github-apps)." ## Publishing an app to {% data variables.product.prodname_marketplace %} overview diff --git a/content/apps/using-github-apps/reviewing-your-authorized-integrations.md b/content/apps/using-github-apps/reviewing-your-authorized-integrations.md index 019194b213..2094a0a0b8 100644 --- a/content/apps/using-github-apps/reviewing-your-authorized-integrations.md +++ b/content/apps/using-github-apps/reviewing-your-authorized-integrations.md @@ -22,9 +22,9 @@ shortTitle: Authorized integrations {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.access_applications %} 3. Click the **Authorized {% data variables.product.prodname_github_apps %}** tab. -![Authorized {% data variables.product.prodname_github_apps %} tab](/assets/images/help/settings/settings-authorized-github-apps-tab.png) 3. Review the {% data variables.product.prodname_github_apps %} that have access to your account. For those that you don't recognize or that are out of date, click **Revoke**. To revoke all {% data variables.product.prodname_github_apps %}, click **Revoke all**. - ![List of authorized {% data variables.product.prodname_github_app %}](/assets/images/help/settings/revoke-github-app.png) + + ![Screenshot of the "Authorized {% data variables.product.prodname_github_apps %}" tab. Next to an app, a button, labeled "Revoke," is highlighted in orange.](/assets/images/help/settings/revoke-github-app.png) ## Further reading {% ifversion fpt or ghec %} diff --git a/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md b/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md index 76a2bebe83..4df2b4ce16 100644 --- a/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md +++ b/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md @@ -23,9 +23,9 @@ You must authorize your {% data variables.product.pat_v1 %} after creation befor {% data reusables.user-settings.personal_access_tokens %} 3. Next to the token you'd like to authorize, click **Configure SSO**. {% data reusables.saml.authenticate-with-saml-at-least-once %} - ![Screenshot of the dropdown menu to configure SSO for a {% data variables.product.pat_v1 %}](/assets/images/help/settings/sso-allowlist-button.png) -4. To the right of the organization you'd like to authorize the token for, click **Authorize**. - ![Token authorize button](/assets/images/help/settings/token-authorize-button.png) + ![Screenshot of a list entry for a {% data variables.product.pat_v1 %}. A dropdown menu, labeled "Configure SSO", is outlined in orange.](/assets/images/help/settings/sso-allowlist-button.png) + +4. In the dropdown menu, to the right of the organization you'd like to authorize the token for, click **Authorize**. ## Further reading diff --git a/content/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on.md b/content/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on.md index b49b0a2ce5..c9ed7186f4 100644 --- a/content/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on.md +++ b/content/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on.md @@ -35,10 +35,8 @@ You do not need to authorize SSH certificates signed by your organization's SSH {% data reusables.user-settings.ssh %} 1. To the right of the SSH key you'd like to authorize, click **Configure SSO**. {% data reusables.saml.authenticate-with-saml-at-least-once %} - ![Screenshot of the SSO token authorize button](/assets/images/help/settings/ssh-sso-button.png) -1. To the right of the organization you'd like to authorize the SSH key for, click **Authorize**. - - ![Screenshot of the token authorize button](/assets/images/help/settings/ssh-sso-authorize.png) + ![Screenshot of the "Authentication Keys" section. Next to a key, a dropdown menu, labeled "Configure SSO," is outlined in orange.](/assets/images/help/settings/ssh-sso-button.png) +1. In the dropdown menu, to the right of the organization you'd like to authorize the SSH key for, click **Authorize**. ## Further reading diff --git a/content/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions.md b/content/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions.md index da768dfd1b..5ad2c9b752 100644 --- a/content/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions.md +++ b/content/authentication/authenticating-with-saml-single-sign-on/viewing-and-managing-your-active-saml-sessions.md @@ -18,15 +18,8 @@ You can view a list of devices that have logged into your account, and revoke an {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.sessions %} 1. Under "Web sessions," you can see your active SAML sessions. - - ![Screenshot of the list of active SAML sessions](/assets/images/help/settings/saml-active-sessions.png) - -1. To see the session details, click **See more**. - ![Screenshot of the active SAML sessions with the button to open SAML session details emphasized](/assets/images/help/settings/saml-expand-session-details.png) - -1. To revoke a session, click **Revoke SAML**. - - ![Screenshot of the Session details page with the button to revoke a SAML session emphasized](/assets/images/help/settings/saml-revoke-session.png) +1. To see the session details, next to the session, click **See more**. +1. To revoke a session, in the session details, click **Revoke SAML**. {% note %} diff --git a/content/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md b/content/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md index a7ac0c0c14..4554e3a713 100644 --- a/content/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md +++ b/content/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md @@ -42,23 +42,12 @@ After adding a new SSH authentication key to your account on {% ifversion ghae % {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.ssh %} 4. Click **New SSH key** or **Add SSH key**. -{% ifversion ssh-commit-verification %} - ![SSH Key button](/assets/images/help/settings/ssh-add-ssh-key-with-auth.png) -{% else %} - ![SSH Key button](/assets/images/help/settings/ssh-add-ssh-key.png) -{% endif %} 5. In the "Title" field, add a descriptive label for the new key. For example, if you're using a personal laptop, you might call this key "Personal laptop". {% ifversion ssh-commit-verification %} 6. Select the type of key, either authentication or signing. For more information about commit signing, see "[AUTOTITLE](/authentication/managing-commit-signature-verification/about-commit-signature-verification)." {% endif %} -7. Paste your public key into the "Key" field. -{% ifversion ssh-commit-verification %} - ![The key field](/assets/images/help/settings/ssh-key-paste-with-type.png) -{% else %} - ![The key field](/assets/images/help/settings/ssh-key-paste.png) -{% endif %} +7. In the "Key" field, paste your public key. 8. Click **Add SSH key**. - ![The Add key button](/assets/images/help/settings/ssh-add-key.png) {% data reusables.user-settings.sudo-mode-popup %} {% endwebui %} diff --git a/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md b/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md index 143cb3c6ff..674d831de6 100644 --- a/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md +++ b/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md @@ -123,7 +123,7 @@ $ git clone git@{% ifversion fpt or ghec %}github.com{% else %}my-GHE-hostname.c If your server needs to access repositories across one or more organizations, you can use a GitHub App to define the access you need, and then generate _tightly-scoped_, installation access tokens from that GitHub App. The installation access tokens can be scoped to single or multiple repositories, and can have fine-grained permissions. For example, you can generate a token with read-only access to a repository's contents. -Since GitHub Apps are a first class actor on {% data variables.product.product_name %}, the installation access tokens are decoupled from any GitHub user, which makes them comparable to "service tokens". Additionally, installation access tokens have dedicated rate limits that scale with the size of the organizations that they act upon. For more information, see [Rate limits for {% data variables.product.prodname_github_apps %}](/apps/creating-github-apps/creating-github-apps/rate-limits-for-github-apps). +Since GitHub Apps are a first class actor on {% data variables.product.product_name %}, the installation access tokens are decoupled from any GitHub user, which makes them comparable to "service tokens". Additionally, installation access tokens have dedicated rate limits that scale with the size of the organizations that they act upon. For more information, see [Rate limits for {% data variables.product.prodname_github_apps %}](/apps/creating-github-apps/setting-up-a-github-app/rate-limits-for-github-apps). ### Pros of installation access tokens @@ -141,7 +141,7 @@ Since GitHub Apps are a first class actor on {% data variables.product.product_ 1. Determine if your GitHub App should be public or private. If your GitHub App will only act on repositories within your organization, you likely want it private. 1. Determine the permissions your GitHub App requires, such as read-only access to repository contents. -1. Create your GitHub App via your organization's settings page. For more information, see [Creating a GitHub App](/apps/creating-github-apps/creating-github-apps/creating-a-github-app). +1. Create your GitHub App via your organization's settings page. For more information, see [Creating a GitHub App](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app). 1. Note your GitHub App `id`. 1. Generate and download your GitHub App's private key, and store this safely. For more information, see [Generating a private key](/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps). 1. Install your GitHub App on the repositories it needs to act upon, optionally you may install the GitHub App on all repositories in your organization. diff --git a/content/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.md b/content/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.md index 5ad3bdb088..81dc4a236a 100644 --- a/content/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.md +++ b/content/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.md @@ -30,7 +30,7 @@ shortTitle: 'Create a {% data variables.product.pat_generic %}' {% data variables.product.pat_generic_caps %}s are an alternative to using passwords for authentication to {% data variables.product.product_name %} when using the [GitHub API](/rest/overview/authenticating-to-the-rest-api) or the [command line](#using-a-personal-access-token-on-the-command-line). -{% data variables.product.pat_generic_caps %}s are intended to access {% data variables.product.company_short %} resources on behalf of yourself. To access resources on behalf of an organization, or for long-lived integrations, you should use a {% data variables.product.prodname_github_app %}. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-apps)." +{% data variables.product.pat_generic_caps %}s are intended to access {% data variables.product.company_short %} resources on behalf of yourself. To access resources on behalf of an organization, or for long-lived integrations, you should use a {% data variables.product.prodname_github_app %}. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/about-creating-github-apps)." {% ifversion pat-v2 %} @@ -133,24 +133,13 @@ If you selected an organization as the resource owner and the organization requi {% data reusables.user-settings.developer_settings %} {% ifversion pat-v2 %}1. In the left sidebar, under **{% octicon "key" aria-label="The key icon" %} {% data variables.product.pat_generic_caps %}s**, click **Tokens (classic)**.{% else %}{% data reusables.user-settings.personal_access_tokens %}{% endif %} {% ifversion pat-v2%}1. Select **Generate new token**, then click **Generate new token (classic)**.{% else %}{% data reusables.user-settings.generate_new_token %}{% endif %} -5. Give your token a descriptive name. - ![Token description field](/assets/images/help/settings/token_description.png) -6. To give your token an expiration, select the **Expiration** drop-down menu, then click a default or use the calendar picker. - ![Token expiration field](/assets/images/help/settings/token_expiration.png) +5. In the "Note" field, give your token a descriptive name. +6. To give your token an expiration, select **Expiration**, then choose a default option or click **Custom** to enter a date. 7. Select the scopes you'd like to grant this token. To use your token to access repositories from the command line, select **repo**. A token with no assigned scopes can only access public information. For more information, see "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes)". - {% ifversion fpt or ghes or ghec %} - ![Selecting token scopes](/assets/images/help/settings/token_scopes.gif) - {% elsif ghae %} - ![Selecting token scopes](/assets/images/enterprise/github-ae/settings/access-token-scopes-for-ghae.png) - {% endif %} 8. Click **Generate token**. - ![Generate token button](/assets/images/help/settings/generate_token.png) - {% ifversion fpt or ghec %} - ![Newly created token](/assets/images/help/settings/personal_access_tokens.png) - {% elsif ghes or ghae %} - ![Newly created token](/assets/images/help/settings/personal_access_tokens_ghe.png) - {% else %} - ![Newly created token](/assets/images/help/settings/personal_access_tokens_ghe_legacy.png){% endif %}{% ifversion fpt or ghec %} +1. Optionally, to copy the new token to your clipboard, click {% octicon "copy" aria-label="Copy token" %}. + + ![Screenshot of the "{% data variables.product.pat_generic_caps_plural %}" page. Next to a blurred-out token, an icon of two overlapping squares is outlined in orange.](/assets/images/help/settings/personal_access_tokens.png){% ifversion fpt or ghec %} 1. To use your token to access resources owned by an organization that uses SAML single sign-on, authorize the token. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on){% ifversion fpt %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}."{% endif %}{% endif %} ## Using a {% data variables.product.pat_generic %} on the command line diff --git a/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md b/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md index 0960c5b61c..becc69a18d 100644 --- a/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md +++ b/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md @@ -142,7 +142,7 @@ To illustrate how `git filter-repo` works, we'll show you how to remove your fil > Compressing objects: 100% (677/677), done. > Writing objects: 100% (1058/1058), 148.85 KiB, done. > Total 1058 (delta 590), reused 602 (delta 378) - > To https://{% data variables.command_line.codeblock %}/YOUR-USERNAME.YOUR-REPOSITORY.git + > To https://{% data variables.command_line.codeblock %}/YOUR-USERNAME/YOUR-REPOSITORY.git > + 48dc599...051452f main -> main (forced update) ``` 8. In order to remove the sensitive file from [your tagged releases](/repositories/releasing-projects-on-github/about-releases), you'll also need to force-push against your Git tags: diff --git a/content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md b/content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md index b6b0c94f2b..9ff0816e6d 100644 --- a/content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md +++ b/content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md @@ -21,10 +21,8 @@ shortTitle: Deploy keys 3. In the "Security" section of the sidebar, click **{% octicon "key" aria-label="The key icon" %} Deploy keys**. {% else %} 3. In the left sidebar, click **Deploy keys**. -![Deploy keys setting](/assets/images/help/settings/settings-sidebar-deploy-keys.png) {% endif %} -4. On the Deploy keys page, take note of the deploy keys associated with your account. For those that you don't recognize, or that are out-of-date, click **Delete**. If there are valid deploy keys you'd like to keep, click **Approve**. - ![Deploy key list](/assets/images/help/settings/settings-deploy-key-review.png) +4. On the "Deploy keys" page, take note of the deploy keys associated with your account. For those that you don't recognize, or that are out of date, click **Delete**. If there are valid deploy keys you'd like to keep, click **Approve**. For more information, see "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/managing-deploy-keys)." diff --git a/content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md b/content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md index 65491b5760..3ab786a8ab 100644 --- a/content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md +++ b/content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md @@ -22,8 +22,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.ssh %} -3. On the SSH Settings page, take note of the SSH keys associated with your account. For those that you don't recognize, or that are out-of-date, click **Delete**. If there are valid SSH keys you'd like to keep, click **Approve**. - ![SSH key list](/assets/images/help/settings/settings-ssh-key-review.png) +3. Under "SSH keys", take note of the SSH keys associated with your account. For those that you don't recognize, or that are out-of-date, click **Delete**. If there are valid SSH keys you'd like to keep, click **Approve**. {% tip %} @@ -49,8 +48,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.ssh %} -3. On the SSH Settings page, take note of the SSH keys associated with your account. For those that you don't recognize, or that are out-of-date, click **Delete**. If there are valid SSH keys you'd like to keep, click **Approve**. - ![SSH key list](/assets/images/help/settings/settings-ssh-key-review.png) +3. Under "SSH keys", take note of the SSH keys associated with your account. For those that you don't recognize, or that are out-of-date, click **Delete**. If there are valid SSH keys you'd like to keep, click **Approve**. {% tip %} @@ -78,8 +76,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.ssh %} -3. On the SSH Settings page, take note of the SSH keys associated with your account. For those that you don't recognize, or that are out-of-date, click **Delete**. If there are valid SSH keys you'd like to keep, click **Approve**. - ![SSH key list](/assets/images/help/settings/settings-ssh-key-review.png) +3. Under "SSH keys", take note of the SSH keys associated with your account. For those that you don't recognize, or that are out-of-date, click **Delete**. If there are valid SSH keys you'd like to keep, click **Approve**. {% tip %} diff --git a/content/authentication/keeping-your-account-and-data-secure/sudo-mode.md b/content/authentication/keeping-your-account-and-data-secure/sudo-mode.md index f648a2e4f5..6a975e0f34 100644 --- a/content/authentication/keeping-your-account-and-data-secure/sudo-mode.md +++ b/content/authentication/keeping-your-account-and-data-secure/sudo-mode.md @@ -66,8 +66,6 @@ You must configure two-factor authentication (2FA) for your account using a secu When prompted to authenticate for sudo mode, click **Use security key**, then follow the prompts. -![Screenshot of security key option for sudo mode](/assets/images/help/settings/sudo_mode_prompt_security_key.png) - {% ifversion fpt or ghec %} ### Confirming access using {% data variables.product.prodname_mobile %} @@ -75,12 +73,8 @@ When prompted to authenticate for sudo mode, click **Use security key**, then fo You must install and sign into {% data variables.product.prodname_mobile %} to confirm access to your account for sudo mode using the app. For more information, see "[AUTOTITLE](/get-started/using-github/github-mobile)." 1. When prompted to authenticate for sudo mode, click **Use GitHub Mobile**. - - ![Screenshot of {% data variables.product.prodname_mobile %} option for sudo mode](/assets/images/help/settings/sudo_mode_prompt_github_mobile_prompt.png) -1. Open {% data variables.product.prodname_mobile %}. {% data variables.product.prodname_mobile %} will display numbers that you must enter on {% data variables.location.product_location %} to approve the request. - - ![Screenshot of numbers from {% data variables.product.prodname_mobile %} to enter on {% data variables.product.product_name %} to approve sudo mode access](/assets/images/help/settings/sudo_mode_prompt_github_mobile.png) -1. On {% data variables.product.product_name %}, type the numbers displayed in {% data variables.product.prodname_mobile %}. +1. Open {% data variables.product.prodname_mobile %}. {% data variables.product.prodname_dotcom %} will display numbers that you must enter in {% data variables.product.prodname_mobile %} to approve the request. +1. In {% data variables.product.prodname_mobile %}, type the numbers displayed. {% endif %} @@ -90,12 +84,8 @@ You must configure 2FA using a TOTP mobile app{% ifversion fpt or ghec %} or tex When prompted to authenticate for sudo mode, type the authentication code from your TOTP mobile app{% ifversion fpt or ghec %} or the text message{% endif %}, then click **Verify**. -![Screenshot of 2FA code prompt for sudo mode](/assets/images/help/settings/sudo_mode_prompt_2fa_code.png) - ### Confirming access using your password {% endif %} -When prompted to authenticate for sudo mode, type your password, then click **Confirm**. - -![Screenshot of password prompt for sudo mode](/assets/images/help/settings/sudo_mode_prompt_password.png) +When prompted to authenticate for sudo mode, type your password, then click **Confirm**. \ No newline at end of file diff --git a/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md b/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md index 14cd42a22a..0bcd2d9100 100644 --- a/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md +++ b/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md @@ -22,7 +22,6 @@ shortTitle: Update access credentials 1. To request a new password, visit {% ifversion fpt or ghec %}https://{% data variables.product.product_url %}/password_reset{% else %}`https://{% data variables.product.product_url %}/password_reset`{% endif %}. 1. Enter the email address associated with your account on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}, then click **Send password reset email.** The email will be sent to the backup email address if you have one configured. - ![Password reset email request dialog](/assets/images/help/settings/password-recovery-email-request.png) 1. We'll email you a link that will allow you to reset your password. You must click on this link within 3 hours of receiving the email. If you didn't receive an email from us, make sure to check your spam folder. 1. If you have enabled two-factor authentication, you will be prompted for your 2FA credentials: {% ifversion fpt or ghec %} @@ -36,7 +35,6 @@ shortTitle: Update access credentials {% endif %} 1. In the text field under **Password**, type a new password. Then, in the text field under **Confirm password**, type the password again. 1. Click **Change password**. For help creating a strong password, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/creating-a-strong-password)." - {% ifversion fpt or ghec %}![Password recovery box](/assets/images/help/settings/password-recovery-page.png){% endif %} {% tip %} diff --git a/content/authentication/keeping-your-account-and-data-secure/viewing-and-managing-your-sessions.md b/content/authentication/keeping-your-account-and-data-secure/viewing-and-managing-your-sessions.md index 8e92306bc6..911f9e91d6 100644 --- a/content/authentication/keeping-your-account-and-data-secure/viewing-and-managing-your-sessions.md +++ b/content/authentication/keeping-your-account-and-data-secure/viewing-and-managing-your-sessions.md @@ -14,21 +14,11 @@ You can view a list of devices that have logged into your account, and revoke an {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.sessions %} 1. Under "Web sessions", you can see your active web sessions. - - ![Screenshot of the list of active sessions](/assets/images/help/settings/saml-active-sessions.png) {% ifversion fpt or ghec %} - Under "{% data variables.product.prodname_mobile %} sessions", you can see a list of devices that have logged into your account via the {% data variables.product.prodname_mobile %} app. - - ![Screenshot of the list of active sessions](/assets/images/help/settings/github-mobile-active-sessions.png){% endif %} + Under "{% data variables.product.prodname_mobile %} sessions", you can see a list of devices that have logged into your account via the {% data variables.product.prodname_mobile %} app.{% endif %} 1. To see the web session details, click **See more**. - - ![Screenshot of the Sessions page with the button to open session details emphasized](/assets/images/help/settings/saml-expand-session-details.png) - 1. To revoke a web session, click **Revoke session**. - - ![Screenshot of the Sessions details page with the button to revoke a session emphasized](/assets/images/help/settings/revoke-session.png) - {% ifversion fpt or ghec %} 1. Optionally, to revoke a {% data variables.product.prodname_mobile %} session, go back to the Sessions overview page and click **Revoke** next to the device you want to revoke. @@ -37,8 +27,6 @@ You can view a list of devices that have logged into your account, and revoke an **Note:** Revoking a mobile session signs you out of the {% data variables.product.prodname_mobile %} application on that device and removes it as a second-factor option. {% endnote %} - - ![Screenshot of the Sessions page with the button to revoke a mobile session emphasized](/assets/images/help/settings/revoke-mobile-session.png) {% endif %} diff --git a/content/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account.md b/content/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account.md index d22608632c..4fe2ee084b 100644 --- a/content/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account.md +++ b/content/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account.md @@ -41,13 +41,11 @@ When verifying a signature, {% data variables.product.product_name %} extracts t {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.ssh %} -3. Click **New GPG key**. - ![GPG Key button](/assets/images/help/settings/gpg-add-gpg-key.png) -4. In the "Key" field, paste the GPG key you copied when you [generated your GPG key](/authentication/managing-commit-signature-verification/generating-a-new-gpg-key). - ![The key field](/assets/images/help/settings/gpg-key-paste.png) -5. Click **Add GPG key**. - ![The Add key button](/assets/images/help/settings/gpg-add-key.png) -6. To confirm the action, enter your {% data variables.product.product_name %} password. +1. Next to the "GPG keys" header, click **New GPG key**. +1. In the "Title" field, enter a name for your key. +1. In the "Key" field, paste the GPG key you copied when you [generated your GPG key](/authentication/managing-commit-signature-verification/generating-a-new-gpg-key). +1. Click **Add GPG key**. +1. To confirm the action, enter your {% data variables.product.product_name %} password. {% ifversion upload-expired-or-revoked-gpg-key %} {% else %} diff --git a/content/authentication/troubleshooting-ssh/error-permission-denied-publickey.md b/content/authentication/troubleshooting-ssh/error-permission-denied-publickey.md index 69b3a40c08..56791c8460 100644 --- a/content/authentication/troubleshooting-ssh/error-permission-denied-publickey.md +++ b/content/authentication/troubleshooting-ssh/error-permission-denied-publickey.md @@ -156,7 +156,6 @@ You must provide your public key to {% data variables.product.product_name %} to {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.ssh %} 6. Compare the list of SSH keys with the output from the `ssh-add` command. -![SSH key listing in {% data variables.product.product_name %}](/assets/images/help/settings/ssh_key_listing.png) {% endmac %} @@ -177,7 +176,6 @@ You must provide your public key to {% data variables.product.product_name %} to {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.ssh %} 6. Compare the list of SSH keys with the output from the `ssh-add` command. -![SSH key listing in {% data variables.product.product_name %}](/assets/images/help/settings/ssh_key_listing.png) {% endwindows %} @@ -204,7 +202,6 @@ You must provide your public key to {% data variables.product.product_name %} to {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.ssh %} 6. Compare the list of SSH keys with the output from the `ssh-add` command. -![SSH key listing in {% data variables.product.product_name %}](/assets/images/help/settings/ssh_key_listing.png) {% endlinux %} diff --git a/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md b/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md index 1c270f9a2d..090d8ae7f4 100644 --- a/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md +++ b/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md @@ -63,7 +63,7 @@ The storage used by a repository is the total storage used by {% data variables. {% data reusables.billing.billing-hosted-runners %} -- The number of jobs you can run concurrently across all repositories in your user or organization account depends on your GitHub plan. For more information, see "[AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration)" for {% data variables.product.prodname_dotcom %}-hosted runners and "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners#usage-limits)" for self-hosted runner usage limits. +- The number of jobs you can run concurrently across all repositories in your user or organization account depends on your GitHub plan. For more information, see "[AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration)" for {% data variables.product.prodname_dotcom %}-hosted runners and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#usage-limits)" for self-hosted runner usage limits. - {% data reusables.user-settings.context_switcher %} - For {% data variables.actions.hosted_runner %}s, there is no additional cost for configurations that assign public static IP addresses to a {% data variables.actions.hosted_runner %}. For more information on {% data variables.actions.hosted_runner %}s, see "[AUTOTITLE](/actions/using-github-hosted-runners/using-larger-runners)." - Entitlement minutes cannot be used for {% data variables.actions.hosted_runner %}s. diff --git a/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md b/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md index 30eb6c9611..a7a90dd879 100644 --- a/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md +++ b/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md @@ -46,7 +46,13 @@ Organizations owners and billing managers can manage the spending limit for {% d {% data reusables.organizations.billing-settings %} {% data reusables.dotcom_billing.manage-spending-limit %} -{% data reusables.dotcom_billing.monthly-spending-limit-actions-packages %} +1. Under "Monthly spending limit", choose to limit spending or allow unlimited spending. + + {% note %} + + **Note:** If {% data variables.product.prodname_github_codespaces %} is enabled for your organization, scroll to "Actions & Packages", then choose to limit spending or allow unlimited spending. + + {% endnote %} {% data reusables.dotcom_billing.update-spending-limit %} {% ifversion ghec %} @@ -57,8 +63,10 @@ Enterprise owners and billing managers can manage the spending limit for {% data {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.settings-tab %} {% data reusables.enterprise-accounts.billing-tab %} -1. Above "{% data variables.product.prodname_actions %} and Packages monthly usage", click **Spending Limit**. - ![Spending limit tab](/assets/images/help/settings/spending-limit-tab-enterprise.png) +1. On the "Billing" page, click the **Spending limit** tab. + + ![Screenshot of the "Billing" page. A tab labeled "Spending limit" is highlighted with an orange outline.](/assets/images/help/settings/spending-limit-tab-enterprise.png) + {% data reusables.dotcom_billing.monthly-spending-limit %} {% data reusables.dotcom_billing.update-spending-limit %} {% endif %} diff --git a/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md b/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md index 6b5d9f6c17..c308124b18 100644 --- a/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md +++ b/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md @@ -67,7 +67,7 @@ For other billing-related questions, contact {% data variables.contact.github_su We record and display two numbers of {% ifversion ghas-billing-UI-update %}active {% endif %}committers for {% data variables.product.prodname_GH_advanced_security %} on {% data variables.location.product_location %}: -- **{% ifversion ghas-billing-UI-update %}Active committers{% else %}Committers{% endif %}** is the number of committers who contributed to at least one {% ifversion fpt or ghec %}private {% endif %}repository in an organization and who use a {% ifversion ghas-billing-UI-update %}license {% else %}seat {% endif %}in your enterprise. That is, they are also an organization member, an external collaborator, or have a pending invitation to join an organization in your enterprise, and they are not a {% data variables.product.prodname_github_app %} bot. For information about differences between bot and machine accounts, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts)." +- **{% ifversion ghas-billing-UI-update %}Active committers{% else %}Committers{% endif %}** is the number of committers who contributed to at least one {% ifversion fpt or ghec %}private {% endif %}repository in an organization and who use a {% ifversion ghas-billing-UI-update %}license {% else %}seat {% endif %}in your enterprise. That is, they are also an organization member, an external collaborator, or have a pending invitation to join an organization in your enterprise, and they are not a {% data variables.product.prodname_github_app %} bot. For information about differences between bot and machine accounts, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts)." - **Unique to this repository/organization** is the number of {% ifversion ghas-billing-UI-update %}active {% endif %}committers who contributed only to this repository, or to repositories in this organization. This number shows how many {% ifversion ghas-billing-UI-update %}licenses {% else %}seats {% endif %}you can free up by deactivating {% data variables.product.prodname_GH_advanced_security %} for that repository or organization. If there are no unique {% ifversion ghas-billing-UI-update %}active {% endif %}committers, all active committers also contribute to other repositories or organizations that use {% data variables.product.prodname_GH_advanced_security %}. Deactivating the feature for that repository or organization would not free any {% ifversion ghas-billing-UI-update %}licenses{% else %}seats{% endif %} for {% data variables.product.prodname_GH_advanced_security %}. diff --git a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md index 1e16a13cb2..bd220d97ad 100644 --- a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md @@ -81,9 +81,9 @@ A {% data variables.product.prodname_github_codespaces %} instance (a "codespace | Codespaces compute | 8 core | 1 hour | 8 | $0.72 | | Codespaces compute | 16 core | 1 hour | 16 | $1.44 | | Codespaces compute | 32 core | 1 hour | 32 | $2.88 | -| Codespaces storage | Storage | 1 GB-month [1] | Not applicable | $0.07 | +| Codespaces storage | Storage | 1 GB-month | Not applicable | $0.07 | -[1] See "[About billing for storage usage](#about-billing-for-storage-usage)" later in this article for details of the GB-month unit of measure. +For more information about the GB-month unit of measure, see "[About billing for storage usage](#about-billing-for-storage-usage)." If you enable prebuilding of codespaces this will incur additional charges. For more information, see "[About billing for {% data variables.product.prodname_codespaces %} prebuilds](#about-billing-for-codespaces-prebuilds)." diff --git a/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md index be8284ce2b..dbae11507f 100644 --- a/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md @@ -62,9 +62,9 @@ Enterprise owners and billing managers can manage the spending limit for {% data {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.settings-tab %} {% data reusables.enterprise-accounts.billing-tab %} -1. Click **Spending Limit**. +1. On the "Billing" page, click the **Spending limit** tab. - ![Spending limit tab](/assets/images/help/settings/spending-limit-tab-enterprise.png) + ![Screenshot of the "Billing" page. A tab labeled "Spending limit" is highlighted with an orange outline.](/assets/images/help/settings/spending-limit-tab-enterprise.png) {% data reusables.codespaces.monthly-spending-limit-codespaces %} {% data reusables.dotcom_billing.update-spending-limit %} diff --git a/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md b/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md index 79b8d5422b..530effc700 100644 --- a/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md +++ b/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md @@ -38,7 +38,7 @@ Anyone can manage the spending limit for {% data variables.product.prodname_regi {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.billing_plans %} {% data reusables.dotcom_billing.manage-spending-limit %} -{% data reusables.dotcom_billing.monthly-spending-limit %} +{% data reusables.dotcom_billing.monthly-spending-limit-actions-packages %} {% data reusables.dotcom_billing.update-spending-limit %} ## Managing the spending limit for {% data variables.product.prodname_registry %} for your organization @@ -47,7 +47,14 @@ Organizations owners and billing managers can manage the spending limit for {% d {% data reusables.organizations.billing-settings %} {% data reusables.dotcom_billing.manage-spending-limit %} -{% data reusables.dotcom_billing.monthly-spending-limit-actions-packages %} +1. Under "Monthly spending limit", choose to limit spending or allow unlimited spending. + + {% note %} + + **Note:** If {% data variables.product.prodname_github_codespaces %} is enabled for your organization, scroll to "Actions & Packages", then choose to limit spending or allow unlimited spending. + + {% endnote %} + {% data reusables.dotcom_billing.update-spending-limit %} {% ifversion ghec %} @@ -58,9 +65,11 @@ Enterprise owners and billing managers can manage the spending limit for {% data {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.settings-tab %} {% data reusables.enterprise-accounts.billing-tab %} -1. Above "{% data variables.product.prodname_actions %} and Packages monthly usage", click **Spending Limit**. - ![Spending limit tab](/assets/images/help/settings/spending-limit-tab-enterprise.png) -{% data reusables.dotcom_billing.monthly-spending-limit %} +1. On the "Billing" page, click the **Spending limit** tab. + + ![Screenshot of the "Billing" page. A tab labeled "Spending limit" is highlighted with an orange outline.](/assets/images/help/settings/spending-limit-tab-enterprise.png) + +{% data reusables.dotcom_billing.monthly-spending-limit-actions-packages %} {% data reusables.dotcom_billing.update-spending-limit %} {% endif %} diff --git a/content/billing/managing-your-github-billing-settings/adding-information-to-your-receipts.md b/content/billing/managing-your-github-billing-settings/adding-information-to-your-receipts.md index 020a334f54..586a7aeaf8 100644 --- a/content/billing/managing-your-github-billing-settings/adding-information-to-your-receipts.md +++ b/content/billing/managing-your-github-billing-settings/adding-information-to-your-receipts.md @@ -50,7 +50,10 @@ Your receipts include your {% data variables.product.prodname_dotcom %} subscrip {% endnote %} {% data reusables.organizations.billing-settings %} -{% data reusables.user-settings.payment-info-link %} +1. At the top of the page, click **Payment information**. + + ![Screenshot of the "Billing Summary" section of the settings page. A link, labeled "Payment information," is highlighted with an orange outline.](/assets/images/help/settings/payment-info-link.png) + 1. Under "Payment information", next to "Additional information click **Add information**. ![Screenshot of the "Payment information" section. A link, labeled "Add information", is highlighted with an orange outline.](/assets/images/help/billing/settings_billing_add_billing_extra.png) diff --git a/content/billing/managing-your-github-billing-settings/redeeming-a-coupon.md b/content/billing/managing-your-github-billing-settings/redeeming-a-coupon.md index 2a416cdc8f..2d8d61da23 100644 --- a/content/billing/managing-your-github-billing-settings/redeeming-a-coupon.md +++ b/content/billing/managing-your-github-billing-settings/redeeming-a-coupon.md @@ -28,7 +28,6 @@ You cannot apply coupons to paid plans for {% data variables.product.prodname_ma {% data reusables.dotcom_billing.enter_coupon_code_on_redeem_page %} 4. Under "Redeem your coupon", click **Choose** next to your *personal* account's username. - ![Choose button](/assets/images/help/settings/redeem-coupon-choose-button-for-personal-accounts.png) {% data reusables.dotcom_billing.redeem_coupon %} ## Redeeming a coupon for your organization @@ -37,5 +36,4 @@ You cannot apply coupons to paid plans for {% data variables.product.prodname_ma {% data reusables.dotcom_billing.enter_coupon_code_on_redeem_page %} 4. Under "Redeem your coupon", click **Choose** next to the *organization* you want to apply the coupon to. If you'd like to apply your coupon to a new organization that doesn't exist yet, click **Create a new organization**. - ![Choose button](/assets/images/help/settings/redeem-coupon-choose-button.png) {% data reusables.dotcom_billing.redeem_coupon %} diff --git a/content/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts.md b/content/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts.md index 2b801816cd..04346d3859 100644 --- a/content/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts.md +++ b/content/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts.md @@ -49,7 +49,7 @@ shortTitle: View history & receipts {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.settings-tab %} {% data reusables.enterprise-accounts.billing-tab %} -{% data reusables.user-settings.payment-info-link %} +1. Click the "Payment information" tab. {% data reusables.dotcom_billing.download_receipt %} {% endif %} \ No newline at end of file diff --git a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository.md b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository.md index f7650f79a0..bbce02439a 100644 --- a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository.md +++ b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository.md @@ -53,14 +53,14 @@ The {% data variables.code-scanning.tool_status_page %} shows useful information Before configuring {% data variables.product.prodname_code_scanning %} for a repository, you must ensure that there is at least one self-hosted {% data variables.product.prodname_actions %} runner available to the repository. -Enterprise owners, organization and repository administrators can add self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +Enterprise owners, organization and repository administrators can add self-hosted runners. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." {% endif %} {% ifversion code-scanning-without-workflow %} ## Configuring {% data variables.product.prodname_code_scanning %} automatically -The default setup for {% data variables.product.prodname_code_scanning %} will automatically configure {% data variables.product.prodname_code_scanning %} with the best settings for your repository. Default setup uses {% data variables.product.prodname_actions %} to run {% data variables.product.prodname_codeql %} analysis without requiring you to commit a workflow file your repository. +The default setup for {% data variables.product.prodname_code_scanning %} will automatically configure {% data variables.product.prodname_code_scanning %} with the best settings for your repository. Default setup uses {% data variables.product.prodname_actions %} to run {% data variables.product.prodname_codeql %} analysis without requiring you to commit a workflow file to your repository. Your repository is eligible for default setup if it uses {% data variables.product.prodname_actions %} and contains only the following {% data variables.product.prodname_codeql %}-supported languages:{% ifversion code-scanning-default-setup-go %} Go, {% endif %}JavaScript/TypeScript, Python, or Ruby. While you can use default setup if your repository includes languages that aren't supported by CodeQL, such as R, you must use the advanced setup if you include {% data variables.product.prodname_codeql %}-supported languages other than those previously listed. For more information on {% data variables.product.prodname_codeql %}-supported languages, see "[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql#about-codeql)."{% ifversion org-enable-code-scanning %} For information on bulk enablement, see "[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-at-scale)."{% endif %} diff --git a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning.md b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning.md index ca71b2dc33..d375eb2dcf 100644 --- a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning.md +++ b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning.md @@ -175,9 +175,9 @@ jobs: runs-on: [self-hosted, ubuntu-latest] ``` -{% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %} supports the latest versions of Ubuntu, Windows, and macOS. Typical values for this setting are therefore: `ubuntu-latest`, `windows-latest`, and `macos-latest`. For more information, see "[AUTOTITLE](/actions/using-jobs/choosing-the-runner-for-a-job)" and "[AUTOTITLE](/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners)." +{% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %} supports the latest versions of Ubuntu, Windows, and macOS. Typical values for this setting are therefore: `ubuntu-latest`, `windows-latest`, and `macos-latest`. For more information, see "[AUTOTITLE](/actions/using-jobs/choosing-the-runner-for-a-job)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners)." -{% ifversion ghes %}You must ensure that Git is in the PATH variable on your self-hosted runners.{% else %}If you use a self-hosted runner, you must ensure that Git is in the PATH variable.{% endif %} For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/adding-self-hosted-runners)." +{% ifversion ghes %}You must ensure that Git is in the PATH variable on your self-hosted runners.{% else %}If you use a self-hosted runner, you must ensure that Git is in the PATH variable.{% endif %} For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)." For recommended specifications (RAM, CPU cores, and disk) for running {% data variables.product.prodname_codeql %} analysis{% ifversion not ghes %} on self-hosted machines{% endif %}, see "[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql)." diff --git a/content/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning.md b/content/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning.md index 336a591a3c..6a3439a812 100644 --- a/content/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning.md +++ b/content/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning.md @@ -35,7 +35,7 @@ If you use a third-party static analysis tool that can produce results as Static ## Integrations with webhooks -You can use {% data variables.product.prodname_code_scanning %} webhooks to build or configure integrations, such as [{% data variables.product.prodname_github_apps %}](/apps/creating-github-apps/creating-github-apps) or [{% data variables.product.prodname_oauth_apps %}](/apps/oauth-apps/building-oauth-apps), that subscribe to {% data variables.product.prodname_code_scanning %} events in your repository. For example, you could build an integration that creates an issue on {% data variables.product.product_name %} or sends you a Slack notification when a new {% data variables.product.prodname_code_scanning %} alert is added in your repository. For more information, see "[AUTOTITLE](/webhooks-and-events/webhooks/creating-webhooks)" and "[AUTOTITLE](/webhooks-and-events/webhooks/webhook-events-and-payloads#code_scanning_alert)." +You can use {% data variables.product.prodname_code_scanning %} webhooks to build or configure integrations, such as [{% data variables.product.prodname_github_apps %}](/apps/creating-github-apps/setting-up-a-github-app) or [{% data variables.product.prodname_oauth_apps %}](/apps/oauth-apps/building-oauth-apps), that subscribe to {% data variables.product.prodname_code_scanning %} events in your repository. For example, you could build an integration that creates an issue on {% data variables.product.product_name %} or sends you a Slack notification when a new {% data variables.product.prodname_code_scanning %} alert is added in your repository. For more information, see "[AUTOTITLE](/webhooks-and-events/webhooks/creating-webhooks)" and "[AUTOTITLE](/webhooks-and-events/webhooks/webhook-events-and-payloads#code_scanning_alert)." ## Further reading diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-add-diagnostic.md b/content/code-security/codeql-cli/codeql-cli-manual/database-add-diagnostic.md index 9e1e7bec62..ebe3f7f638 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-add-diagnostic.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-add-diagnostic.md @@ -30,6 +30,8 @@ codeql database add-diagnostic --source-id= --source-name= .. \[Experimental] Add a piece of diagnostic information to a database. +Available since `v2.12.6`. + ## Primary options #### `` diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md b/content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md index cc3de4f42f..7fd9f1eb97 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md @@ -334,9 +334,9 @@ How to handle warnings from the QL compiler. One of: `error`: Treat warnings as errors. -#### `--[no-]debug-info` +#### `--no-debug-info` -Emit source location info in RA for debugging. +Don't emit source location info in RA for debugging. #### `--[no-]fast-compilation` @@ -361,9 +361,9 @@ improvements in the compiler early. In releases where there are no recent improvements to enable, this option silently does nothing. Thus it is safe to set it once and for all -in you global CodeQL config file. +in your global CodeQL config file. -The newest features are always on by default in [codeql test run](/code-security/codeql-cli/codeql-cli-manual/test-run). +Available since `v2.11.1`. #### `--[no-]local-checking` diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-export-diagnostics.md b/content/code-security/codeql-cli/codeql-cli-manual/database-export-diagnostics.md index 04420d109c..f786e13946 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-export-diagnostics.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-export-diagnostics.md @@ -33,6 +33,8 @@ codeql database export-diagnostics --format= [--output=]